From: Michael Vogt Date: Sun, 21 Sep 2014 19:40:10 +0000 (+0200) Subject: Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchive X-Git-Tag: 1.1.exp3~14^2 X-Git-Url: http://git.hcoop.net/ntk/apt.git/commitdiff_plain/d916e2a93b798e29d342e9498266767c5be8e2a5 Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchive The iTFRewritePackageOrder is used in indexcopy to copy and normalize cdrom Packages files. This change will ensure that there is no "normalization" that changes MD5sum -> MD5Sum which alters the hash of the Packages file on disk (oh the irony). --- diff --git a/apt-pkg/tagfile.cc b/apt-pkg/tagfile.cc index 91d176e3..bf865bdc 100644 --- a/apt-pkg/tagfile.cc +++ b/apt-pkg/tagfile.cc @@ -526,7 +526,7 @@ static const char *iTFRewritePackageOrder[] = { "Conffiles", "Filename", "Size", - "MD5Sum", + "MD5sum", "SHA1", "SHA256", "SHA512",