svn commit: r433985 - in branches/2017Q1/dns/bind9-devel: . files

Mathieu Arnold mat at FreeBSD.org
Mon Feb 13 12:39:47 UTC 2017


Author: mat
Date: Mon Feb 13 12:39:45 2017
New Revision: 433985
URL: https://svnweb.freebsd.org/changeset/ports/433985

Log:
  MFH: r432228 r433984
  
  Update to latest commit.
  
  Security:	CVE-2017-3135
  Sponsored by:	Absolight

Modified:
  branches/2017Q1/dns/bind9-devel/Makefile
  branches/2017Q1/dns/bind9-devel/distinfo
  branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
  branches/2017Q1/dns/bind9-devel/pkg-plist
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/dns/bind9-devel/Makefile
==============================================================================
--- branches/2017Q1/dns/bind9-devel/Makefile	Mon Feb 13 12:38:41 2017	(r433984)
+++ branches/2017Q1/dns/bind9-devel/Makefile	Mon Feb 13 12:39:45 2017	(r433985)
@@ -30,8 +30,8 @@ COMMENT=	BIND DNS suite with updated DNS
 LICENSE=	MPL
 
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.12.0a.2017.01.12
-HASH=		d2e1b47
+ISCVERSION=	9.12.0a.2017.02.09
+HASH=		1df7a6f
 
 USES=	cpe libedit
 
@@ -203,6 +203,7 @@ QUERYTRACE_CONFIGURE_ENABLE=	querytrace
 DNSTAP_CONFIGURE_ENABLE=	dnstap
 DNSTAP_LIB_DEPENDS=	libfstrm.so:devel/fstrm \
 			libprotobuf-c.so:devel/protobuf-c
+DNSTAP_IMPLIES=		THREADS
 
 .include <bsd.port.options.mk>
 

Modified: branches/2017Q1/dns/bind9-devel/distinfo
==============================================================================
--- branches/2017Q1/dns/bind9-devel/distinfo	Mon Feb 13 12:38:41 2017	(r433984)
+++ branches/2017Q1/dns/bind9-devel/distinfo	Mon Feb 13 12:39:45 2017	(r433985)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484208237
-SHA256 (bind9-d2e1b47.tar.gz) = 8945ede00fd1adf336ee0c92149f195d4dd3a6364422721a8ebfa4047cc7fb55
-SIZE (bind9-d2e1b47.tar.gz) = 11845654
+TIMESTAMP = 1486988913
+SHA256 (bind9-1df7a6f.tar.gz) = ff9607e41d220fe2b45301fb064078d960a96d69e0356512033ab9cdd8905bef
+SIZE (bind9-1df7a6f.tar.gz) = 11873079

Modified: branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Feb 13 12:38:41 2017	(r433984)
+++ branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Feb 13 12:39:45 2017	(r433985)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2017-01-12 03:25:45 UTC
+--- bin/named/config.c.orig	2017-02-09 21:52:45 UTC
 +++ bin/named/config.c
 @@ -158,6 +158,8 @@ options {\n\
  	lame-ttl 600;\n\
@@ -9,9 +9,9 @@
  	max-cache-ttl 604800; /* 1 week */\n\
  	transfer-format many-answers;\n\
  	max-cache-size 90%;\n\
---- bin/named/server.c.orig	2017-01-12 03:25:45 UTC
+--- bin/named/server.c.orig	2017-02-09 21:52:45 UTC
 +++ bin/named/server.c
-@@ -3635,6 +3635,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -3743,6 +3743,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
  
  	obj = NULL;
@@ -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-01-12 03:25:45 UTC
+--- lib/dns/include/dns/view.h.orig	2017-02-09 21:52:45 UTC
 +++ lib/dns/include/dns/view.h
 @@ -146,6 +146,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-01-12 03:25:45 UTC
+--- lib/dns/resolver.c.orig	2017-02-09 21:52:45 UTC
 +++ lib/dns/resolver.c
-@@ -5462,6 +5462,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5467,6 +5467,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-01-12 03:25:45 UTC
+--- lib/isccfg/namedconf.c.orig	2017-02-09 21:52:45 UTC
 +++ lib/isccfg/namedconf.c
-@@ -1782,6 +1782,8 @@ view_clauses[] = {
+@@ -1864,6 +1864,8 @@ view_clauses[] = {
  	{ "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },
  	{ "max-acache-size", &cfg_type_sizenodefault, 0 },
  	{ "max-cache-size", &cfg_type_sizeorpercent, 0 },

Modified: branches/2017Q1/dns/bind9-devel/pkg-plist
==============================================================================
--- branches/2017Q1/dns/bind9-devel/pkg-plist	Mon Feb 13 12:38:41 2017	(r433984)
+++ branches/2017Q1/dns/bind9-devel/pkg-plist	Mon Feb 13 12:39:45 2017	(r433985)
@@ -40,6 +40,7 @@ include/dns/ds.h
 include/dns/dsdigest.h
 include/dns/dyndb.h
 include/dns/ecdb.h
+include/dns/ecs.h
 include/dns/edns.h
 include/dns/enumclass.h
 include/dns/enumtype.h


More information about the svn-ports-branches mailing list