pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/bogofilter Update to 0.92.4. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e98bd2a35c5
branches:  trunk
changeset: 479039:3e98bd2a35c5
user:      snj <snj%pkgsrc.org@localhost>
date:      Wed Aug 04 06:20:49 2004 +0000

description:
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:

 mail/bogofilter/Makefile |  4 ++--
 mail/bogofilter/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r f559af053236 -r 3e98bd2a35c5 mail/bogofilter/Makefile
--- a/mail/bogofilter/Makefile  Wed Aug 04 06:16:04 2004 +0000
+++ b/mail/bogofilter/Makefile  Wed Aug 04 06:20:49 2004 +0000
@@ -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 -r f559af053236 -r 3e98bd2a35c5 mail/bogofilter/distinfo
--- a/mail/bogofilter/distinfo  Wed Aug 04 06:16:04 2004 +0000
+++ b/mail/bogofilter/distinfo  Wed Aug 04 06:20:49 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index