diff options
author | dougb <dougb@FreeBSD.org> | 2010-07-11 05:36:05 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-07-11 05:36:05 +0800 |
commit | a70e04f3bac79b6fbf076c8372fcc70c1e061d1f (patch) | |
tree | 46bc95bfe22393104a1eb56106535eb6fc120429 /dns | |
parent | b54a7c88048f6ee7e4be1349523b448e7031606f (diff) | |
download | freebsd-ports-gnome-a70e04f3bac79b6fbf076c8372fcc70c1e061d1f.tar.gz freebsd-ports-gnome-a70e04f3bac79b6fbf076c8372fcc70c1e061d1f.tar.zst freebsd-ports-gnome-a70e04f3bac79b6fbf076c8372fcc70c1e061d1f.zip |
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
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 41a60f406658..e37a24c75174 100644 --- a/dns/bind97/Makefile +++ b/dns/bind97/Makefile @@ -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 diff --git a/dns/bind97/distinfo b/dns/bind97/distinfo index 2bd2d8cac95e..8858257ee7b8 100644 --- a/dns/bind97/distinfo +++ b/dns/bind97/distinfo @@ -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 |