Hello community, here is the log from the commit of package checkmedia for openSUSE:Factory checked in at 2015-10-12 10:00:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/checkmedia (Old) and /work/SRC/openSUSE:Factory/.checkmedia.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "checkmedia" Changes: -------- --- /work/SRC/openSUSE:Factory/checkmedia/checkmedia.changes 2015-01-30 06:03:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.checkmedia.new/checkmedia.changes 2015-10-12 10:00:04.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Sep 29 09:20:18 UTC 2015 - [email protected] + +- Add information about openSUSE development +- Convert README to Markdown +- 3.5 + +------------------------------------------------------------------- Old: ---- checkmedia-3.4.tar.xz New: ---- checkmedia-3.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ checkmedia.spec ++++++ --- /var/tmp/diff_new_pack.1URVKS/_old 2015-10-12 10:00:05.000000000 +0200 +++ /var/tmp/diff_new_pack.1URVKS/_new 2015-10-12 10:00:05.000000000 +0200 @@ -20,7 +20,7 @@ Summary: Check Installation Media License: GPL-3.0+ Group: System/Management -Version: 3.4 +Version: 3.5 Release: 0 Url: https://github.com/wfeldt/checkmedia.git Source: %{name}-%{version}.tar.xz @@ -43,7 +43,7 @@ %defattr(-,root,root) /usr/bin/checkmedia /usr/bin/tagmedia -%doc README +%doc README.md %doc COPYING %changelog ++++++ checkmedia-3.4.tar.xz -> checkmedia-3.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkmedia-3.4/README new/checkmedia-3.5/README --- old/checkmedia-3.4/README 2015-01-27 10:35:08.000000000 +0100 +++ new/checkmedia-3.5/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,22 +0,0 @@ -Adding digests to iso images ------------------------------ - -Suported digests are: md5, sha1, sha224, sha256, sha384, sha512. - -There are 512 bytes reserved for application specific use in the iso header -at offset 0x373 (cf. application_data in struct iso_primary_descriptor in -/usr/include/linux/iso_fs.h). We're free to do anything with it. - -mkisofs fills it with spaces (512 x ' '), there's no mkisofs command line -option to set the field to some other value. - -'tagmedia' calculates the digest and puts a line like '<DIGEST>sum=<HEX_DIGEST>' -into the field. - -'checkmedia' calculates the digest but assumes to be spaces in the range -0x8373-0x8572 of the iso image (iso header starts at 0x8000) and compares -the result against the stored digest. - -To avoid problems with isohybrid images, checkmedia also does not check the -first 512 bytes of the iso image (isohybrid writes an MBR there). - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkmedia-3.4/README.md new/checkmedia-3.5/README.md --- old/checkmedia-3.4/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/checkmedia-3.5/README.md 2015-09-29 11:15:49.000000000 +0200 @@ -0,0 +1,32 @@ +# checkmedia + +## Adding digests to iso images + +Supported digests are: md5, sha1, sha224, sha256, sha384, sha512. + +There are 512 bytes reserved for application specific use in the iso header +at offset 0x373 (cf. application_data in struct iso_primary_descriptor in +/usr/include/linux/iso_fs.h). We're free to do anything with it. + +mkisofs fills it with spaces (512 x ' '), there's no mkisofs command line +option to set the field to some other value. + +'tagmedia' calculates the digest and puts a line like '<DIGEST>sum=<HEX_DIGEST>' +into the field. + +'checkmedia' calculates the digest but assumes to be spaces in the range +0x8373-0x8572 of the iso image (iso header starts at 0x8000) and compares +the result against the stored digest. + +To avoid problems with isohybrid images, checkmedia also does not check the +first 512 bytes of the iso image (isohybrid writes an MBR there). + +## openSUSE Development + +The package is automatically submitted from the `master` branch to +[system:install:head](https://build.opensuse.org/package/show/system:install:head/checkmedia) +OBS project. From that place it is forwarded to +[openSUSE Factory](https://build.opensuse.org/project/show/openSUSE:Factory). + +You can find more information about this workflow in the [linuxrc-devtools +documentation](https://github.com/openSUSE/linuxrc-devtools#opensuse-development). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkmedia-3.4/VERSION new/checkmedia-3.5/VERSION --- old/checkmedia-3.4/VERSION 2015-01-27 10:35:08.000000000 +0100 +++ new/checkmedia-3.5/VERSION 2015-09-29 11:15:49.000000000 +0200 @@ -1 +1 @@ -3.4 +3.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkmedia-3.4/changelog new/checkmedia-3.5/changelog --- old/checkmedia-3.4/changelog 2015-01-27 10:35:08.000000000 +0100 +++ new/checkmedia-3.5/changelog 2015-09-29 11:15:49.000000000 +0200 @@ -1,4 +1,8 @@ -2015-01-27: ff0823b4feec8d7eb28d463a6b62de824b38be9b-3.4 +2015-09-28: 3.5 + - Add information about openSUSE development + - Convert README to Markdown + +2015-01-27: 3.4 - updated git2log script 2014-10-14: 3.3
