diff options
author | erwin <erwin@FreeBSD.org> | 2012-12-05 15:46:03 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-12-05 15:46:03 +0800 |
commit | c92dc4bcb46b20f8e3d7632bcf5c3341af76c994 (patch) | |
tree | 8e0543c35d77e559557c656f46df74ca1673b62b /dns/bind99 | |
parent | 6d48476cf23c413b537d00462a73f0a151d76c3a (diff) | |
download | freebsd-ports-gnome-c92dc4bcb46b20f8e3d7632bcf5c3341af76c994.tar.gz freebsd-ports-gnome-c92dc4bcb46b20f8e3d7632bcf5c3341af76c994.tar.zst freebsd-ports-gnome-c92dc4bcb46b20f8e3d7632bcf5c3341af76c994.zip |
Update to the latest patch level from ISC:
BIND 9 nameservers using the DNS64 IPv6 transition mechanism are
vulnerable to a software defect that allows a crafted query to
crash the server with a REQUIRE assertion failure. Remote
exploitation of this defect can be achieved without extensive
effort, resulting in a denial-of-service (DoS) vector against
affected servers.
Security: 2892a8e2-3d68-11e2-8e01-0800273fe665
CVE-2012-5688
Feature safe: yes
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 4 | ||||
-rw-r--r-- | dns/bind99/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 651299d9349d..ebc4db39808a 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind99 -PORTVERSION= 9.9.2 +PORTVERSION= 9.9.2.1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -11,7 +11,7 @@ MAINTAINER= erwin@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.9.2 +ISCVERSION= 9.9.2-P1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index 5370fc696896..3c88a33b60c9 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -1,4 +1,2 @@ -SHA256 (bind-9.9.2.tar.gz) = 7e6530b198d512e27a856bbd7426b1a3c47fd55d06d667adb66f760259009b48 -SIZE (bind-9.9.2.tar.gz) = 7285050 -SHA256 (bind-9.9.2.tar.gz.asc) = d759edfd7c69bdc037e368d3e52a508a1ccc3e5d5e95ead62b461afdb24729d9 -SIZE (bind-9.9.2.tar.gz.asc) = 490 +SHA256 (bind-9.9.2-P1.tar.gz) = 4bce7c020402623333b655be5167ae8c52f30a6bfe9750caa3ab70da7d90219c +SIZE (bind-9.9.2-P1.tar.gz) = 7277498 |