Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2017 12:38:42 +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: r433984 - in head/dns/bind9-devel: . files
Message-ID:  <201702131238.v1DCcgPu036791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Feb 13 12:38:41 2017
New Revision: 433984
URL: https://svnweb.freebsd.org/changeset/ports/433984

Log:
  Update to latest commit.
  
  MFH:		2017Q1
  Security:	CVE-2017-3135
  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)
  head/dns/bind9-devel/pkg-plist   (contents, props changed)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Feb 13 12:38:37 2017	(r433983)
+++ head/dns/bind9-devel/Makefile	Mon Feb 13 12:38:41 2017	(r433984)
@@ -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.21
-HASH=		4502e3c
+ISCVERSION=	9.12.0a.2017.02.09
+HASH=		1df7a6f
 
 USES=	cpe libedit
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Feb 13 12:38:37 2017	(r433983)
+++ head/dns/bind9-devel/distinfo	Mon Feb 13 12:38:41 2017	(r433984)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485177532
-SHA256 (bind9-4502e3c.tar.gz) = 487304c414a7cd9a7ceab6b10d277a79066b2eef92686f08fed90b7fa0e8105f
-SIZE (bind9-4502e3c.tar.gz) = 11847026
+TIMESTAMP = 1486988913
+SHA256 (bind9-1df7a6f.tar.gz) = ff9607e41d220fe2b45301fb064078d960a96d69e0356512033ab9cdd8905bef
+SIZE (bind9-1df7a6f.tar.gz) = 11873079

Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Feb 13 12:38:37 2017	(r433983)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Mon Feb 13 12:38:41 2017	(r433984)
@@ -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: head/dns/bind9-devel/pkg-plist
==============================================================================
--- head/dns/bind9-devel/pkg-plist	Mon Feb 13 12:38:37 2017	(r433983)
+++ head/dns/bind9-devel/pkg-plist	Mon Feb 13 12:38:41 2017	(r433984)
@@ -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



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