diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-10-28 06:16:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-10-28 06:19:42 +0000 |
commit | b9bbd21cc84bb74418740be410cdd309d9c276c1 (patch) | |
tree | 46c8774d33328e2d5316a7bd1e31140144a06d8c | |
parent | 4200c61f59eec9ad59da1e140bf06090aa81a6da (diff) | |
download | ports-b9bbd21cc84bb74418740be410cdd309d9c276c1.tar.gz ports-b9bbd21cc84bb74418740be410cdd309d9c276c1.zip |
dns/bind911: update to 9.11.36
MFH: 2021Q4
Security: CVE-2021-25219
-rw-r--r-- | dns/bind911/Makefile | 2 | ||||
-rw-r--r-- | dns/bind911/distinfo | 6 | ||||
-rw-r--r-- | dns/bind911/files/patch-configure | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 597cda4b01f5..52c3483588ba 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -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/-.*//} diff --git a/dns/bind911/distinfo b/dns/bind911/distinfo index e632a7c458fc..5af44adcefb6 100644 --- a/dns/bind911/distinfo +++ b/dns/bind911/distinfo @@ -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 diff --git a/dns/bind911/files/patch-configure b/dns/bind911/files/patch-configure index 86334b22b29a..4c0a1ea036fd 100644 --- a/dns/bind911/files/patch-configure +++ b/dns/bind911/files/patch-configure @@ -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). |