diff options
author | dougb <dougb@FreeBSD.org> | 2011-05-06 21:13:52 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-05-06 21:13:52 +0000 |
commit | 89a168d6d60cfcad0833c8a7993b853eaa0ac73d (patch) | |
tree | aa7d531d4855efd36a0a4402772f45845d7f703c /dns | |
parent | 56a5d909ea30628d2750ba93b57bb2023d51c862 (diff) | |
download | FreeBSD-ports-89a168d6d60cfcad0833c8a7993b853eaa0ac73d.zip FreeBSD-ports-89a168d6d60cfcad0833c8a7993b853eaa0ac73d.tar.gz |
Upgrade to version 9.8.0-P1:
Certain response policy zone configurations could trigger an INSIST
when receiving a query of type RRSIG.
https://www.isc.org/CVE-2011-1907
This vulnerability is only possible if you have enable the new RPZ feature.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 6 | ||||
-rw-r--r-- | dns/bind98/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index d9816c3..68ffa64 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind98 -PORTVERSION= 9.8.0 +PORTVERSION= 9.8.0.1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -24,8 +24,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and DNS64 -# ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.8.0 +# ISC releases things like 9.8.0-P1, which our versioning doesn't like +ISCVERSION= 9.8.0-P1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index 172634e..b02bb01 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.0.tar.gz) = e44183f5a4ab7d3deb3c08171c4821c391d6b10ed8d4bc6485a1fc3ba6490c06 -SIZE (bind-9.8.0.tar.gz) = 7760161 -SHA256 (bind-9.8.0.tar.gz.asc) = d1b5bf200fd23a837a7a54e284baee28ab9316e4ea9f81ea2307ee6c0c4f0e15 -SIZE (bind-9.8.0.tar.gz.asc) = 481 +SHA256 (bind-9.8.0-P1.tar.gz) = f0f659079894402d38db4f22aac99ead45401123c2aa2398e13f19dae73bb11e +SIZE (bind-9.8.0-P1.tar.gz) = 7701530 +SHA256 (bind-9.8.0-P1.tar.gz.asc) = abae8380cbf7312574f4d0b1c2865c60e3d152154e7a2a9e99710f085c2aeee9 +SIZE (bind-9.8.0-P1.tar.gz.asc) = 480 |