Date: Fri, 19 Mar 2021 14:32:17 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568799 - in head/dns/bind911: . files Message-ID: <202103191432.12JEWH3s049219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Mar 19 14:32:16 2021 New Revision: 568799 URL: https://svnweb.freebsd.org/changeset/ports/568799 Log: Update to BIND9 9.11.29. Changes: https://downloads.isc.org/isc/bind9/9.11.29/RELEASE-NOTES-bind-9.11.29.html Modified: head/dns/bind911/Makefile (contents, props changed) head/dns/bind911/distinfo (contents, props changed) head/dns/bind911/files/patch-configure (contents, props changed) Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Fri Mar 19 14:32:13 2021 (r568798) +++ head/dns/bind911/Makefile Fri Mar 19 14:32:16 2021 (r568799) @@ -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/-.*//} Modified: head/dns/bind911/distinfo ============================================================================== --- head/dns/bind911/distinfo Fri Mar 19 14:32:13 2021 (r568798) +++ head/dns/bind911/distinfo Fri Mar 19 14:32:16 2021 (r568799) @@ -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 Modified: head/dns/bind911/files/patch-configure ============================================================================== --- head/dns/bind911/files/patch-configure Fri Mar 19 14:32:13 2021 (r568798) +++ head/dns/bind911/files/patch-configure Fri Mar 19 14:32:16 2021 (r568799) @@ -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).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103191432.12JEWH3s049219>