[Pkg-dspam-commits] [pkg-dspam-commits] r125 - trunk/debian

Kurt B. Kaiser kbk-guest at alioth.debian.org
Sun Jan 13 20:52:02 UTC 2008


Author: kbk-guest
Date: Sun Jan 13 20:52:01 2008
New Revision: 125

Log:
Incorporate fix from ubuntu closing 449530
/usr/bin/dspamc should be setgid, like /usr/bin/dspam

M    debian/dspam.postinst
M    debian/dspam.postrm
M    debian/changelog


Modified:
   trunk/debian/changelog
   trunk/debian/dspam.postinst
   trunk/debian/dspam.postrm

Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog	(original)
+++ trunk/debian/changelog	Sun Jan 13 20:52:01 2008
@@ -2,8 +2,9 @@
 
   [Kurt B. Kaiser]
   * Acknowledge NMU. Thanks Adrian Friedli.  (Closes: #448519)
+  * dspamc should be setgid (Closes: #449530)
 
- -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Sun, 13 Jan 2008 14:32:52 -0500
+ -- Debian DSPAM Maintainers <pkg-dspam-misc at lists.alioth.debian.org>  Sun, 13 Jan 2008 15:50:42 -0500
 
 dspam (3.6.8-5.1) unstable; urgency=medium
 

Modified: trunk/debian/dspam.postinst
==============================================================================
--- trunk/debian/dspam.postinst	(original)
+++ trunk/debian/dspam.postinst	Sun Jan 13 20:52:01 2008
@@ -25,6 +25,11 @@
       dpkg-statoverride --update --add dspam dspam 2755 /usr/bin/dspam
     fi
 
+    if ! dpkg-statoverride --list /usr/bin/dspamc >/dev/null
+    then
+      dpkg-statoverride --update --add dspam dspam 2755 /usr/bin/dspamc
+    fi
+
     if ! dpkg-statoverride --list /var/spool/dspam >/dev/null
     then
       dpkg-statoverride --update --add dspam dspam 0770 /var/spool/dspam

Modified: trunk/debian/dspam.postrm
==============================================================================
--- trunk/debian/dspam.postrm	(original)
+++ trunk/debian/dspam.postrm	Sun Jan 13 20:52:01 2008
@@ -6,6 +6,7 @@
     for i in \
       /etc/dspam/dspam.conf \
       /usr/bin/dspam \
+      /usr/bin/dspamc \
       /var/spool/dspam \
       /var/spool/dspam/data \
       /etc/dspam/default.prefs \



More information about the Pkg-dspam-commits mailing list