diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-06-15 16:26:36 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-06-15 16:26:36 +0000 |
commit | 3b8da8adb184ba055e7a972a56d08d985a8b0337 (patch) | |
tree | 42ea82d9576410ac6efcdfca2cb7412946ef5bcd /mail/dspam/Makefile | |
parent | c61849db73d106779c9eed25e3d2b4699b2c706e (diff) | |
download | pkgsrc-3b8da8adb184ba055e7a972a56d08d985a8b0337.tar.gz |
Update to 3.4.8, bugfix release.
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 fe6126b0770..2b1682f2364 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2005/06/07 02:47:33 xtraeme Exp $ +# $NetBSD: Makefile,v 1.34 2005/06/15 16:26:36 xtraeme Exp $ -DISTNAME= dspam-3.4.7 +DISTNAME= dspam-3.4.8 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ |