Date: Thu, 16 Jul 2020 15:51:44 +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: r542363 - in head/dns/bind911: . files Message-ID: <202007161551.06GFpiEr011126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Jul 16 15:51:44 2020 New Revision: 542363 URL: https://svnweb.freebsd.org/changeset/ports/542363 Log: Update to 9,11,21. Changes: https://downloads.isc.org/isc/bind9/9.11.21/RELEASE-NOTES-bind-9.11.21.html MFH: 2020Q3 (bug fixes) 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 Thu Jul 16 15:34:20 2020 (r542362) +++ head/dns/bind911/Makefile Thu Jul 16 15:51:44 2020 (r542363) @@ -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.20 +ISCVERSION= 9.11.21 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind911/distinfo ============================================================================== --- head/dns/bind911/distinfo Thu Jul 16 15:34:20 2020 (r542362) +++ head/dns/bind911/distinfo Thu Jul 16 15:51:44 2020 (r542363) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592316422 -SHA256 (bind-9.11.20.tar.gz) = 306831a738a275693bbe1d6839a09b34a2c8b5c26f8a42ea57ef000a6a99c2b6 -SIZE (bind-9.11.20.tar.gz) = 8244703 +TIMESTAMP = 1594913197 +SHA256 (bind-9.11.21.tar.gz) = 668158b005b3de4328fa0dbbbb3f524b66f28f024c67538aa9412a9e69c9dfbc +SIZE (bind-9.11.21.tar.gz) = 8248982 Modified: head/dns/bind911/files/patch-configure ============================================================================== --- head/dns/bind911/files/patch-configure Thu Jul 16 15:34:20 2020 (r542362) +++ head/dns/bind911/files/patch-configure Thu Jul 16 15:51:44 2020 (r542363) @@ -3,7 +3,7 @@ - Make sure only json-c is detected. - Cleanup the BDB discovery code to find more recent versions. ---- configure.orig 2020-03-11 12:03:48 UTC +--- configure.orig 2020-07-03 13:08:06 UTC +++ configure @@ -15655,27 +15655,9 @@ done # problems start to show up. @@ -124,7 +124,7 @@ have_libjson_c="yes" else as_fn_error $? "$use_libjson/include/json{,-c}/json.h not found." "$LINENO" 5 -@@ -24840,7 +24769,7 @@ $as_echo "" >&6; } +@@ -24839,7 +24768,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?202007161551.06GFpiEr011126>