diff options
author | xtraeme <xtraeme> | 2006-01-18 21:26:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-01-18 21:26:33 +0000 |
commit | 37f76b9c2ca2cbfc95325e37a3c02629b9641a8b (patch) | |
tree | b9653dc05154fb07cf171fabb2690a36f4bd64b6 /mail/dspam/Makefile | |
parent | d553e608facbb41f84cb8832556c537727ca81c5 (diff) | |
download | pkgsrc-37f76b9c2ca2cbfc95325e37a3c02629b9641a8b.tar.gz |
Update to 3.6.3:
MAINT: Modest performance improvements
MAINT: Significant improvements in accuracy (from scratch-testing anyway)
BUGFIX: "No TrustedDeliveryAgent" error occurs erroneously in some cases
BUGFIX: ChangeUserOnParse can format incorrectly
BUGFIX: The dspam_logrotate tool does not support multiple mailboxes
BUGFIX: Memory leak in Bayesian Noise Reduction
BUGFIX: LDAP calls fail to close connection to server
BUGFIX: Bayesian database is created even on LDAP user verification failure
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r-- | mail/dspam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 96342a06ce7..24f65df1d25 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2006/01/08 18:35:09 xtraeme Exp $ +# $NetBSD: Makefile,v 1.46 2006/01/18 21:26:33 xtraeme Exp $ -DISTNAME= dspam-3.6.2 -PKGREVISION= 1 +DISTNAME= dspam-3.6.3 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ |