| Anonymous | Login | Signup for a new account | 11-10-2008 10:56 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |