Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2019 07:32:25 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501775 - in head/dns/bind911: . files
Message-ID:  <201905160732.x4G7WPws085886@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu May 16 07:32:25 2019
New Revision: 501775
URL: https://svnweb.freebsd.org/changeset/ports/501775

Log:
  Update to 9.11.7.

Modified:
  head/dns/bind911/Makefile   (contents, props changed)
  head/dns/bind911/distinfo   (contents, props changed)
  head/dns/bind911/files/extrapatch-bind-min-override-ttl   (contents, props changed)
  head/dns/bind911/files/patch-configure   (contents, props changed)

Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile	Thu May 16 07:32:22 2019	(r501774)
+++ head/dns/bind911/Makefile	Thu May 16 07:32:25 2019	(r501775)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	bind-tools>0:dns/bind-tools
 USES=	cpe libedit
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.11.6-P1
+ISCVERSION=	9.11.7
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind911/distinfo
==============================================================================
--- head/dns/bind911/distinfo	Thu May 16 07:32:22 2019	(r501774)
+++ head/dns/bind911/distinfo	Thu May 16 07:32:25 2019	(r501775)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556110950
-SHA256 (bind-9.11.6-P1.tar.gz) = 58ace2abb4d048b67abcdef0649ecd6cbd3b0652734a41a1d34f942d5500f8ef
-SIZE (bind-9.11.6-P1.tar.gz) = 8102241
+TIMESTAMP = 1557990453
+SHA256 (bind-9.11.7.tar.gz) = 5b9e86dc5711a1a7448356c02ddb23bb1dd78c9e02a69f9b2e2ce31d39f5a0fd
+SIZE (bind-9.11.7.tar.gz) = 8124611

Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind911/files/extrapatch-bind-min-override-ttl	Thu May 16 07:32:22 2019	(r501774)
+++ head/dns/bind911/files/extrapatch-bind-min-override-ttl	Thu May 16 07:32:25 2019	(r501775)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2019-02-27 23:28:15 UTC
+--- bin/named/config.c.orig	2019-05-10 05:03:58 UTC
 +++ bin/named/config.c
 @@ -177,6 +177,8 @@ options {\n\
  "	max-acache-size 16M;\n\
@@ -9,7 +9,7 @@
  	max-clients-per-query 100;\n\
  	max-ncache-ttl 10800; /* 3 hours */\n\
  	max-recursion-depth 7;\n\
---- bin/named/server.c.orig	2019-02-27 23:28:15 UTC
+--- bin/named/server.c.orig	2019-05-10 05:03:58 UTC
 +++ bin/named/server.c
 @@ -3718,6 +3718,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
  	}
@@ -28,7 +28,7 @@
  	result = ns_config_get(maps, "max-cache-ttl", &obj);
  	INSIST(result == ISC_R_SUCCESS);
  	view->maxcachettl = cfg_obj_asuint32(obj);
---- lib/dns/include/dns/view.h.orig	2019-02-27 23:28:15 UTC
+--- lib/dns/include/dns/view.h.orig	2019-05-10 05:03:58 UTC
 +++ lib/dns/include/dns/view.h
 @@ -152,6 +152,8 @@ struct dns_view {
  	bool			requestnsid;
@@ -39,9 +39,9 @@
  	dns_ttl_t			maxncachettl;
  	uint32_t			nta_lifetime;
  	uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2019-02-27 23:28:15 UTC
+--- lib/dns/resolver.c.orig	2019-05-10 05:03:58 UTC
 +++ lib/dns/resolver.c
-@@ -5514,6 +5514,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -5525,6 +5525,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
  		}
  
  		/*
@@ -60,7 +60,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2019-02-27 23:28:15 UTC
+--- lib/isccfg/namedconf.c.orig	2019-05-10 05:03:58 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1773,6 +1773,8 @@ view_clauses[] = {
  #endif

Modified: head/dns/bind911/files/patch-configure
==============================================================================
--- head/dns/bind911/files/patch-configure	Thu May 16 07:32:22 2019	(r501774)
+++ head/dns/bind911/files/patch-configure	Thu May 16 07:32:25 2019	(r501775)
@@ -1,6 +1,6 @@
---- configure.orig	2019-02-27 23:28:15 UTC
+--- configure.orig	2019-05-10 05:03:58 UTC
 +++ configure
-@@ -15157,27 +15157,9 @@ done
+@@ -15159,27 +15159,9 @@ done
  		# problems start to show up.
  		saved_libs="$LIBS"
  		for TRY_LIBS in \
@@ -30,7 +30,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
-@@ -15220,47 +15202,7 @@ $as_echo "no" >&6; } ;;
+@@ -15222,47 +15204,7 @@ $as_echo "no" >&6; } ;;
  		no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
  		esac
  
@@ -79,7 +79,7 @@
  		DNS_GSSAPI_LIBS="$LIBS"
  
  		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
-@@ -24267,7 +24209,7 @@ $as_echo "" >&6; }
+@@ -24315,7 +24257,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?201905160732.x4G7WPws085886>