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/bind98 | |
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/bind98')
-rw-r--r-- | dns/bind98/Makefile | 4 | ||||
-rw-r--r-- | dns/bind98/distinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 24c25d34d782..ddf8c97223b0 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind98 -PORTVERSION= 9.8.4 +PORTVERSION= 9.8.4.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.8.4 +ISCVERSION= 9.8.4-P1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index e68e8bef77fd..9122c6b12485 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,2 @@ -SHA256 (bind-9.8.4.tar.gz) = fdc378b04af99ed3a4cb82a4b0142fdd751fda568e1f7c7e95eab16ef63cac84 -SIZE (bind-9.8.4.tar.gz) = 7141026 -SHA256 (bind-9.8.4.tar.gz.asc) = dfe508f85143823d024dd4759a36a9a5298c0948fd783679d0f42a557e3663af -SIZE (bind-9.8.4.tar.gz.asc) = 490 +SHA256 (bind-9.8.4-P1.tar.gz) = 60c979575bf6288570cb4e3e9ab9d99bb93a55d2a4946ce277f6e6e642dda21f +SIZE (bind-9.8.4-P1.tar.gz) = 7129321 |