diff options
author | mrg <mrg> | 2006-08-31 22:00:48 +0000 |
---|---|---|
committer | mrg <mrg> | 2006-08-31 22:00:48 +0000 |
commit | d4c0715b736e8fac68e81f3003cbcf9b1544ddc2 (patch) | |
tree | a8a40316cb8dd4506971e34c62dc9b4a51fc6b49 /mail | |
parent | c98b455c238b678998fd7e0dbb6fde0821815252 (diff) | |
download | pkgsrc-d4c0715b736e8fac68e81f3003cbcf9b1544ddc2.tar.gz |
update to spamassassin 3.1.5. relevant changes:
bug 5018: update RegistrarBoundaries with new list of 2TLDs
bug 5020: drop __OUTLOOK_DOLLARS_MSGID, replace with the superset
rule __OE_MSGID_2
update replace_license_blocks, have it deal with C-style comments
better, put a sample commandline in place
bug 4492: bayes_ignore_header was case sensitive
add logging, enable zmi and doc mass-checks
bug 5049: allow commented lines in gpgkeyfile and channelfile files
bug 4952: set a default value for DEF_RULES_DIR_, LOCAL_RULES_DIR,
and LOCAL_STATE_DIR. this fixes an issue where third-party code
which hasn't been updated to deal with LOCAL_STATE_DIR can still
use updates.
bug 4848: Pyzor, DCC, and SpamCop plugins weren't looking at the
right place to see the 'dont_report_to_...' options
bug 4843: skip text/calendar parts when generating the body text
arrays
bug 5013: deal octal obfuscation of IP addrs in URLs
bug 5049: handle comments and whitespace in sa-update config files
and fix an error in channel name validation
bug 4981: remove broken urirhssub support for regexp subrule and
make perldoc match the code
bug 5060: backport ArchiveIterator changes for rule-QA system,
namely: the AICache caching subsystem for faster mass-checks, support
for combined --head/--tail semantics, more verbose 'showdots' to
avoid buildbot timeouts, and a new intra-child IPC me chanism for
multi-child mass-checks
bug 5034: fix endless loop possible from bad input or network error
bug 5065: implement whitelist_from_dk
bug 4823: clarify M::SA::Plugin documentation
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamassassin/Makefile | 6 | ||||
-rw-r--r-- | mail/spamassassin/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index 769a53aa96d..66ceaebd09d 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2006/07/31 21:10:59 heinz Exp $ +# $NetBSD: Makefile,v 1.74 2006/08/31 22:00:48 mrg Exp $ -DISTNAME= Mail-SpamAssassin-3.1.4 -PKGNAME= spamassassin-3.1.4 +DISTNAME= Mail-SpamAssassin-3.1.5 +PKGNAME= spamassassin-3.1.5 SVR4_PKGNAME= sa CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=spamassassin/source/} diff --git a/mail/spamassassin/distinfo b/mail/spamassassin/distinfo index b13153d03b8..e43d119e33f 100644 --- a/mail/spamassassin/distinfo +++ b/mail/spamassassin/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.39 2006/07/31 21:10:59 heinz Exp $ +$NetBSD: distinfo,v 1.40 2006/08/31 22:00:48 mrg Exp $ -SHA1 (Mail-SpamAssassin-3.1.4.tar.gz) = df88c2e27c1c8ede60a1b967443a3b16cc74cd9f -RMD160 (Mail-SpamAssassin-3.1.4.tar.gz) = 8aebcc9fa4ed0eafadab85eaafd2f7b488a7ff91 -Size (Mail-SpamAssassin-3.1.4.tar.gz) = 1142066 bytes +SHA1 (Mail-SpamAssassin-3.1.5.tar.gz) = 672399ab2e600ba2ae19d71f77974dc27512e837 +RMD160 (Mail-SpamAssassin-3.1.5.tar.gz) = 69687421671125da2678f50713ac67209a71096d +Size (Mail-SpamAssassin-3.1.5.tar.gz) = 1162519 bytes SHA1 (patch-ab) = df95d87a2f2e7af238c27c3d5468d9aad7eb000d SHA1 (patch-ae) = 1461b24978c75c394c607ae1d49cb49dd086b563 SHA1 (patch-aq) = 495a3ac94a05129520e5d7018fdd56b6dad3c951 |