pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/bogofilter 1.2.4 2013-07-01 (released)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58929a4d88a9
branches:  trunk
changeset: 641959:58929a4d88a9
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 22 01:36:43 2014 +0000

description:
1.2.4   2013-07-01 (released)

        2013-06-28
        * Fix three crashes in command line and environment variable parsers
          that caused NULL pointer dereferences with long option variants
          of bogofilter --syslog-tag, or bogoutil --timestamp-date, or when
          bogotune -M<file> cannot derive the bogofilter directory.
          Reported by Alexandre Rebert, found with Mayhem tool.

        * Add getopt_long_chk(), a getopt_long variant that checks if the
          overlapping short and long options agree on whether their argument
          is not required, mandatory, or optional.  If they disagree, the
          program aborts.

        * Fix a crash in command line parser that causes a NULL pointer
          dereference when --db-cachesize is used without argument.
          Found with getopt_long_chk().

        2013-01-20
        * Change lexer API/ABI a bit so as to work with flex 2.5.36 generated
          lexers (for instance, on Fedora 18 "Spherical Cow") that flip the
          type of yyleng from int to size_t. We use a signed long internally.

        2012-12-30
        * The bogofilter project was updated to the new SourceForge.net
          platform. This has caused the URLs to change. Use one of these
          commands for a read-only checkout:
          svn checkout svn://svn.code.sf.net/p/bogofilter/code/trunk bogofilter
          svn checkout http://svn.code.sf.net/p/bogofilter/code/trunk bogofilter

          And developers would use, replacing joe by their sf.net login:
          svn checkout --username=joe svn+ssh://m-a%svn.code.sf.net@localhost/p/bogofilter/code/trunk bogofilter

        2012-12-03
        * Add bogofilter-SA-2012-01 (CVE-2012-5468).
        * Fix XML form of Bulgarian FAQ so that it validates;
          and validate XHTML at build time.
        * Mark Berkeley DB 5.2.42 and 5.3.21 supported.

diffstat:

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

diffs (27 lines):

diff -r 3a450befb27a -r 58929a4d88a9 mail/bogofilter/Makefile
--- a/mail/bogofilter/Makefile  Sat Nov 22 01:26:24 2014 +0000
+++ b/mail/bogofilter/Makefile  Sat Nov 22 01:36:43 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2014/10/09 14:06:38 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2014/11/22 01:36:43 mef Exp $
 
-DISTNAME=      bogofilter-1.2.3
-PKGREVISION=   7
+DISTNAME=      bogofilter-1.2.4
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bogofilter/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 3a450befb27a -r 58929a4d88a9 mail/bogofilter/distinfo
--- a/mail/bogofilter/distinfo  Sat Nov 22 01:26:24 2014 +0000
+++ b/mail/bogofilter/distinfo  Sat Nov 22 01:36:43 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2012/12/26 16:58:27 darcy Exp $
+$NetBSD: distinfo,v 1.22 2014/11/22 01:36:43 mef Exp $
 
-SHA1 (bogofilter-1.2.3.tar.bz2) = 1597e52140c9b3894d5d7ced11a67dcaf2444b58
-RMD160 (bogofilter-1.2.3.tar.bz2) = 93dacba5b7ec09c22cc01393c72579a53d90cedf
-Size (bogofilter-1.2.3.tar.bz2) = 868902 bytes
+SHA1 (bogofilter-1.2.4.tar.bz2) = f51c02162fc31116e583197840a87d76ddcb9536
+RMD160 (bogofilter-1.2.4.tar.bz2) = 00baa95c71f193081ccbf9562e9b493f852bb08c
+Size (bogofilter-1.2.4.tar.bz2) = 887848 bytes
 SHA1 (patch-ab) = 5b8076d235e38d982eba602033f30a40a85d2d64



Home | Main Index | Thread Index | Old Index