BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000678 [BusyBox] Other minor always 02-01-06 15:03 11-23-06 07:59
Reporter leedm777 View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0000678: md5sum -c doesn't recognize 'binary' format
Description GNU's md5sum supports a '-b' option, which (on a UNIX system) has no effect on the checksum itself. It does, however, change the format of a checksum line a little.

This tiny little patch will allow busybox's md5sum to recognize lines formatted like this.
Additional Information ~ $ echo > foo
~ $ echo "68b329da9893e34099c7d8ad5cb9c940 *foo" > foo.md5
~ $ md5sum -c foo.md5

Actual Results:
md5sum: WARNING: 1 of 1 computed checksums did NOT match

Expected Results:
foo: OK
Attached Files  md5-fix.diff [^] (467 bytes) 02-01-06 15:03

- Relationships

- Notes
(0001798)
vda
11-23-06 07:59

Applied in rev16648
 

- Issue History
Date Modified Username Field Change
02-01-06 15:03 leedm777 New Issue
02-01-06 15:03 leedm777 Status new => assigned
02-01-06 15:03 leedm777 Assigned To  => BusyBox
02-01-06 15:03 leedm777 File Added: md5-fix.diff
11-23-06 07:59 vda Status assigned => closed
11-23-06 07:59 vda Note Added: 0001798
11-23-06 07:59 vda Resolution open => fixed
11-23-06 07:59 vda Fixed in Version  => 1.2.x


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker