diff options
author | dougb <dougb@FreeBSD.org> | 2010-07-17 15:54:40 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-07-17 15:54:40 +0800 |
commit | 386e93ef2da29a0b13526088298b132aa3653515 (patch) | |
tree | a1ac3c1f047906cd1a93a05c6ec2b9c9c1b43f7a /dns | |
parent | 6c68bec6c5a2ca9fe02cebc1cdbac980f772d5f3 (diff) | |
download | freebsd-ports-gnome-386e93ef2da29a0b13526088298b132aa3653515.tar.gz freebsd-ports-gnome-386e93ef2da29a0b13526088298b132aa3653515.tar.zst freebsd-ports-gnome-386e93ef2da29a0b13526088298b132aa3653515.zip |
Updgrade to version 9.7.1-P2 which addresses a DNSSEC-related bug.
If a query is made explicitly for a record of type 'RRSIG' to a validating
recursive server running BIND 9.7.1 or 9.7.1-P1, and the server has one or
more trust anchors configured statically and/or via DLV, then if the answer
is not already in cache, the server enters a loop which repeatedly generates
queries for RRSIGs to the authoritative servers for the zone containing the
queried name.
CVE: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0213
CERT: http://www.kb.cert.org/vuls/id/211905
Versions affected: 9.7.1, 9.7.1-P1
Severity: High
Exploitable: remotely
http://www.isc.org/software/bind/advisories/cve-2010-0213
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind97/Makefile | 4 | ||||
-rw-r--r-- | dns/bind97/distinfo | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile index e37a24c75174..9fa2c31c27e3 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bind97 -PORTVERSION= 9.7.1.1 +PORTVERSION= 9.7.1.2 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -19,7 +19,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.7.1-P1 +ISCVERSION= 9.7.1-P2 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind97/distinfo b/dns/bind97/distinfo index 8858257ee7b8..aecfa14afd62 100644 --- a/dns/bind97/distinfo +++ b/dns/bind97/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.7.1-P1.tar.gz) = d36f9be9707f8741c0c1c8036e7d05ad -SHA256 (bind-9.7.1-P1.tar.gz) = d2a305256259e7a44f379b9a6d145dee8de24d57982489527ab47bf2186fd65d -SIZE (bind-9.7.1-P1.tar.gz) = 7548893 -MD5 (bind-9.7.1-P1.tar.gz.asc) = 37166972d89740d40a2f87c87dc1431e -SHA256 (bind-9.7.1-P1.tar.gz.asc) = d233e699a3509a6f664079b5147c3e04d5d59f5fdbe4b4c1d38310fad284b564 -SIZE (bind-9.7.1-P1.tar.gz.asc) = 480 +MD5 (bind-9.7.1-P2.tar.gz) = bd6be63cc910d04da39103d441871596 +SHA256 (bind-9.7.1-P2.tar.gz) = 37ac37d11e8c16658f3fec49a54747b65c3b5a74b375af638c5944447aebce2c +SIZE (bind-9.7.1-P2.tar.gz) = 7549535 +MD5 (bind-9.7.1-P2.tar.gz.asc) = 0cd556855eef36ad720e02854c0e2937 +SHA256 (bind-9.7.1-P2.tar.gz.asc) = 2a29d2e3313bd3fe71bc7f4b6452fd2ec0e2f4fef6ea56b167a49bb80a0b89f1 +SIZE (bind-9.7.1-P2.tar.gz.asc) = 480 |