Hi,

On Sun, Mar 19, 2017 at 12:47:21PM +0000, Holger Levsen wrote:
> I've uploaded this to DELAYED-2 just now.

as discussed with Roberto Sanchez on #debian-devel, I've 
made this a 0-day NMU now.
 
> Will then also file a "please acknowledge and include NMU" bug then, unless
> you dont want that, either because you include the change into git already or
> because you've done an upload yourself, which invalidated my NMU.

the debdiff is attched, please add it to git, Roberto.


-- 
cheers,
        Holger
diff -Nru cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/changelog cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/changelog
--- cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/changelog	2016-12-31 15:59:34.000000000 +0100
+++ cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/changelog	2017-03-19 13:30:33.000000000 +0100
@@ -1,3 +1,15 @@
+cyrus-sasl2 (2.1.27~101-g0780600+dfsg-3) unstable; urgency=medium
+
+  [ Holger Levsen ]
+  * NMU to help with #856847.
+
+  [ Andreas Beckmann ]
+  * libsasl2-modules.postinst: Remove executable permissions from
+    /etc/logcheck/ignore.d.server/libsasl2-modules on upgrades from jessie.
+    (Closes: #819893)
+
+ -- Holger Levsen <[email protected]>  Sun, 19 Mar 2017 12:30:33 +0000
+
 cyrus-sasl2 (2.1.27~101-g0780600+dfsg-2) unstable; urgency=medium
 
   * Reinstate Heimdal Kerberos support (Closes: #849706)
diff -Nru cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/libsasl2-modules.postinst cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/libsasl2-modules.postinst
--- cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/libsasl2-modules.postinst	1970-01-01 01:00:00.000000000 +0100
+++ cyrus-sasl2-2.1.27~101-g0780600+dfsg/debian/libsasl2-modules.postinst	2017-03-19 13:30:30.000000000 +0100
@@ -0,0 +1,13 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+	if dpkg --compare-versions "$2" lt-nl "2.1.27~101-g0780600+dfsg-3~" ; then
+		# fix permissions 0755 -> 0644 upon upgrades from jessie
+		if [ -f /etc/logcheck/ignore.d.server/libsasl2-modules ]; then
+			chmod a-x /etc/logcheck/ignore.d.server/libsasl2-modules
+		fi
+	fi
+fi
+
+#DEBHELPER#

Attachment: signature.asc
Description: Digital signature

Reply via email to