diff options
author | xtraeme <xtraeme> | 2005-04-26 08:49:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-04-26 08:49:46 +0000 |
commit | 9956a9b21248d376b51878822efd7ec58891fb3f (patch) | |
tree | fbb74841246f805ea377b7e7b4b982ccf8235d01 /mail/dspam/Makefile | |
parent | f28fc01ff9b48eb303f435108a675b6f128d3a96 (diff) | |
download | pkgsrc-9956a9b21248d376b51878822efd7ec58891fb3f.tar.gz |
Update to 3.4.5
Version 3.4.5-STABLE
This version is a maintenance release and contains bug fixes only
BUGFIX: First run / first spam notifications don't send for users in groups
BUGFIX: Permissions on dspam.sock are wrong mode
BUGFIX: Bogus signature retrieval errors in logs
BUGFIX: LMTP error codes reporting permanent errors for temporary failures
BUGFIX: ParseToHeaders' notspam- alias fails to change user correctly
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 20340d811fb..f75cb52fb99 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2005/04/14 20:39:59 xtraeme Exp $ +# $NetBSD: Makefile,v 1.30 2005/04/26 08:49:46 xtraeme Exp $ -DISTNAME= dspam-3.4.4 -PKGREVISION= 1 +DISTNAME= dspam-3.4.5 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ |