aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-07-23 08:21:31 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-07-23 09:06:12 +0000
commitc45066255eab88cd7c8096ef4fb130ab37a8204b (patch)
treeb0d0452c06a6f61b3ba38c2f480ed21e04211184
parent1fe35b588fd54deb8c085d2e0a51c298def80abb (diff)
downloadports-c45066255eab88cd7c8096ef4fb130ab37a8204b.tar.gz
ports-c45066255eab88cd7c8096ef4fb130ab37a8204b.zip
dns/bind911: Update to 9.11.34
-rw-r--r--dns/bind911/Makefile2
-rw-r--r--dns/bind911/distinfo6
-rw-r--r--dns/bind911/files/patch-configure12
3 files changed, 10 insertions, 10 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index 18adabd7eb3a..28dc4ea184ac 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -23,7 +23,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.33
+ISCVERSION= 9.11.34
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
diff --git a/dns/bind911/distinfo b/dns/bind911/distinfo
index 1e74a8768db5..b95b9b28e952 100644
--- a/dns/bind911/distinfo
+++ b/dns/bind911/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623917379
-SHA256 (bind-9.11.33.tar.gz) = 293e767e96ac8ef17163e9f9cba52a6d27163807c29c88d36fe6e18d89083a3e
-SIZE (bind-9.11.33.tar.gz) = 8305191
+TIMESTAMP = 1627027647
+SHA256 (bind-9.11.34.tar.gz) = aa031775a73d30d951451034c84c4a716a10e6625acc4eb4bb878ed4c61b7271
+SIZE (bind-9.11.34.tar.gz) = 8307113
diff --git a/dns/bind911/files/patch-configure b/dns/bind911/files/patch-configure
index 06b9fe949302..86334b22b29a 100644
--- a/dns/bind911/files/patch-configure
+++ b/dns/bind911/files/patch-configure
@@ -3,9 +3,9 @@
- Make sure only json-c is detected.
- Cleanup the BDB discovery code to find more recent versions.
---- configure.orig 2021-04-19 14:10:40 UTC
+--- configure.orig 2021-07-09 08:55:20 UTC
+++ configure
-@@ -15689,27 +15689,9 @@ done
+@@ -15744,27 +15744,9 @@ done
# problems start to show up.
saved_libs="$LIBS"
for TRY_LIBS in \
@@ -35,7 +35,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5
$as_echo_n "checking linking as $TRY_LIBS... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-@@ -15752,47 +15734,7 @@ $as_echo "no" >&6; } ;;
+@@ -15807,47 +15789,7 @@ $as_echo "no" >&6; } ;;
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac
@@ -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
-@@ -18667,7 +18609,7 @@ case "$use_libjson" in
+@@ -18722,7 +18664,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
-@@ -18675,29 +18617,16 @@ case "$use_libjson" in
+@@ -18730,29 +18672,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
-@@ -24964,7 +24893,7 @@ $as_echo "" >&6; }
+@@ -25019,7 +24948,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).