diff options
author | mrg <mrg@pkgsrc.org> | 2006-10-05 22:18:19 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2006-10-05 22:18:19 +0000 |
commit | 4ebfa1d945e0193f723c18d1f3c5fcf50d71e177 (patch) | |
tree | 1a9dc2cf2a775f2f88465746c4430b178af1c956 /mail/spamassassin/Makefile | |
parent | 73334694694528707153c355a29621cc19a96be1 (diff) | |
download | pkgsrc-4ebfa1d945e0193f723c18d1f3c5fcf50d71e177.tar.gz |
update this to spamassassin 3.1.6. changes include:
bug 5044: include local site config in sa-update lint checks
bug 5048: --lint should not use network rules or AWL
bug 5081: sometimes, SIGHUPing spamd would leave one child process still alive due to a race in the SIGHUP handler and the preforking code. fixed
bug 5040: if in no-net scoreset, don't warn about net rules being zero-score dependencies of meta rules
bug 5105: M::SA::Client doesn't always catch failed connection to spamd, fixed
bug 5094: check for unit'd value used in AntiVirus.pm
bug 5089: enable adding headers with single digit zero value
bug 5077: fix false SPF_SOFTFAIL's when SPF queries timeout
bug 5080: fix bug in update RCVD_ILLEGAL_IP evaltest to properly deal with 127/8 fix
bug 5111: fix FORGED_JUNO_RCVD FP on webmail from untd.com's own systems
bug 4940: _get_date_header_time() should try dates one at a time not all dates joined together
bug 5098: add support for ecelerity Received headers, thanks to Joe Schaefer <joe+gmane at sunstarsys.com>
bug 4975: (trivial) avoid use of unit'd value in prefork warning message
bug 4418: remove no longer useful HTML_WEB_BUGS and HTML_LINK_IMAGE_BUG rules
bug 5101: fix bug in mbx code introduced in a backport of 3.2 AICache code
try to work around horribleness when checking in the entire built tree for the website update procedure
bug 5076: unescape hash characters in the config
add my nagios plugin for monitoring spamd to contrib/
Diffstat (limited to 'mail/spamassassin/Makefile')
-rw-r--r-- | mail/spamassassin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 66ceaebd09d..c05f2adfc3d 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2006/08/31 22:00:48 mrg Exp $ +# $NetBSD: Makefile,v 1.75 2006/10/05 22:18:19 mrg Exp $ -DISTNAME= Mail-SpamAssassin-3.1.5 -PKGNAME= spamassassin-3.1.5 +DISTNAME= Mail-SpamAssassin-3.1.6 +PKGNAME= spamassassin-3.1.6 SVR4_PKGNAME= sa CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=spamassassin/source/} |