diff options
author | snj <snj@pkgsrc.org> | 2004-05-23 22:42:05 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-23 22:42:05 +0000 |
commit | c52e0e5786fa44fb625de30292bf4b6431a39d64 (patch) | |
tree | f780ba2f8ddb3e66cb5a46de55b112b5870391ea /mail | |
parent | caafa967b184c03143f93ae05c4a39ed645b3d63 (diff) | |
download | pkgsrc-c52e0e5786fa44fb625de30292bf4b6431a39d64.tar.gz |
Take maintainership. Update to bogofilter-0.17.5.
Changes:
* Change default parameters to the results of Greg's 300k ham
and 300k spam bogotune run:
robs robx min_dev spam_co
old 0.010000 0.415000 0.100000 0.950000
new 0.017800 0.520000 0.375000 0.990000
* Fix check for PGP signatures.
* Ignore data portion of PGP signatures.
* Use "mime:" (rather than "head:") to tag mime part headers.
* Fix "Can't find '.MSG_COUNT'" problem in bogotune.
* Fix defect that continues decoding base64/qp after invalid chars.
* Warn if user specified config file doesn't exist.
* Fix tagging of IPAddrs in header lines.
* Fixed minor bogotune problems related to building wordlists.
* Exempt tokens .MSG_COUNT and .ROBX from maintenance operations.
* Remove unused 'active' and 'weight' attributes of wordlists.
* If message uses CRLF, put CRLF after added header lines.
* Removed DEPRECATED CODE.
* Correct SIGSEGV causes by missing environment variables.
* Miscellaneous Portability fixes
* Documentation cleanups.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 10 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 4aa35f8a087..3de84bc4862 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.16 2004/04/10 17:09:39 heas Exp $ -# +# $NetBSD: Makefile,v 1.17 2004/05/23 22:42:05 snj Exp $ -DISTNAME= bogofilter-0.16.4 +DISTNAME= bogofilter-0.17.5 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/} +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= manu@NetBSD.org +MAINTAINER= snj@NetBSD.org HOMEPAGE= http://bogofilter.sourceforge.net/ COMMENT= Bayesian spam filter written in C PKG_INSTALLATION_TYPES= overwrite pkgviews +GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_PKGINSTALL= YES -GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-libdb-prefix=${BUILDLINK_PREFIX.db4} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index c48e1d1c0fd..5c12f154cc8 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2004/02/09 00:59:06 snj Exp $ +$NetBSD: distinfo,v 1.8 2004/05/23 22:42:05 snj Exp $ -SHA1 (bogofilter-0.16.4.tar.gz) = 2a6ff25cb6e01573e4bff231e8f82b8220e967c4 -Size (bogofilter-0.16.4.tar.gz) = 725732 bytes +SHA1 (bogofilter-0.17.5.tar.bz2) = 973d0233aa94832e9e31d364a7d58da0b0961677 +Size (bogofilter-0.17.5.tar.bz2) = 620413 bytes SHA1 (patch-aa) = 3d8b44dbd8751a5c3f7000fe4bb3a53c2947213f SHA1 (patch-ab) = f3085cdbb85e33e61116cb00737c8bd1031c35b1 |