aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2023-02-15 16:44:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2023-02-15 16:50:01 +0000
commit06053711a551049abe748bb6f6dd94e83b07465f (patch)
treee733be3657be8dcc0e4685efb5b4b4775406df5f
parent8016177b865bad835f15cfe24562560373b0c06d (diff)
downloadports-06053711a551049abe748bb6f6dd94e83b07465f.tar.gz
ports-06053711a551049abe748bb6f6dd94e83b07465f.zip
dns/bind916: update to 9.16.38
Changes: https://downloads.isc.org/isc/bind9/9.16.38/doc/arm/html/notes.html#notes-for-bind-9-16-38 (cherry picked from commit 0609536d8ce506c2c0d243e37dcb71f086b8ab1d)
-rw-r--r--dns/bind916/Makefile2
-rw-r--r--dns/bind916/distinfo6
-rw-r--r--dns/bind916/files/patch-configure8
3 files changed, 8 insertions, 8 deletions
diff --git a/dns/bind916/Makefile b/dns/bind916/Makefile
index ff27843fc5be..77a89530d38f 100644
--- a/dns/bind916/Makefile
+++ b/dns/bind916/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.16.37
+ISCVERSION= 9.16.38
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
diff --git a/dns/bind916/distinfo b/dns/bind916/distinfo
index ecb2a7dcd61e..cc7d96045f3e 100644
--- a/dns/bind916/distinfo
+++ b/dns/bind916/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674661960
-SHA256 (bind-9.16.37.tar.xz) = 0e4661d522a2fe1f111c1f0685e7d6993d657f81dae24e7a75dbd8db3ef2e2ab
-SIZE (bind-9.16.37.tar.xz) = 5109440
+TIMESTAMP = 1676477889
+SHA256 (bind-9.16.38.tar.xz) = 8df44c9d9a84a28ab8b49d55f3c33b624b90ef8f6a8b9ee6a4c33cc17c14c50f
+SIZE (bind-9.16.38.tar.xz) = 5112340
diff --git a/dns/bind916/files/patch-configure b/dns/bind916/files/patch-configure
index 201b780560b1..20d6b825dbc4 100644
--- a/dns/bind916/files/patch-configure
+++ b/dns/bind916/files/patch-configure
@@ -1,8 +1,8 @@
Fixup gssapi and db detection.
---- configure.orig 2022-06-02 19:34:02 UTC
+--- configure.orig 2023-02-03 17:17:35 UTC
+++ configure
-@@ -17960,27 +17960,9 @@ done
+@@ -17965,27 +17965,9 @@ done
# problems start to show up.
saved_libs="$LIBS"
for TRY_LIBS in \
@@ -32,7 +32,7 @@ Fixup gssapi and db detection.
{ $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
-@@ -18023,47 +18005,7 @@ $as_echo "no" >&6; } ;;
+@@ -18028,47 +18010,7 @@ $as_echo "no" >&6; } ;;
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac
@@ -81,7 +81,7 @@ Fixup gssapi and db detection.
DNS_GSSAPI_LIBS="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
-@@ -23513,7 +23455,7 @@ $as_echo "" >&6; }
+@@ -23519,7 +23461,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).