diff options
author | snj <snj@pkgsrc.org> | 2004-08-04 06:20:49 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-08-04 06:20:49 +0000 |
commit | acb9744e3d81006e12fe7c0704f612b3ffea58aa (patch) | |
tree | f922cfe9d23a3a333709614c883b96b9f251e6cd /mail | |
parent | b334700e0cb704689c44e03d3bdd4258e49a03fb (diff) | |
download | pkgsrc-acb9744e3d81006e12fe7c0704f612b3ffea58aa.tar.gz |
Update to 0.92.4. Changes:
* Remove 'g', 'r', and 'f' from bogofilter's OPTIONS list as
there's only one scoring algorithm.
* Fixed db_init/db_cleanup problems encountered with multiple
wordlists and concurrent data stores.
* Bugfix: '%I' is now really the Message-ID,
* Feature: '%Q' is now the queue ID
* Use an explicit inputs/outputs directory list to avoid shipping test
files in those directories.
* Miscellaneous cleanups, removed 'degen' code remainders.
* Formatting character changes:
'%A' is now the message's IP address.
'%I' is now the message's ID.
* Remove initialize() function in bogoconfig.c and use
lexer_init() in lexer.c, which provides same functionality.
* Warn on invalid options, rather than exit.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 4 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index b4ede9f09d9..c0551b4e8f4 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2004/06/29 02:20:17 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/08/04 06:20:49 snj Exp $ -DISTNAME= bogofilter-0.92.0 +DISTNAME= bogofilter-0.92.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index ca0b66c4ff5..723640088f4 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2004/06/29 02:20:17 snj Exp $ +$NetBSD: distinfo,v 1.10 2004/08/04 06:20:49 snj Exp $ -SHA1 (bogofilter-0.92.0.tar.bz2) = f9a10d0e00e821aef87be5a86a1150219d8bdd44 -Size (bogofilter-0.92.0.tar.bz2) = 681155 bytes +SHA1 (bogofilter-0.92.4.tar.bz2) = 4a922752dedb33b5f6b0d23a60e5ba3b87155696 +Size (bogofilter-0.92.4.tar.bz2) = 639411 bytes SHA1 (patch-aa) = 3d8b44dbd8751a5c3f7000fe4bb3a53c2947213f SHA1 (patch-ab) = f55a9956d82f56cef686a9125983ec5fd6942809 |