pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/bogofilter upgrade to 0.14.2. note that upgrade ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99016164d1ef
branches:  trunk
changeset: 459696:99016164d1ef
user:      itojun <itojun%pkgsrc.org@localhost>
date:      Tue Aug 05 04:31:40 2003 +0000

description:
upgrade to 0.14.2.  note that upgrade from 0.13 needs invoation of "bogoupgrade"

                               =================
                                BOGOFILTER NEWS
                               =================

$Id: CHANGES-0.14,v 1.15 2003/08/03 00:47:28 relson Exp $

0.14.202 2003-08-02

        * Replaced use of memcpy() by memmove() in an input routine. The
          overlapping copy migh cause data corruption on some systems.
        * Fixed "make check" failures for bogoutil introduced with the
          "combined wordlist" feature in 0.14.0. There has been a buffer
          overflow. All users of bogofilter with combined wordlist prior to
          0.14.2 are advised to upgrade.
        * Fixed bogus "t.valgrind" test FAILures.
        * Fixed uninitialized data in db_get_dbvalue(), for split word lists.
        * New file, contrib/vm-bogofilter.el, provides an interface
          between the VM mail reader and bogofilter."
        * Revised lexer_v3.l for compatibility with flex-2.5.31
        * Break up long line in regression test input for Solaris 2.5
          compatibility.

0.14.1.1 2003-08-01

        * Fixed check for adding spam_subject_tag to Subject: line.
        * Updated French version of FAQ.

        2003-07-31

        * Correct problem with t.degen regression test.

0.14.1  2003-07-31

        * Updated English version of FAQ.

        2003-07-29

        * Initial release of token degeneration code.

        2003-07-25

        * Revised lexer pattern to better recognize encoded tokens.

        2003-07-24

        * Implemented named exitcodes, with Unsure having its own
          value (2) and changing the value for error from 2 to 3.

0.14.0.1 2003-07-23

        * Fix problem with encoded text.
        * Fix handling of absolute paths.
        * Fix defect in base64 decoding that can cause segfaults.
        * Bogoutil now complains before exiting when it can't open a
          file.
        * Updated bogominitrain.pl to work with combined wordlists.

0.14.0  2003-07-22

        * Updated contrib/bogominitrain.pl prints more info and can save
          messages used in training.

        * Miscellaneous documentation updates.

        2003-07-21

        * Decode encoded text in header lines.

        2003-07-19

        * Bogofilter and bogoutil detect whether one or two wordlists
          are in BOGOFILTER_DIR and use the appropriate wordlist mode
          (combined or separate).

        * Bogofilter's -V output now includes algorithm and database
          info.

        2003-07-18

        * Default wordlist mode is single, combined wordlist.
          File wordlist.db contains all spam and ham tokens.

        2003-07-17

        * Added tdb (trivial database) support.

        2003-07-16

        * Initial release of code allowing bogofilter to use a single,
          combined BerkeleyDB database for storing both ham and spam
          tokens.  The file is named wordlist.db.

diffstat:

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

diffs (24 lines):

diff -r 1862a0b1f247 -r 99016164d1ef mail/bogofilter/Makefile
--- a/mail/bogofilter/Makefile  Tue Aug 05 03:38:19 2003 +0000
+++ b/mail/bogofilter/Makefile  Tue Aug 05 04:31:40 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 21:45:44 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/08/05 04:31:40 itojun Exp $
 #
 
-DISTNAME=      bogofilter-0.13.7.2
+DISTNAME=      bogofilter-0.14.2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
 
diff -r 1862a0b1f247 -r 99016164d1ef mail/bogofilter/distinfo
--- a/mail/bogofilter/distinfo  Tue Aug 05 03:38:19 2003 +0000
+++ b/mail/bogofilter/distinfo  Tue Aug 05 04:31:40 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/07/12 15:28:42 itojun Exp $
+$NetBSD: distinfo,v 1.3 2003/08/05 04:31:40 itojun Exp $
 
-SHA1 (bogofilter-0.13.7.2.tar.gz) = 43287cac6717526de05f9bdf883f61fcfadfbb13
-Size (bogofilter-0.13.7.2.tar.gz) = 555856 bytes
+SHA1 (bogofilter-0.14.2.tar.gz) = 33ae905072b824005b6ea4d70c74f3c09f9dfce5
+Size (bogofilter-0.14.2.tar.gz) = 814380 bytes



Home | Main Index | Thread Index | Old Index