From: ianmdlvl Date: Tue, 15 Oct 2002 19:23:30 +0000 (+0000) Subject: @@ -1,3 +1,9 @@ X-Git-Tag: debian_version_3_0_3~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=3358df8cd92a7f958b9918ad0e2ce9350edbb823;hp=da1b0805868e20fcb1576438b9fe16ace120235f @@ -1,3 +1,9 @@ +chiark-utils (3.0.3) unstable; urgency=low + + * Compatibility with md5sum from dpkg 1.10.4. + + -- + chiark-utils (3.0.2) unstable; urgency=low * Enhanced portability: cope with (and preserve) comments and --- diff --git a/backup/full b/backup/full index 668b5fd..af6ebc9 100755 --- a/backup/full +++ b/backup/full @@ -213,9 +213,10 @@ system "mt -f $ntape fsf 1"; $? and die $?; open S,"this-md5sums" or die $!; for $tf (@fsys) { printdate(); - chomp($orgsum= ); + chomp($orgsum= ); $orgsum =~ s/\ +\-?$//; $orgsum =~ m/^[0-9a-fA-F]{32}$/i or die "orgsum \`$orgsum' ?"; chomp($csum= `dd if=$ntape ibs=$blocksizebytes | readbuffer | md5sum`); + $csum =~ s/\ +\-?$//; $orgsum eq $csum or die "MISMATCH $tf $csum $orgsum\n"; print "checksum ok $csum\t$tf\n" or die $!; print LOG "checksum ok $csum\t$tf\n" or die $!; diff --git a/debian/changelog b/debian/changelog index 40fedf2..1fbf928 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-utils (3.0.3) unstable; urgency=low + + * Compatibility with md5sum from dpkg 1.10.4. + + -- + chiark-utils (3.0.2) unstable; urgency=low * Enhanced portability: cope with (and preserve) comments and