diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-05 00:57:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-05 00:57:39 +0000 |
commit | 3b32995253c492d591881dde6f0e86e8162255ef (patch) | |
tree | 0370ed5b19f786894621100e05190d8129a6a9b3 /mail | |
parent | 56e703e7e537ae9faf8b4ef951929f6129ca6966 (diff) | |
download | pkgsrc-3b32995253c492d591881dde6f0e86e8162255ef.tar.gz |
Update to 3.2.4.
Changes:
BUGFIX: MIME boundaries using broken RFC are misread
BUGFIX: Tools will not build when CFLAGS is provided
BUGFIX: DSPAM misreads lines after -- as headers and fails to decode them
BUGFIX: DSPAM misreads lines after -- and adds colons to them
Enhancements:
PostgreSQL Storage Driver
Some minor fixes have been made to the PostgreSQL storage driver which may
affect performance.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 4 | ||||
-rw-r--r-- | mail/dspam/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index bc92756fc32..3d5c73f4160 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2004/11/29 07:59:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.20 2005/01/05 00:57:39 xtraeme Exp $ -DISTNAME= dspam-3.2.3 +DISTNAME= dspam-3.2.4 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ diff --git a/mail/dspam/distinfo b/mail/dspam/distinfo index 645277a94fc..9ae67153442 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2004/11/29 07:59:53 xtraeme Exp $ +$NetBSD: distinfo,v 1.9 2005/01/05 00:57:39 xtraeme Exp $ -SHA1 (dspam-3.2.3.tar.gz) = b5c62fd7c8ef8f1463974f4a40e7201d92dbdddf -Size (dspam-3.2.3.tar.gz) = 620153 bytes +SHA1 (dspam-3.2.4.tar.gz) = ed82baeb0643972d03da6168cf34bc62ac02693a +Size (dspam-3.2.4.tar.gz) = 620924 bytes SHA1 (patch-aa) = 0f5ca6fc4c03ea0b73ccd1214f047fec6ffe4cb3 |