diff options
author | heinz <heinz@pkgsrc.org> | 2004-01-21 22:19:30 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-01-21 22:19:30 +0000 |
commit | f5a036a0d5b1bed304c7d0961403dc5b1f94cc86 (patch) | |
tree | 0c5d8cab6e76b3225e7f077fec728e3db3f8ddd7 /mail/spamassassin/Makefile | |
parent | a6333aea47f055cf76dc5deaece3bcf60ea8ee87 (diff) | |
download | pkgsrc-f5a036a0d5b1bed304c7d0961403dc5b1f94cc86.tar.gz |
Update to 2.63. Tested on NetBSD and Solaris 8.
Summary of major changes since 2.62
-----------------------------------
- Fixed bug related to perl 5.005 which stopped SpamAssassin from being
runnable
- Fixed bug where "spamassassin -l" parameter wouldn't be untainted before
being used
- Added caching of body rendering results so that the message wouldn't
be rendered the same way multiple times unnecessarily.
Summary of major changes since 2.61
-----------------------------------
- Fixed two bugs related to Received line generation and parsing.
- Modified two rules to reduce false positives.
- Fixed bug where spamd temporary init directory wasn't removed in some
situations.
- Modified HABEAS_SWE to function even if the Habeas headers were out of
their normal order.
- Fixed bug where reporting wouldn't remove message markup before being
learned by Bayes.
- Fixed bug where report_safe_copy_headers would reverse the order of the
Received headers.
- Fixed several bugs in the Bayes system caused by DB_File oddities.
Diffstat (limited to 'mail/spamassassin/Makefile')
-rw-r--r-- | mail/spamassassin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index c766a379f05..19becd665bf 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2004/01/06 07:08:13 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2004/01/21 22:19:30 heinz Exp $ DISTNAME= Mail-SpamAssassin-${PKGVERSION} -PKGNAME= spamassassin-2.61 +PKGNAME= spamassassin-2.63 PKGREVISION= # empty SVR4_PKGNAME= sa CATEGORIES= mail @@ -152,7 +152,6 @@ post-install: @${TEST} -r ${PLIST_ADD} && ${RM} ${PLIST_ADD} ; : @ # ninja image is in the static PLIST @${INSTALL_DATA} ${WRKSRC}/ninjabutton.png ${HTMLDIR}/ - @${INSTALL_DATA} ${FILESDIR}/change_summary.txt ${DOCDIR}/ .for f in CONTRIB_CERT COPYRIGHT INSTALL License README TRADEMARK USAGE \ sample-nonspam.txt sample-spam.txt spamd/README.spamd \ spamd/README.spamd-vpopmail |