Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 15:07:21 +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: r460312 - in head/dns/bind9-devel: . files
Message-ID:  <201801291507.w0TF7L94003296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Jan 29 15:07:21 2018
New Revision: 460312
URL: https://svnweb.freebsd.org/changeset/ports/460312

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 Jan 29 15:06:58 2018	(r460311)
+++ head/dns/bind9-devel/Makefile	Mon Jan 29 15:07:21 2018	(r460312)
@@ -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.13.0a0.2018.01.22
-HASH=		8a4ce20
+ISCVERSION=	9.13.0a0.2018.01.29
+HASH=		8d1b3f5
 
 USES=	cpe libedit
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Jan 29 15:06:58 2018	(r460311)
+++ head/dns/bind9-devel/distinfo	Mon Jan 29 15:07:21 2018	(r460312)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516618705
-SHA256 (bind9-8a4ce20.tar.gz) = 03927b76ccbbd5610f1acc0bdb07eb05156a1881d449518021994fa0d3b73fdd
-SIZE (bind9-8a4ce20.tar.gz) = 11437862
+TIMESTAMP = 1517234914
+SHA256 (bind9-8d1b3f5.tar.gz) = 4d4ebf2b594a4d4e291c670db0f2ae734c91ee022212a4ae2b51c2ee8ed25132
+SIZE (bind9-8d1b3f5.tar.gz) = 11380897

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Jan 29 15:06:58 2018	(r460311)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Jan 29 15:07:21 2018	(r460312)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2018-01-16 23:45:57 UTC
+--- bin/named/config.c.orig	2018-01-29 05:35:56 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	2018-01-16 23:45:57 UTC
+--- bin/named/server.c.orig	2018-01-29 05:35:56 UTC
 +++ bin/named/server.c
 @@ -4073,6 +4073,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	2018-01-16 23:45:57 UTC
+--- lib/dns/include/dns/view.h.orig	2018-01-29 05:35:56 UTC
 +++ lib/dns/include/dns/view.h
 @@ -145,6 +145,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -45,9 +45,9 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2018-01-16 23:45:57 UTC
+--- lib/dns/resolver.c.orig	2018-01-29 05:35:56 UTC
 +++ lib/dns/resolver.c
-@@ -5744,6 +5744,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -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	2018-01-16 23:45:57 UTC
+--- lib/isccfg/namedconf.c.orig	2018-01-29 05:35:56 UTC
 +++ lib/isccfg/namedconf.c
-@@ -1912,6 +1912,8 @@ view_clauses[] = {
+@@ -1913,6 +1913,8 @@ view_clauses[] = {
  	{ "max-acache-size", &cfg_type_sizenodefault,
  	  CFG_CLAUSEFLAG_OBSOLETE },
  	{ "max-cache-size", &cfg_type_sizeorpercent, 0 },



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