Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Aug 2017 11:50:34 +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: r448467 - in head/dns/bind9-devel: . files
Message-ID:  <201708211150.v7LBoYk3074751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug 21 11:50:34 2017
New Revision: 448467
URL: https://svnweb.freebsd.org/changeset/ports/448467

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 Aug 21 11:50:27 2017	(r448466)
+++ head/dns/bind9-devel/Makefile	Mon Aug 21 11:50:34 2017	(r448467)
@@ -31,8 +31,8 @@ LICENSE=	MPL
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.0a.2017.08.14
-HASH=		60fd71e
+ISCVERSION=	9.12.0a.2017.08.18
+HASH=		3303655
 
 USES=	cpe libedit
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Aug 21 11:50:27 2017	(r448466)
+++ head/dns/bind9-devel/distinfo	Mon Aug 21 11:50:34 2017	(r448467)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502715475
-SHA256 (bind9-60fd71e.tar.gz) = 51587c0f86ed6ceb2c73124c2b8ce87d16e1eb29fae819bd1ede2cc2ab7a7b6f
-SIZE (bind9-60fd71e.tar.gz) = 11899803
+TIMESTAMP = 1503314744
+SHA256 (bind9-3303655.tar.gz) = fa0725cffbb5350999641f8bf26452740e28f6dfa0e4682865489d6488e2510e
+SIZE (bind9-3303655.tar.gz) = 11901214

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Aug 21 11:50:27 2017	(r448466)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Aug 21 11:50:34 2017	(r448467)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2017-08-05 02:36:31 UTC
+--- bin/named/config.c.orig	2017-08-21 08:20:10 UTC
 +++ bin/named/config.c
 @@ -156,6 +156,8 @@ options {\n\
  	lame-ttl 600;\n\
@@ -9,7 +9,7 @@
  	max-cache-ttl 604800; /* 1 week */\n\
  	transfer-format many-answers;\n\
  	max-cache-size 90%;\n\
---- bin/named/server.c.orig	2017-08-05 02:36:31 UTC
+--- bin/named/server.c.orig	2017-08-21 08:20:10 UTC
 +++ bin/named/server.c
 @@ -3722,6 +3722,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
@@ -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	2017-08-05 02:36:31 UTC
+--- lib/dns/include/dns/view.h.orig	2017-08-21 08:20:10 UTC
 +++ lib/dns/include/dns/view.h
 @@ -144,6 +144,8 @@ struct dns_view {
  	isc_boolean_t			requestnsid;
@@ -39,9 +39,9 @@
  	dns_ttl_t			maxncachettl;
  	isc_uint32_t			nta_lifetime;
  	isc_uint32_t			nta_recheck;
---- lib/dns/resolver.c.orig	2017-08-05 02:36:31 UTC
+--- lib/dns/resolver.c.orig	2017-08-21 08:20:10 UTC
 +++ lib/dns/resolver.c
-@@ -5683,6 +5683,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5687,6 +5687,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
  
  		/*
@@ -60,9 +60,9 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl)
---- lib/isccfg/namedconf.c.orig	2017-08-05 02:36:31 UTC
+--- lib/isccfg/namedconf.c.orig	2017-08-21 08:20:10 UTC
 +++ lib/isccfg/namedconf.c
-@@ -1894,6 +1894,8 @@ view_clauses[] = {
+@@ -1896,6 +1896,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?201708211150.v7LBoYk3074751>