diff options
author | dougb <dougb@FreeBSD.org> | 2012-05-23 12:41:19 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-05-23 12:41:19 +0800 |
commit | b59bf8ff856e455a61cf8090496ecabc3fefd115 (patch) | |
tree | ec0010dbab0129fca1ff0d9fb1f7a66b3ac3c82c /dns/bind98 | |
parent | dc37b38884e4099e7ae79d742d9a1e2684e4f1b7 (diff) | |
download | freebsd-ports-gnome-b59bf8ff856e455a61cf8090496ecabc3fefd115.tar.gz freebsd-ports-gnome-b59bf8ff856e455a61cf8090496ecabc3fefd115.tar.zst freebsd-ports-gnome-b59bf8ff856e455a61cf8090496ecabc3fefd115.zip |
Upgrade to BIND versions 9.9.1, 9.8.3, 9.7.6, and 9.6-ESV-R7,
the latest from ISC. These versions all contain the following:
Feature Change
* BIND now recognizes the TLSA resource record type, created to
support IETF DANE (DNS-based Authentication of Named Entities)
[RT #28989]
Bug Fix
* The locking strategy around the handling of iterative queries
has been tuned to reduce unnecessary contention in a multi-
threaded environment.
Each version also contains other critical bug fixes.
All BIND users are encouraged to upgrade to these latest versions.
Diffstat (limited to 'dns/bind98')
-rw-r--r-- | dns/bind98/Makefile | 4 | ||||
-rw-r--r-- | dns/bind98/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 4207a7ddb734..381b15b6a99b 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.2 +PORTVERSION= 9.8.3 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.8.2 +ISCVERSION= 9.8.3 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index 94515d6de0f6..26322da2e9b3 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.2.tar.gz) = 7f30faf98c59353d26eef40ce9049de91aa5bb003321edbba14eeed974beda71 -SIZE (bind-9.8.2.tar.gz) = 6985236 -SHA256 (bind-9.8.2.tar.gz.asc) = bb81766d460cc64c2bfa5facfeb1197724640cebad49b35c417eec0c37713bb6 -SIZE (bind-9.8.2.tar.gz.asc) = 490 +SHA256 (bind-9.8.3.tar.gz) = 4099a4c18d931a0d0322666ba4a93bb4f07c8644b264cda38a2431148f91b2d8 +SIZE (bind-9.8.3.tar.gz) = 6984538 +SHA256 (bind-9.8.3.tar.gz.asc) = 59146b592b74bb9c76315a0d569d3924c641984bf9e4a981fc0259d9bd0719f3 +SIZE (bind-9.8.3.tar.gz.asc) = 490 |