Package: msmtp
Version: 1.8.23-1
Followup-For: Bug #1034882
X-Debbugs-Cc: scho...@ubuntu.com

Attached is the debdiff I uploaded to Ubuntu Lunar (yet to be approved
by our Stable Release team)
diff -Nru msmtp-1.8.23/debian/changelog msmtp-1.8.23/debian/changelog
--- msmtp-1.8.23/debian/changelog       2023-02-05 07:25:20.000000000 +0100
+++ msmtp-1.8.23/debian/changelog       2023-04-26 15:03:45.000000000 +0200
@@ -1,3 +1,10 @@
+msmtp (1.8.23-2) unstable; urgency=medium
+
+  * Disable the security-information debconf prompt in the absence of
+    system-wide configuration (Closes: #1034882, LP: #2017759)
+
+ -- Simon Chopin <scho...@ubuntu.com>  Wed, 26 Apr 2023 15:03:45 +0200
+
 msmtp (1.8.23-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru msmtp-1.8.23/debian/msmtp.config msmtp-1.8.23/debian/msmtp.config
--- msmtp-1.8.23/debian/msmtp.config    2022-10-25 19:08:33.000000000 +0200
+++ msmtp-1.8.23/debian/msmtp.config    2023-04-26 14:50:50.000000000 +0200
@@ -7,7 +7,7 @@
 fi
 
 if [ "${1}" = "configure" ]; then
-    if [ -n "${2}" ]; then
+    if [ -n "${2}" ] && [ -e /etc/msmtprc ]; then
         db_fget msmtp/security-information seen || true
         if [ "${RET}" = "false" ]; then
             db_input critical msmtp/security-information || true

Reply via email to