Your message dated Sat, 16 Feb 2019 11:36:33 +0000
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.8
has caused the Debian Bug report #916882,
regarding stretch-pu: package sympa/6.2.16~dfsg-3+deb9u2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
916882: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=916882
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Dear stable release managers
This update is to propose to fix the two bugs
- #864546 (sympa: shipped file missing after upgrade from jessie to
stretch)
- #863701 (sympa: insists that cookie has changed when it hasn't)
for sympa as well in stretch. Stefan Hornburg agreed on that this can
be a good idea to do, so I'm proposing the attached debdiff based on
the changes already done for buster/sid.
Regards,
Salvatore
diff -Nru sympa-6.2.16~dfsg/debian/changelog sympa-6.2.16~dfsg/debian/changelog
--- sympa-6.2.16~dfsg/debian/changelog 2018-07-27 19:48:38.000000000 +0200
+++ sympa-6.2.16~dfsg/debian/changelog 2018-12-13 12:58:32.000000000 +0100
@@ -1,3 +1,14 @@
+sympa (6.2.16~dfsg-3+deb9u2) stretch; urgency=medium
+
+ * Non-maintainer upload.
+
+ [ Stefan Hornburg (Racke) ]
+ * Remove /etc/sympa/sympa.conf-smime.in from conffiles (#864546).
+ * Add call for removing sympa.conf-smime.in by maintainer scripts.
+ * Use full path for head command in Sympa configuration file (#863701).
+
+ -- Salvatore Bonaccorso <[email protected]> Thu, 13 Dec 2018 12:58:32 +0100
+
sympa (6.2.16~dfsg-3+deb9u1) stretch-security; urgency=high
* Non-maintainer upload by the Security Team.
diff -Nru sympa-6.2.16~dfsg/debian/sympa.install
sympa-6.2.16~dfsg/debian/sympa.install
--- sympa-6.2.16~dfsg/debian/sympa.install 2018-07-27 19:48:38.000000000
+0200
+++ sympa-6.2.16~dfsg/debian/sympa.install 2018-12-13 12:58:32.000000000
+0100
@@ -3,7 +3,6 @@
debian/conf/apache2/sympa.conf etc/apache2/conf-available
debian/conf/apache2/sympa-soap.conf etc/apache2/conf-available
debian/conf/auth.conf etc/sympa
-debian/conf/sympa.conf-smime.in etc/sympa
debian/conf/topics.conf etc/sympa
#debian/dbconfig-common/* usr/share/dbconfig-common/data/sympa
src/bin/sympa_soap_client.pl usr/share/doc/sympa/examples/script
diff -Nru sympa-6.2.16~dfsg/debian/sympa.maintscript
sympa-6.2.16~dfsg/debian/sympa.maintscript
--- sympa-6.2.16~dfsg/debian/sympa.maintscript 2018-07-27 19:48:38.000000000
+0200
+++ sympa-6.2.16~dfsg/debian/sympa.maintscript 2018-12-13 12:58:32.000000000
+0100
@@ -1 +1,2 @@
rm_conffile /etc/sympa/sympa/sympa.conf "6.2.16~dfsg-2~"
+rm_conffile /etc/sympa/sympa.conf-smime.in "6.2.16~dfsg-3+deb9u2~"
diff -Nru sympa-6.2.16~dfsg/debian/sympa.postinst
sympa-6.2.16~dfsg/debian/sympa.postinst
--- sympa-6.2.16~dfsg/debian/sympa.postinst 2018-07-27 19:48:38.000000000
+0200
+++ sympa-6.2.16~dfsg/debian/sympa.postinst 2018-12-13 12:58:32.000000000
+0100
@@ -158,7 +158,7 @@
chmod 0660 /etc/sympa/cookies.history
fi
-sympa_config_update "cookie" "\`head -n1 /etc/sympa/cookie\`"
+sympa_config_update "cookie" "\`/usr/bin/head -n1 /etc/sympa/cookie\`"
## Look for bad path in aliases file (why the hell did they move the files ?)
if grep -q "/usr/lib/sympa/queue" /etc/aliases ; then
--- End Message ---
--- Begin Message ---
Version: 9.8
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---