Skip to content

Commit

Permalink
dns/bind911: Update to 9.11.31.
Browse files Browse the repository at this point in the history
MFH:		2021Q2
Security:	CVE-2021-25214
Security:	CVE-2021-25215
Security:	CVE-2021-25216
Sponsored by:	Absolight
  • Loading branch information
mat813 committed Apr 29, 2021
1 parent 4507e50 commit 92ca026
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dns/bind911/Makefile
Expand Up @@ -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/-.*//}
Expand Down
6 changes: 3 additions & 3 deletions dns/bind911/distinfo
@@ -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
12 changes: 6 additions & 6 deletions dns/bind911/files/patch-configure
Expand Up @@ -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 \
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 92ca026

Please sign in to comment.