slackbuilds_ponce/system/isomd5sum
Willy Sudiarto Raharjo 59e8bac381 system/isomd5sum: Fixed build (no -Werror to gcc)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-16 23:05:41 -05:00
..
fix_makefile.diff system/isomd5sum: Added (MD5 checksums within an ISO9660 image) 2011-08-27 09:11:00 -03:00
isomd5sum.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
isomd5sum.SlackBuild system/isomd5sum: Fixed build (no -Werror to gcc) 2012-09-16 23:05:41 -05:00
README system/isomd5sum: Added (MD5 checksums within an ISO9660 image) 2011-08-27 09:11:00 -03:00
slack-desc system/isomd5sum: Added (MD5 checksums within an ISO9660 image) 2011-08-27 09:11:00 -03:00

isomd5sum provides a way of making use of the ISO9660 application data
area to store md5sum data about the iso.  This allows you to check the
iso given nothing more than the iso itself.

A checksum is implanted in an image using the implantisomd5 utility,
and the corresponding checkisomd5 utility can be used to verify burned
CDs are error-free. Also included is a Python extension for performing
these tasks.