diff options
author | mandree <mandree@FreeBSD.org> | 2012-12-04 04:16:21 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-12-04 04:16:21 +0800 |
commit | 067e03c4f5ca4bbb2740f348eb694204532a3e45 (patch) | |
tree | 8dc40083c81ef74968abfe9c4648b7acb9432994 /mail | |
parent | 58f1ae46ef7964adadae8d9cb8e66d065c1029ab (diff) | |
download | freebsd-ports-gnome-067e03c4f5ca4bbb2740f348eb694204532a3e45.tar.gz freebsd-ports-gnome-067e03c4f5ca4bbb2740f348eb694204532a3e45.tar.zst freebsd-ports-gnome-067e03c4f5ca4bbb2740f348eb694204532a3e45.zip |
Update bogofilter to new upstream release 1.2.3.
Security update to fix a heap corruption bug with invalid base64 input,
reported and fixed by Julius Plenz, FU Berlin, Germany.
Feature safe: yes
Security: CVE-2012-5468
Security: f524d8e0-3d83-11e2-807a-080027ef73ec
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-sqlite/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-tc/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 4 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index 2be9f82df606..509b3ed9b5a9 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -sqlite diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index 340986e6a65c..d9fa8a90dec7 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= mail PKGNAMESUFFIX= -tc diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 576c5b5ed174..3a81d2519861 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -6,8 +6,8 @@ # PORTNAME= bogofilter -PORTVERSION= 1.2.2 -PORTREVISION?= 3 +PORTVERSION= 1.2.3 +PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} diff --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index 40f9c9fe15f4..743ece9c2fb7 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1,2 +1,2 @@ -SHA256 (bogofilter-1.2.2.tar.bz2) = d8cfd1e68375ac8131de8a6998a38ee5b3f7d1151e71efd2b436183545216039 -SIZE (bogofilter-1.2.2.tar.bz2) = 867043 +SHA256 (bogofilter-1.2.3.tar.bz2) = 8ed85fc5ff03d9b07986ee2ce33e1149e30abe2ad8bae1d0c94503ccd2c92e76 +SIZE (bogofilter-1.2.3.tar.bz2) = 868902 |