Control: tags 831813 + patch Control: tags 831813 + pending Dear maintainer,
I've prepared an NMU for nullmailer (versioned as 1:1.13-1.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers, Christian diff -Nru nullmailer-1.13/debian/changelog nullmailer-1.13/debian/changelog --- nullmailer-1.13/debian/changelog 2016-07-12 23:15:52.000000000 +0000 +++ nullmailer-1.13/debian/changelog 2016-07-31 21:00:29.000000000 +0000 @@ -1,3 +1,11 @@ +nullmailer (1:1.13-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Do not keep relayhost data in debconf database longer than + strictly needed. (Closes: #831813) + + -- Christian Hofstaedtler <z...@debian.org> Sun, 31 Jul 2016 20:57:13 +0000 + nullmailer (1:1.13-1.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru nullmailer-1.13/debian/postinst nullmailer-1.13/debian/postinst --- nullmailer-1.13/debian/postinst 2012-08-21 08:07:21.000000000 +0000 +++ nullmailer-1.13/debian/postinst 2016-07-31 20:57:10.000000000 +0000 @@ -37,6 +37,8 @@ -e 's/[[:space:]]*:[[:space:]]*/\n/g' \ -e ':b s/(\[[^]=]*)=/\1:/; tb' \ -e 's/[][]//g' > /etc/nullmailer/remotes + # zap debconf entry, as this key may contain sensitive data. + db_set nullmailer/relayhost "" db_get nullmailer/adminaddr if [ "$RET" ]; then