mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Upgrade to version 9.7.1-P1. The patch addresses 2 areas in the resolver
code where the 9.7.x series tightened its adherence to the DNS protocol as written, vs. the 9.6.x series which was more liberal in what it accepted. Specifically: 1. Restore processing of certain forms of negative responses that do not contain all of the required elements to avoid aggressive re-querying of authority servers. 2. Accept answers from authority servers without the AA bit set if they meet the other requirements of an answer packet. More detail can be found here: https://www.isc.org/community/blog/201007/compatibility-issues-bind-970-and-971
This commit is contained in:
parent
f74d5693fb
commit
31cf3e8ea8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257622
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= bind97
|
||||
PORTVERSION= 9.7.1
|
||||
PORTVERSION= 9.7.1.1
|
||||
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
|
||||
ISCVERSION= 9.7.1-P1
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (bind-9.7.1.tar.gz) = 712c425e59cb4aa9309bc4716283742f
|
||||
SHA256 (bind-9.7.1.tar.gz) = 0a720ea095f5d9fddf76571e3f39ec07f0300e1f0970330f74d340e2f8bea8c8
|
||||
SIZE (bind-9.7.1.tar.gz) = 7547503
|
||||
MD5 (bind-9.7.1.tar.gz.asc) = da6424590a3218b7a5e1352c8e149971
|
||||
SHA256 (bind-9.7.1.tar.gz.asc) = a5bef1e68a7770487f524a9c1fa869ad61d66504fdc686db6d97498b95d2850f
|
||||
SIZE (bind-9.7.1.tar.gz.asc) = 480
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user