pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Update mail/dspam to 3.2.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/065fa3d4c873
branches:  trunk
changeset: 483566:065fa3d4c873
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Nov 15 08:13:13 2004 +0000

description:
Update mail/dspam to 3.2.2.

Version 3.2.2 is a maintenance release and contains corrections
to v3.2 only.

BUGFIX: optOut preference no longer works
BUGFIX: Source address tracking doesn't work when using TOE
BUGFIX: LocalMX tag doesn't work in dspam.conf
BUGFIX: dspam.conf default permissions 0750
BUGFIX: Using SignatureLocation=headers no longer works with
        fwd attachments
BUGFIX: Source address tracking is disabled by legacy #ifdef's
BUGFIX: Chi-Square cutoff is identical to default token value
BUGFIX: Tokens from lines 2+ of multi-line headers are not processed
BUGFIX: Signature scan segfaults when scanning some emails
BUGFIX: Signature encoding can cause segfault in sqlite_drv

Other Notable Changes:

CHANGE: TrackSources 'ham' token changed to 'nonspam'
CHANGE: Agent loose signature match changed from DSPAM: to
        X-DSPAM-Signature:

diffstat:

 mail/dspam/Makefile |  4 ++--
 mail/dspam/PLIST    |  4 +++-
 mail/dspam/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r 8c8afd285ff0 -r 065fa3d4c873 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Mon Nov 15 07:53:33 2004 +0000
+++ b/mail/dspam/Makefile       Mon Nov 15 08:13:13 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2004/11/01 23:15:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.17 2004/11/15 08:13:13 xtraeme Exp $
 
-DISTNAME=      dspam-3.2.1
+DISTNAME=      dspam-3.2.2
 CATEGORIES=    mail
 MASTER_SITES=  http://www.nuclearelephant.com/projects/dspam/sources/
 
diff -r 8c8afd285ff0 -r 065fa3d4c873 mail/dspam/PLIST
--- a/mail/dspam/PLIST  Mon Nov 15 07:53:33 2004 +0000
+++ b/mail/dspam/PLIST  Mon Nov 15 08:13:13 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2004/10/22 05:43:29 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.5 2004/11/15 08:13:13 xtraeme Exp $
 bin/dspam
 bin/dspam_2sql
 bin/dspam_admin
@@ -10,6 +10,7 @@
 bin/dspam_merge
 bin/dspam_stats
 include/dspam/buffer.h
+include/dspam/config.h
 include/dspam/decode.h
 include/dspam/error.h
 include/dspam/lht.h
@@ -17,6 +18,7 @@
 include/dspam/libdspam_objects.h
 include/dspam/nodetree.h
 include/dspam/storage_driver.h
+include/dspam/tbt.h
 lib/libdspam.la
 lib/pkgconfig/dspam.pc
 man/man1/dspam.1
diff -r 8c8afd285ff0 -r 065fa3d4c873 mail/dspam/distinfo
--- a/mail/dspam/distinfo       Mon Nov 15 07:53:33 2004 +0000
+++ b/mail/dspam/distinfo       Mon Nov 15 08:13:13 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2004/11/01 23:15:16 xtraeme Exp $
+$NetBSD: distinfo,v 1.7 2004/11/15 08:13:13 xtraeme Exp $
 
-SHA1 (dspam-3.2.1.tar.gz) = dfbd8ff5b74e0962e95d7eaba21c77ce84540ffc
-Size (dspam-3.2.1.tar.gz) = 618780 bytes
+SHA1 (dspam-3.2.2.tar.gz) = a65f13adf42513c01d177ed3568acd8376e7e41a
+Size (dspam-3.2.2.tar.gz) = 619691 bytes
 SHA1 (patch-aa) = 0f5ca6fc4c03ea0b73ccd1214f047fec6ffe4cb3



Home | Main Index | Thread Index | Old Index