Update to 9.11.17.

This commit is contained in:
Mathieu Arnold 2020-03-19 11:33:37 +00:00
parent 422dc84b18
commit 37334dd71e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528713
4 changed files with 11 additions and 12 deletions

View File

@ -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/-.*//}

View File

@ -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

View File

@ -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).

View File

@ -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