diff options
author | darcy <darcy@pkgsrc.org> | 2012-12-26 16:58:27 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2012-12-26 16:58:27 +0000 |
commit | 989beed2817b01e307d3e33f7d8189c04a6167c8 (patch) | |
tree | 665b3ed6ddb6c1080e4a0ce89f677724b7f616dd /mail | |
parent | df11ce8d064d3c8fc3b65ac16745f1158021ba02 (diff) | |
download | pkgsrc-989beed2817b01e307d3e33f7d8189c04a6167c8.tar.gz |
Upgrade to 1.2.3.
Fixes:
2012-10-24
* Update configure.ac to avoid autoconf 2.68 warnings, by
(a) quoting the first AC_RUN_IFELSE argument, an
AC_LANG_PROGRAM(), with [ ], and
(b) providing an explicit "true" assumption for Berkeley DB
capabilities to avoid cross-compilation warnings.
2012-10-22
* Security bugfix for CVE-2012-5468 (bogofilter-SA-2012-01):
Fix a heap corruption in base64 decoder on invalid input.
Analysis and patch by Julius Plenz <plenz@cis.fu-berlin.de>.
2011-01-02
* Added bogofilter-faq-bg.html, a Bulgarian translation of the FAQ.
(thanks to Albert Ward)
2010-10-29
* Mark "Berkeley DB 5.1.19: (August 27, 2010)" supported.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter/Makefile | 6 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 10 | ||||
-rw-r--r-- | mail/bogofilter/patches/patch-ab | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index dc9e471008d..6d500bdf930 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2012/10/08 12:19:03 asau Exp $ +# $NetBSD: Makefile,v 1.47 2012/12/26 16:58:27 darcy Exp $ -DISTNAME= bogofilter-1.2.2 -PKGREVISION= 4 +DISTNAME= bogofilter-1.2.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bogofilter/} EXTRACT_SUFX= .tar.bz2 @@ -9,6 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bogofilter.sourceforge.net/ COMMENT= Bayesian spam filter written in C +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index bfe1043d100..4144042060e 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2010/07/24 09:33:09 obache Exp $ +$NetBSD: distinfo,v 1.21 2012/12/26 16:58:27 darcy Exp $ -SHA1 (bogofilter-1.2.2.tar.bz2) = 6d2860c1d919fe47a8efcfc7fd6de9433872f21d -RMD160 (bogofilter-1.2.2.tar.bz2) = a522d0c7d2deae59d479c67f64e9bd9551b59096 -Size (bogofilter-1.2.2.tar.bz2) = 867043 bytes -SHA1 (patch-ab) = f55a9956d82f56cef686a9125983ec5fd6942809 +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 (patch-ab) = 5b8076d235e38d982eba602033f30a40a85d2d64 diff --git a/mail/bogofilter/patches/patch-ab b/mail/bogofilter/patches/patch-ab index ada72e06938..c031bc0c906 100644 --- a/mail/bogofilter/patches/patch-ab +++ b/mail/bogofilter/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.2 2004/06/29 02:20:17 snj Exp $ +$NetBSD: patch-ab,v 1.3 2012/12/26 16:58:27 darcy Exp $ + +- Fix build bug with cc -g, patch submitted by john heasley. --- gsl/gsl_math.h.orig 2004-06-10 14:17:35.000000000 -0700 +++ gsl/gsl_math.h 2004-06-28 12:44:15.000000000 -0700 |