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/bind98/Makefile | |
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/bind98/Makefile')
-rw-r--r-- | dns/bind98/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index deda9e7a723e..89ab06ce0b38 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -12,10 +12,9 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind98 -PORTVERSION= 9.8.3.1 +PORTVERSION= 9.8.3.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 @@ -25,7 +24,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.8.3-P1 +ISCVERSION= 9.8.3-P2 MAKE_JOBS_UNSAFE= yes |