mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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
This commit is contained in:
parent
ae53d003b3
commit
472fcbc24a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257883
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user