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

Mathieu Arnold mat at FreeBSD.org
Mon Jan 25 12:03:50 UTC 2016


Author: mat
Date: Mon Jan 25 12:03:48 2016
New Revision: 407208
URL: https://svnweb.freebsd.org/changeset/ports/407208

Log:
  Update to latest snapshot.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind9-devel/Makefile
  head/dns/bind9-devel/distinfo
  head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Jan 25 12:03:33 2016	(r407207)
+++ head/dns/bind9-devel/Makefile	Mon Jan 25 12:03:48 2016	(r407208)
@@ -19,8 +19,8 @@ COMMENT=	BIND DNS suite with updated DNS
 LICENSE=	ISCL
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.11.0.a20160119
-HASH=		fc7bce5
+ISCVERSION=	9.11.0.a20160125
+HASH=		1fe6b74
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Jan 25 12:03:33 2016	(r407207)
+++ head/dns/bind9-devel/distinfo	Mon Jan 25 12:03:48 2016	(r407208)
@@ -1,2 +1,2 @@
-SHA256 (bind9-fc7bce5.tar.gz) = d216744bc16ed494d4fa86288c7194ccea46ca54a7b502b381eef16d788c989f
-SIZE (bind9-fc7bce5.tar.gz) = 11010437
+SHA256 (bind9-1fe6b74.tar.gz) = 75aebb8d27d3091d37ee3058c9076cf09919834dc46fc430233bb10671a56d26
+SIZE (bind9-1fe6b74.tar.gz) = 11012077

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Jan 25 12:03:33 2016	(r407207)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Jan 25 12:03:48 2016	(r407208)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2015-12-19 01:04:14 UTC
+--- bin/named/config.c.orig	2016-01-25 05:55:02 UTC
 +++ bin/named/config.c
 @@ -159,6 +159,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	2015-12-19 01:04:14 UTC
+--- bin/named/server.c.orig	2016-01-25 05:55:02 UTC
 +++ bin/named/server.c
 @@ -3022,6 +3022,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	2015-12-19 01:04:14 UTC
+--- lib/dns/include/dns/view.h.orig	2016-01-25 05:55:02 UTC
 +++ lib/dns/include/dns/view.h
 @@ -152,6 +152,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	2015-12-19 01:04:14 UTC
+--- lib/dns/resolver.c.orig	2016-01-25 05:55:02 UTC
 +++ lib/dns/resolver.c
-@@ -5397,6 +5397,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5396,6 +5396,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
  
  		/*
@@ -60,7 +60,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl)
---- lib/isccfg/namedconf.c.orig	2015-12-19 01:04:14 UTC
+--- lib/isccfg/namedconf.c.orig	2016-01-25 05:55:02 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1677,6 +1677,8 @@ view_clauses[] = {
  	{ "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },


More information about the svn-ports-head mailing list