Date: Fri, 23 Jul 2021 09:06:32 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c45066255eab - main - dns/bind911: Update to 9.11.34 Message-ID: <202107230906.16N96WIR060892@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=c45066255eab88cd7c8096ef4fb130ab37a8204b commit c45066255eab88cd7c8096ef4fb130ab37a8204b Author: Mathieu Arnold <mat@FreeBSD.org> AuthorDate: 2021-07-23 08:21:31 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2021-07-23 09:06:12 +0000 dns/bind911: Update to 9.11.34 Changes: https://downloads.isc.org/isc/bind9/9.11.34/RELEASE-NOTES-bind-9.11.34.html --- dns/bind911/Makefile | 2 +- dns/bind911/distinfo | 6 +++--- dns/bind911/files/patch-configure | 12 ++++++------ 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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107230906.16N96WIR060892>