diff options
author | erwin <erwin@FreeBSD.org> | 2013-03-27 15:56:12 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2013-03-27 15:56:12 +0800 |
commit | d156905cbbf851afcfb86a8f854b49a58fadc000 (patch) | |
tree | 14cbaf4e1ea81ad7782ebd10fcf7f4ea3746509d /dns | |
parent | 058acb46347577964e7f9fd3d393f63b6a495d4e (diff) | |
download | freebsd-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')
-rw-r--r-- | dns/bind99/Makefile | 4 | ||||
-rw-r--r-- | dns/bind99/distinfo | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index 3d5f5277d966..3960e5d8384a 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.2-P1.tar.gz) = 4bce7c020402623333b655be5167ae8c52f30a6bfe9750caa3ab70da7d90219c -SIZE (bind-9.9.2-P1.tar.gz) = 7277498 +SHA256 (bind-9.9.2-P2.tar.gz) = ff822734e3550969251411e20f6f7397d14a912613a42af423752e93fdb565d2 +SIZE (bind-9.9.2-P2.tar.gz) = 7277958 SHA256 (9.9.2-rpz+rl.072.23-P1.patch) = 4afd63b44e3ecb2a782ca00542aea3c737a4de2a82c343cb15773fa3df17aef1 SIZE (9.9.2-rpz+rl.072.23-P1.patch) = 177613 |