aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-03-19 14:32:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-03-19 14:32:16 +0000
commitc4f16514fdfc7b96db37f2dc141f7c2a831d5337 (patch)
tree8ad190b08bbfd49359659d9ce2ff8cebc872ea2e /dns
parentb088b5dd0e9ba6e3c7e407a15c0fb371b372f403 (diff)
downloadports-c4f16514fdfc7b96db37f2dc141f7c2a831d5337.tar.gz
ports-c4f16514fdfc7b96db37f2dc141f7c2a831d5337.zip
Update to BIND9 9.11.29.
Notes
Notes: svn path=/head/; revision=568799
Diffstat (limited to 'dns')
-rw-r--r--dns/bind911/Makefile2
-rw-r--r--dns/bind911/distinfo6
-rw-r--r--dns/bind911/files/patch-configure8
3 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index b6fe93f959f2..569aea0769f6 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= cpe libedit pkgconfig
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.11.28
+ISCVERSION= 9.11.29
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
diff --git a/dns/bind911/distinfo b/dns/bind911/distinfo
index c0dd6c90834f..3e623c34c866 100644
--- a/dns/bind911/distinfo
+++ b/dns/bind911/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613395465
-SHA256 (bind-9.11.28.tar.gz) = 1090cbe6caba37c404d1075887da7e5282ae9a2bc6172d722df15cd480975e74
-SIZE (bind-9.11.28.tar.gz) = 8295208
+TIMESTAMP = 1616162892
+SHA256 (bind-9.11.29.tar.gz) = c7bbc751cc6e9ba84038c55a29475ae004a71df8067127be73e4770de99e7b07
+SIZE (bind-9.11.29.tar.gz) = 8297010
diff --git a/dns/bind911/files/patch-configure b/dns/bind911/files/patch-configure
index fa5be408ee89..b6a5e514857b 100644
--- a/dns/bind911/files/patch-configure
+++ b/dns/bind911/files/patch-configure
@@ -3,7 +3,7 @@
- Make sure only json-c is detected.
- Cleanup the BDB discovery code to find more recent versions.
---- configure.orig 2021-02-04 13:06:04 UTC
+--- configure.orig 2021-03-09 12:49:28 UTC
+++ configure
@@ -15692,27 +15692,9 @@ done
# problems start to show up.
@@ -84,7 +84,7 @@
DNS_GSSAPI_LIBS="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
-@@ -18662,7 +18604,7 @@ case "$use_libjson" in
+@@ -18670,7 +18612,7 @@ case "$use_libjson" in
auto|yes)
for d in /usr /usr/local /opt/local
do
@@ -93,7 +93,7 @@
then
if test ${d} != /usr
then
-@@ -18670,29 +18612,16 @@ case "$use_libjson" in
+@@ -18678,29 +18620,16 @@ case "$use_libjson" in
LIBS="$LIBS -L${d}/lib"
fi
have_libjson="yes"
@@ -124,7 +124,7 @@
have_libjson_c="yes"
else
as_fn_error $? "$use_libjson/include/json{,-c}/json.h not found." "$LINENO" 5
-@@ -24987,7 +24916,7 @@ $as_echo "" >&6; }
+@@ -24995,7 +24924,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).