diff options
author | dougb <dougb@FreeBSD.org> | 2012-07-25 03:23:23 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-07-25 03:23:23 +0800 |
commit | ae946aa4b05a5f8293213523fae4e119698357cb (patch) | |
tree | fbad25cc2fa402de8f4bec44322cf51c18b6d78f /dns/bind99 | |
parent | 40fb069ae7a05333bba824f62ae95acd27432ae8 (diff) | |
download | freebsd-ports-gnome-ae946aa4b05a5f8293213523fae4e119698357cb.tar.gz freebsd-ports-gnome-ae946aa4b05a5f8293213523fae4e119698357cb.tar.zst freebsd-ports-gnome-ae946aa4b05a5f8293213523fae4e119698357cb.zip |
Heavy DNSSEC Validation Load Can Cause a "Bad Cache" Assertion Failure
in BIND9
High numbers of queries with DNSSEC validation enabled can cause an
assertion failure in named, caused by using a "bad cache" data structure
before it has been initialized.
CVE: CVE-2012-3817
Posting date: 24 July, 2012
Diffstat (limited to 'dns/bind99')
-rw-r--r-- | dns/bind99/Makefile | 7 | ||||
-rw-r--r-- | dns/bind99/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 94613c5bd4c7..eed9fce8fe1c 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -11,10 +11,9 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind99 -PORTVERSION= 9.9.1.1 +PORTVERSION= 9.9.1.2 CATEGORIES= dns net ipv6 -MASTER_SITES= ${MASTER_SITE_ISC} \ - http://dougbarton.us/Downloads/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc @@ -24,7 +23,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The 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.1-P1 +ISCVERSION= 9.9.1-P2 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo index 17487e4bf028..542644e35550 100644 --- a/dns/bind99/distinfo +++ b/dns/bind99/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.9.1-P1.tar.gz) = 2dc5886b3eb6768d312b43dbe1e23a5b67b4f4dcfa1a65b1017e7710bb764627 -SIZE (bind-9.9.1-P1.tar.gz) = 7223197 -SHA256 (bind-9.9.1-P1.tar.gz.asc) = 9692338123284f8d7b580d4368f59ff845868f3534c6a5efcfb4d6fc8a69ad58 -SIZE (bind-9.9.1-P1.tar.gz.asc) = 481 +SHA256 (bind-9.9.1-P2.tar.gz) = a46ecf6177b69d6e9a83a15f792d0594adcc8e800086208dd9b84452afb84d0e +SIZE (bind-9.9.1-P2.tar.gz) = 7223896 +SHA256 (bind-9.9.1-P2.tar.gz.asc) = 0620c92284e6e00209ce47d3cff14161cc19be978762036cef9ec98e500cd8ed +SIZE (bind-9.9.1-P2.tar.gz.asc) = 490 |