dns/bind911: Update to 9.11.31.

MFH:		2021Q2
Security:	CVE-2021-25214
Security:	CVE-2021-25215
Security:	CVE-2021-25216
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2021-04-27 11:50:24 +02:00
parent 4507e5034c
commit 92ca026aa0
No known key found for this signature in database
GPG Key ID: 29EB0902911D7E02
3 changed files with 10 additions and 10 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.29
ISCVERSION= 9.11.31
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1616162892
SHA256 (bind-9.11.29.tar.gz) = c7bbc751cc6e9ba84038c55a29475ae004a71df8067127be73e4770de99e7b07
SIZE (bind-9.11.29.tar.gz) = 8297010
TIMESTAMP = 1619513308
SHA256 (bind-9.11.31.tar.gz) = f5f24457f42b2e86870d887596e47500e4d40521a098dcb96f3a06f18adfa36a
SIZE (bind-9.11.31.tar.gz) = 8296079

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 2021-03-09 12:49:28 UTC
--- configure.orig 2021-04-19 14:10:40 UTC
+++ configure
@@ -15692,27 +15692,9 @@ done
@@ -15689,27 +15689,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
@@ -15755,47 +15737,7 @@ $as_echo "no" >&6; } ;;
@@ -15752,47 +15734,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
@@ -18670,7 +18612,7 @@ case "$use_libjson" in
@@ -18667,7 +18609,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
@@ -18678,29 +18620,16 @@ case "$use_libjson" in
@@ -18675,29 +18617,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
@@ -24995,7 +24924,7 @@ $as_echo "" >&6; }
@@ -24964,7 +24893,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).