svn commit: r456666 - in head/dns/bind9-devel: . files

Mathieu Arnold mat at FreeBSD.org
Mon Dec 18 17:58:47 UTC 2017


Author: mat
Date: Mon Dec 18 17:58:45 2017
New Revision: 456666
URL: https://svnweb.freebsd.org/changeset/ports/456666

Log:
  Update to latest commit.
  
  Sponsored by:	Absolight

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

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Dec 18 17:58:42 2017	(r456665)
+++ head/dns/bind9-devel/Makefile	Mon Dec 18 17:58:45 2017	(r456666)
@@ -8,7 +8,7 @@ PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc
 PORTREVISION=	0
 .else
 # dns/bind9xx here
-PORTREVISION=	1
+PORTREVISION=	0
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	LOCAL/mat/bind
@@ -31,8 +31,8 @@ LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.0b1.2017.12.09
-HASH=		71eec55
+ISCVERSION=	9.13.0a0.2017.12.16
+HASH=		9448aac
 
 USES=	cpe libedit
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Dec 18 17:58:42 2017	(r456665)
+++ head/dns/bind9-devel/distinfo	Mon Dec 18 17:58:45 2017	(r456666)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513002076
-SHA256 (bind9-71eec55.tar.gz) = b1d8bea3324fefc8fab81b62c3e1b30517b20c467333cb33898893252c304a10
-SIZE (bind9-71eec55.tar.gz) = 11369528
+TIMESTAMP = 1513618970
+SHA256 (bind9-9448aac.tar.gz) = 76f4141372699dbaf3d45e8f59ab75bedf808384ed08b2b96648aa746ee5ac71
+SIZE (bind9-9448aac.tar.gz) = 11349165

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Dec 18 17:58:42 2017	(r456665)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Dec 18 17:58:45 2017	(r456666)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2017-12-03 23:45:35 UTC
+--- bin/named/config.c.orig	2017-12-16 01:09:51 UTC
 +++ bin/named/config.c
 @@ -176,12 +176,14 @@ options {\n\
  	max-recursion-queries 75;\n\
@@ -15,7 +15,7 @@
  	provide-ixfr true;\n\
  	query-source address *;\n\
  	query-source-v6 address *;\n\
---- bin/named/server.c.orig	2017-12-03 23:45:35 UTC
+--- bin/named/server.c.orig	2017-12-16 01:09:51 UTC
 +++ bin/named/server.c
 @@ -4067,6 +4067,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
@@ -34,7 +34,7 @@
  	result = named_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	2017-12-03 23:45:35 UTC
+--- lib/dns/include/dns/view.h.orig	2017-12-16 01:09:51 UTC
 +++ lib/dns/include/dns/view.h
 @@ -145,6 +145,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -45,7 +45,7 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2017-12-03 23:45:35 UTC
+--- lib/dns/resolver.c.orig	2017-12-16 01:09:51 UTC
 +++ lib/dns/resolver.c
 @@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
@@ -66,9 +66,9 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2017-12-03 23:45:35 UTC
+--- lib/isccfg/namedconf.c.orig	2017-12-16 01:09:51 UTC
 +++ lib/isccfg/namedconf.c
-@@ -1909,6 +1909,8 @@ view_clauses[] = {
+@@ -1912,6 +1912,8 @@ view_clauses[] = {
  	{ "max-acache-size", &cfg_type_sizenodefault,
  	  CFG_CLAUSEFLAG_OBSOLETE },
  	{ "max-cache-size", &cfg_type_sizeorpercent, 0 },


More information about the svn-ports-head mailing list