aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-05-23 12:41:19 +0800
committerdougb <dougb@FreeBSD.org>2012-05-23 12:41:19 +0800
commitb59bf8ff856e455a61cf8090496ecabc3fefd115 (patch)
treeec0010dbab0129fca1ff0d9fb1f7a66b3ac3c82c
parentdc37b38884e4099e7ae79d742d9a1e2684e4f1b7 (diff)
downloadfreebsd-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.
-rw-r--r--dns/bind96/Makefile4
-rw-r--r--dns/bind96/distinfo8
-rw-r--r--dns/bind97/Makefile4
-rw-r--r--dns/bind97/distinfo8
-rw-r--r--dns/bind98/Makefile4
-rw-r--r--dns/bind98/distinfo8
-rw-r--r--dns/bind99/Makefile5
-rw-r--r--dns/bind99/distinfo8
-rw-r--r--dns/bind99/pkg-plist1
9 files changed, 25 insertions, 25 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile
index c9c633c4553b..ad80ddafbe79 100644
--- a/dns/bind96/Makefile
+++ b/dns/bind96/Makefile
@@ -12,7 +12,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind96
-PORTVERSION= 9.6.3.1.ESV.R6
+PORTVERSION= 9.6.3.1.ESV.R7
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 threads
# ISC releases things like 9.4.0b3, which our versioning doesn't like
-ISCVERSION= 9.6-ESV-R6
+ISCVERSION= 9.6-ESV-R7
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo
index a653504862d7..7a0fe7918fbd 100644
--- a/dns/bind96/distinfo
+++ b/dns/bind96/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.6-ESV-R6.tar.gz) = c6b9a7559d562995468e433eda05161778db973b1ee25ec8e4ee213d6b74e492
-SIZE (bind-9.6-ESV-R6.tar.gz) = 6288288
-SHA256 (bind-9.6-ESV-R6.tar.gz.asc) = 9059f238e2f10338dea2c10bbf8a88db48a965590741b873247cfa37e37ee705
-SIZE (bind-9.6-ESV-R6.tar.gz.asc) = 481
+SHA256 (bind-9.6-ESV-R7.tar.gz) = 887043bc74f496fe3402c7b8b3001aa42ffbe34e35d061b9d8a2ee1021b9ac39
+SIZE (bind-9.6-ESV-R7.tar.gz) = 6286390
+SHA256 (bind-9.6-ESV-R7.tar.gz.asc) = c386d41720d24d2f277ffcd76b840b78ed99764895f57984884ac1e4dca5f0dc
+SIZE (bind-9.6-ESV-R7.tar.gz.asc) = 490
diff --git a/dns/bind97/Makefile b/dns/bind97/Makefile
index 8564ce02832c..7479971c3915 100644
--- a/dns/bind97/Makefile
+++ b/dns/bind97/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= bind97
-PORTVERSION= 9.7.5
+PORTVERSION= 9.7.6
PORTREVISION?= 0
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
@@ -20,7 +20,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.5
+ISCVERSION= 9.7.6
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind97/distinfo b/dns/bind97/distinfo
index f9a5649a6e23..88e0c6b304e0 100644
--- a/dns/bind97/distinfo
+++ b/dns/bind97/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.7.5.tar.gz) = f9e9346fcec7ada761386c5976de33c09e02d290d8658ec90f96cee894795955
-SIZE (bind-9.7.5.tar.gz) = 6848848
-SHA256 (bind-9.7.5.tar.gz.asc) = 0f7c6251c6db8c13a5f5f72d7efb42e7672ce807c5d15bdae8d55a48f824fbe9
-SIZE (bind-9.7.5.tar.gz.asc) = 481
+SHA256 (bind-9.7.6.tar.gz) = 9294610d63c376bd62e5a303e1035f3a95067b60271a67f98841fe56e58045f8
+SIZE (bind-9.7.6.tar.gz) = 6846451
+SHA256 (bind-9.7.6.tar.gz.asc) = f503a6efc2f487a16a9e317ae0f38e89dc886de45b69625b646985dc7452017d
+SIZE (bind-9.7.6.tar.gz.asc) = 490
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
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 4ce7c4900985..502d5a6a5c33 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -11,8 +11,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind99
-PORTVERSION= 9.9.0
-PORTREVISION= 1
+PORTVERSION= 9.9.1
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
http://dougbarton.us/Downloads/%SUBDIR%/
@@ -25,7 +24,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.9.0
+ISCVERSION= 9.9.1
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind99/distinfo b/dns/bind99/distinfo
index 84b067f1e6c5..de63ca8d55a0 100644
--- a/dns/bind99/distinfo
+++ b/dns/bind99/distinfo
@@ -1,4 +1,4 @@
-SHA256 (bind-9.9.0.tar.gz) = 814f8783494d0d8eca33341244f227b3ea51ca3559191a26f28723baa494996d
-SIZE (bind-9.9.0.tar.gz) = 7114050
-SHA256 (bind-9.9.0.tar.gz.asc) = 6a1bdcb95de642aff69bcd9a64dd118afe29485e1dda481c4915806eb977257b
-SIZE (bind-9.9.0.tar.gz.asc) = 481
+SHA256 (bind-9.9.1.tar.gz) = 7599ae5a7d945707926019a6b191d06775e9657c68ced00e09af5bc751dad524
+SIZE (bind-9.9.1.tar.gz) = 7092357
+SHA256 (bind-9.9.1.tar.gz.asc) = 96860076a0fa4dfba9f1bd2143a6d13a1ef9d9478a5e847cb2c28311fc517f74
+SIZE (bind-9.9.1.tar.gz.asc) = 490
diff --git a/dns/bind99/pkg-plist b/dns/bind99/pkg-plist
index 95f68bb7aaba..ba02f61b92cc 100644
--- a/dns/bind99/pkg-plist
+++ b/dns/bind99/pkg-plist
@@ -105,6 +105,7 @@ include/isc/hash.h
include/isc/heap.h
include/isc/hex.h
include/isc/hmacmd5.h
+include/isc/hmacsha.h
include/isc/httpd.h
include/isc/int.h
include/isc/interfaceiter.h