dns/bind911: update to 9.11.36

MFH:		2021Q4
Security:	CVE-2021-25219
(cherry picked from commit b9bbd21cc8)
This commit is contained in:
Mathieu Arnold 2021-10-28 08:16:46 +02:00
parent fd73fc6e3c
commit e9bd5d3360
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.35
ISCVERSION= 9.11.36
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1629962750
SHA256 (bind-9.11.35.tar.gz) = 1c882705827b6aafa45d917ae3b20eccccc8d5df3c4477df44b04382e6c47562
SIZE (bind-9.11.35.tar.gz) = 8308926
TIMESTAMP = 1635400901
SHA256 (bind-9.11.36.tar.gz) = c953fcb6703b395aaa53e65ff8b2869b69a5303dd60507cba2201305e1811681
SIZE (bind-9.11.36.tar.gz) = 8313276

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-07-09 08:55:20 UTC
--- configure.orig 2021-10-11 19:35:49 UTC
+++ configure
@@ -15744,27 +15744,9 @@ done
@@ -15691,27 +15691,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
@@ -15807,47 +15789,7 @@ $as_echo "no" >&6; } ;;
@@ -15754,47 +15736,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
@@ -18722,7 +18664,7 @@ case "$use_libjson" in
@@ -18669,7 +18611,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
@@ -18730,29 +18672,16 @@ case "$use_libjson" in
@@ -18677,29 +18619,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
@@ -25019,7 +24948,7 @@ $as_echo "" >&6; }
@@ -24966,7 +24895,7 @@ $as_echo "" >&6; }
# Check other locations for includes.
# Order is important (sigh).