aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind99/Makefile
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-03-27 15:56:12 +0800
committererwin <erwin@FreeBSD.org>2013-03-27 15:56:12 +0800
commitd156905cbbf851afcfb86a8f854b49a58fadc000 (patch)
tree14cbaf4e1ea81ad7782ebd10fcf7f4ea3746509d /dns/bind99/Makefile
parent058acb46347577964e7f9fd3d393f63b6a495d4e (diff)
downloadfreebsd-ports-gnome-d156905cbbf851afcfb86a8f854b49a58fadc000.tar.gz
freebsd-ports-gnome-d156905cbbf851afcfb86a8f854b49a58fadc000.tar.zst
freebsd-ports-gnome-d156905cbbf851afcfb86a8f854b49a58fadc000.zip
Update to 9.9.2-P2
Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688] Security: CVE-2013-2266
Diffstat (limited to 'dns/bind99/Makefile')
-rw-r--r--dns/bind99/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index b1ff88e878c5..7b9e013a82da 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= bind99
-PORTVERSION= 9.9.2.1
+PORTVERSION= 9.9.2.2
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.9.2-P1
+ISCVERSION= 9.9.2-P2
MAKE_JOBS_UNSAFE= yes