From 3358df8cd92a7f958b9918ad0e2ce9350edbb823 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Tue, 15 Oct 2002 19:23:30 +0000 Subject: [PATCH 1/1] @@ -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 --- backup/full | 3 ++- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.30.2