diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-06-07 02:47:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-06-07 02:47:33 +0000 |
commit | 79eddea4e7fdaaa7ebf9aa7fcc4c622f3628cefd (patch) | |
tree | 77e25b697038ba765c2a04e691e19a2d5f400b18 /mail/dspam/Makefile | |
parent | 8077eb5ddd7bb4d7670ddc12e0bc9b7648db7df4 (diff) | |
download | pkgsrc-79eddea4e7fdaaa7ebf9aa7fcc4c622f3628cefd.tar.gz |
Update to 3.4.7 that fixes some critical bugs.
Changes:
BUGFIX: Delivery of false positives fails in managed groups
BUGFIX: LMTP/SMTP delivery fails on non-250 2xx response code
BUGFIX: Messages missing a terminating boundary fail to receive a signature
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 c5929829e68..fe6126b0770 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2005/05/25 15:36:06 cube Exp $ +# $NetBSD: Makefile,v 1.33 2005/06/07 02:47:33 xtraeme Exp $ -DISTNAME= dspam-3.4.6 -PKGREVISION= 1 +DISTNAME= dspam-3.4.7 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ |