Date: Thu, 19 Mar 2020 11:33:37 +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: r528713 - in head/dns/bind911: . files Message-ID: <202003191133.02JBXbOG037752@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Mar 19 11:33:37 2020 New Revision: 528713 URL: https://svnweb.freebsd.org/changeset/ports/528713 Log: Update to 9.11.17. Modified: head/dns/bind911/Makefile (contents, props changed) head/dns/bind911/distinfo (contents, props changed) head/dns/bind911/files/patch-configure (contents, props changed) head/dns/bind911/pkg-plist (contents, props changed) Modified: head/dns/bind911/Makefile ============================================================================== --- head/dns/bind911/Makefile Thu Mar 19 11:33:33 2020 (r528712) +++ head/dns/bind911/Makefile Thu Mar 19 11:33:37 2020 (r528713) @@ -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.16 +ISCVERSION= 9.11.17 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind911/distinfo ============================================================================== --- head/dns/bind911/distinfo Thu Mar 19 11:33:33 2020 (r528712) +++ head/dns/bind911/distinfo Thu Mar 19 11:33:37 2020 (r528713) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582186290 -SHA256 (bind-9.11.16.tar.gz) = 6d30e4acb69075fda3cfa274437340807a27b1b44ef119cf051bafd71cc64b32 -SIZE (bind-9.11.16.tar.gz) = 8206345 +TIMESTAMP = 1584611145 +SHA256 (bind-9.11.17.tar.gz) = 7037bc318d986ac9267b82e4bd0551e528f87a0a0db18593a911cd82ab24321e +SIZE (bind-9.11.17.tar.gz) = 8206030 Modified: head/dns/bind911/files/patch-configure ============================================================================== --- head/dns/bind911/files/patch-configure Thu Mar 19 11:33:33 2020 (r528712) +++ head/dns/bind911/files/patch-configure Thu Mar 19 11:33:37 2020 (r528713) @@ -3,9 +3,9 @@ - Make sure only json-c is detected. - Cleanup the BDB discovery code to find more recent versions. ---- configure.orig 2019-12-12 05:17:55 UTC +--- configure.orig 2020-03-11 12:03:48 UTC +++ configure -@@ -15646,27 +15646,9 @@ done +@@ -15655,27 +15655,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 -@@ -15709,47 +15691,7 @@ $as_echo "no" >&6; } ;; +@@ -15718,47 +15700,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 -@@ -18438,7 +18380,7 @@ case "$use_libjson" in +@@ -18595,7 +18537,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 -@@ -18446,29 +18388,16 @@ case "$use_libjson" in +@@ -18603,29 +18545,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 -@@ -24683,7 +24612,7 @@ $as_echo "" >&6; } +@@ -24840,7 +24769,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind911/pkg-plist ============================================================================== --- head/dns/bind911/pkg-plist Thu Mar 19 11:33:33 2020 (r528712) +++ head/dns/bind911/pkg-plist Thu Mar 19 11:33:37 2020 (r528713) @@ -208,6 +208,7 @@ include/isc/sockaddr.h include/isc/socket.h include/isc/stat.h include/isc/stats.h +include/isc/stdatomic.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h @@ -268,8 +269,6 @@ include/pk11/site.h include/pkcs11/cryptoki.h include/pkcs11/eddsa.h include/pkcs11/pkcs11.h -include/pkcs11/pkcs11f.h -include/pkcs11/pkcs11t.h lib/libbind9.a lib/libdns.a lib/libirs.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003191133.02JBXbOG037752>