Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2021 06:35:42 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b9bbd21cc84b - main - dns/bind911: update to 9.11.36
Message-ID:  <202110280635.19S6Zg0r096499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9bbd21cc84bb74418740be410cdd309d9c276c1

commit b9bbd21cc84bb74418740be410cdd309d9c276c1
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2021-10-28 06:16:46 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2021-10-28 06:19:42 +0000

    dns/bind911: update to 9.11.36
    
    MFH:            2021Q4
    Security:       CVE-2021-25219
---
 dns/bind911/Makefile              |  2 +-
 dns/bind911/distinfo              |  6 +++---
 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).
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110280635.19S6Zg0r096499>