diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-15 08:13:13 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-15 08:13:13 +0000 |
commit | 1177c94da81acaa5ad6db3bab9a5a77462ee4b94 (patch) | |
tree | ed7fc692585fc2ac78995dceda1ffa649e92ecc2 /mail | |
parent | f07b3a3d662bc16c2a7985c40507509905172b43 (diff) | |
download | pkgsrc-1177c94da81acaa5ad6db3bab9a5a77462ee4b94.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 4 | ||||
-rw-r--r-- | mail/dspam/PLIST | 4 | ||||
-rw-r--r-- | mail/dspam/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
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 |