From e43d90719b93b05495e9c4212023d780210c47b2 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Mon, 15 Nov 2004 08:13:13 +0000 Subject: 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: --- mail/dspam/Makefile | 4 ++-- mail/dspam/PLIST | 4 +++- mail/dspam/distinfo | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'mail/dspam') diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index a50f769d40f..c85c486ebbd 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -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 --git a/mail/dspam/PLIST b/mail/dspam/PLIST index e0650c9873d..ed04cf84817 100644 --- a/mail/dspam/PLIST +++ b/mail/dspam/PLIST @@ -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_genaliases 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.h 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 --git a/mail/dspam/distinfo b/mail/dspam/distinfo index e0be90b10a9..0163f6f96bb 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -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 -- cgit v1.2.3