diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-08-08 11:10:15 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-08-08 11:10:15 +0000 |
commit | 683c437a6ceb9e8d7da319a4b5c249fd21427b91 (patch) | |
tree | 987036ae85edc1e1f5e2c5ac4b3b6c413b545e76 /mail/dspam/Makefile | |
parent | c15bdd385a7251b79bd4fbd23fb606191bf9372c (diff) | |
download | pkgsrc-683c437a6ceb9e8d7da319a4b5c249fd21427b91.tar.gz |
Update to 3.4.9
Changes:
BUGFIX: File descriptor leaks when connection to delivery host fails
BUGFIX: Decoding NUL characters causes message truncation
BUGFIX: Many files not written to group directory when using managed groups
BUGFIX: Some LDAs/MTAs truncate message when single dots not properly quoted
BUGFIX: 7BIT encoding contains 8BIT characters
BUGFIX: Messages to multiple local recipients may fail to decode completely
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r-- | mail/dspam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 16cb79a4ecb..c5d9590c796 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2005/07/21 16:29:52 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2005/08/08 11:10:15 xtraeme Exp $ -DISTNAME= dspam-3.4.8 +DISTNAME= dspam-3.4.9 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ |