[Pkg-dspam-commits] [SCM] Debian packages for the DSPAM anti-spam filter branch, master, updated. debian/3.10.2+dfsg-3-21-g21f312e

Thomas Preud'homme robotux at celest.fr
Sat Apr 6 11:28:06 UTC 2013


The following commit has been merged in the master branch:
commit 0ab978f68a720452196d974681c730c4d0fd8110
Author: Thomas Preud'homme <robotux at celest.fr>
Date:   Mon Feb 11 14:54:57 2013 +0100

    Drop patch fixing recipient corruption.
    
    Drop patch
    009_fix_recipient_corruption_when_releasing_message_from_quarantine.diff
    since it is not clear whether the destination buffer where the string is
    copied is big enough to hold the whole string.

diff --git a/debian/changelog b/debian/changelog
index e4b54dc..64d55e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dspam (3.10.2+dfsg-6) unstable; urgency=low
+
+  * Drop patch fixing recipient corruption when releasing a message from
+    quarantine as it's not clear whether it is safe from buffer overflow.
+
+ -- Thomas Preud'homme <robotux at debian.org>  Mon, 11 Feb 2013 14:39:32 +0100
+
 dspam (3.10.1+dfsg-8) testing-proposed-updates; urgency=low
 
   * Stop shipping ucf template as a conffile: this avoid unnecessary prompt
diff --git a/debian/patches/009_fix_recipient_corruption_when_releasing_message_from_quarantine.diff b/debian/patches/009_fix_recipient_corruption_when_releasing_message_from_quarantine.diff
deleted file mode 100644
index 18d31da..0000000
--- a/debian/patches/009_fix_recipient_corruption_when_releasing_message_from_quarantine.diff
+++ /dev/null
@@ -1,41 +0,0 @@
-Description: Fix recipient corruption when releasing a message from quarantine
-
-When releasing mail from quarantine, dspam corrupts the FROM part in the
-SMTP/LMTP handshake.
-
-Author: Allan Ievers <aimail-dspam_users at rearden.com>
-Origin: upstream, http://dspam.git.sourceforge.net/git/gitweb.cgi?p=dspam/dspam;a=commitdiff;h=cbed19764df8ecc1469f739ca33eb92aa3f67584;hp=0fee2f95025e6111d6f785e2ed762e5e1106253f
-Bug-Debian: http://bugs.debian.org/698136
-Forwarded: http://dspam.git.sourceforge.net/git/gitweb.cgi?p=dspam/dspam;a=commit;h=cbed19764df8ecc1469f739ca33eb92aa3f67584
-Last-Update: 2013-01-14
-Applied-Upstream: commit:cbed19764df8ecc1469f739ca33eb92aa3f67584
-
---- a/CHANGELOG
-+++ b/CHANGELOG
-@@ -1,6 +1,8 @@
--Patch backported for Debian
-+Patches backported for Debian
- --------------
- 
- [20121202:2115] sbajic: Update documentation for Exim integration.
- 
-+[20120510:2300] sbajic: Fix recipient corrpution when releasing a message from quarantine
-+
- Version 3.10.2
---- a/src/dspam.c
-+++ b/src/dspam.c
-@@ -1,4 +1,4 @@
--/* $Id: dspam.c,v 1.412 2011/11/10 00:26:00 tomhendr Exp $ */
-+/* $Id: dspam.c,v 1.413 2012/05/10 23:03:25 sbajic Exp $ */
- 
- /*
-  DSPAM
-@@ -500,7 +500,7 @@ process_message (
-         }
- 
-         /* Change also the mail recipient */
--        ATX->recipient = CTX->username;
-+        strcpy(ATX->recipient, CTX->username);
- 
-       }
-     }
diff --git a/debian/patches/series b/debian/patches/series
index 4ed04b3..771de47 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,4 +5,3 @@
 006_default-daemon-port.diff
 007_process_quarantine_if_spanish.diff
 008_fix_exim_integration_doc.diff
-009_fix_recipient_corruption_when_releasing_message_from_quarantine.diff

-- 
Debian packages for the DSPAM anti-spam filter



More information about the Pkg-dspam-commits mailing list