Package: bind9 Version: 1:9.7.3.dfsg-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
Hi, I noticed that in Ubuntu a bind9 upgrade causes a /etc/default/bind9.dpkg-dist file to be created. Looking at this I found that the md5sum of the default file is outdated, attached is a patch that fixes this. I also noticed that there is code that saves the md5sum of the /etc/default/bind9 in /usr/share/bind9/bind9-default.md5sum after the file got created. I don't quite understand how this will work, this file is also part of the normal package so it will be overwriten on each upgrade reseting the information when postinst runs next. I checked the md5sum on sid as well, same as in ubuntu maverick and natty so the patch should be safe. In Ubuntu, the attached patch was applied to achieve the following: * debian/bind9-default.md5sum: - updated to reflect the default md5sum in maverick and natty, this avoids a bogus /etc/default/bind9.dpkg-dist file (LP: #556332) Thanks for considering the patch. Cheers, Michael -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-7-generic (SMP w/4 CPU cores) Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- bind9-9.7.3.dfsg/debian/bind9-default.md5sum +++ bind9-9.7.3.dfsg/debian/bind9-default.md5sum @@ -1 +1 @@ -1229a956d3c6ca11fa344d69f082d7ca /etc/default/bind9 +2cfcfb7bf1b99c7930fd475907e38be7 /etc/default/bind9