svn commit: r459225 - in branches/2018Q1/dns/bind9-devel: . files

Mathieu Arnold mat at FreeBSD.org
Wed Jan 17 08:39:21 UTC 2018


Author: mat
Date: Wed Jan 17 08:39:20 2018
New Revision: 459225
URL: https://svnweb.freebsd.org/changeset/ports/459225

Log:
  MFH: r459224
  
  Update to latest commit.
  
  Security:	CVE-2017-3145
  Sponsored by:	Absolight

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

Modified: branches/2018Q1/dns/bind9-devel/Makefile
==============================================================================
--- branches/2018Q1/dns/bind9-devel/Makefile	Wed Jan 17 08:33:29 2018	(r459224)
+++ branches/2018Q1/dns/bind9-devel/Makefile	Wed Jan 17 08:39:20 2018	(r459225)
@@ -8,7 +8,7 @@ PORTVERSION=	${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc
 PORTREVISION=	0
 .else
 # dns/bind9xx here
-PORTREVISION=	1
+PORTREVISION=	0
 .endif
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	LOCAL/mat/bind
@@ -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.2017.12.27
-HASH=		9bec7fa
+ISCVERSION=	9.13.0a0.2018.01.16
+HASH=		3d2a6c9
 
 USES=	cpe libedit
 

Modified: branches/2018Q1/dns/bind9-devel/distinfo
==============================================================================
--- branches/2018Q1/dns/bind9-devel/distinfo	Wed Jan 17 08:33:29 2018	(r459224)
+++ branches/2018Q1/dns/bind9-devel/distinfo	Wed Jan 17 08:39:20 2018	(r459225)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514384119
-SHA256 (bind9-9bec7fa.tar.gz) = 5fb0eea64291df84e24e0356fc3c7817a7b517e08f1e3395682f459ecc7d39fa
-SIZE (bind9-9bec7fa.tar.gz) = 11349407
+TIMESTAMP = 1516176609
+SHA256 (bind9-3d2a6c9.tar.gz) = b988bc4397772c210f119e1979b4f41db497dbc281487372b1e1a833a898169b
+SIZE (bind9-3d2a6c9.tar.gz) = 11352638

Modified: branches/2018Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- branches/2018Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Wed Jan 17 08:33:29 2018	(r459224)
+++ branches/2018Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl	Wed Jan 17 08:39:20 2018	(r459225)
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig	2017-12-16 01:09:51 UTC
+--- bin/named/config.c.orig	2018-01-16 23:45:57 UTC
 +++ bin/named/config.c
 @@ -176,12 +176,14 @@ options {\n\
  	max-recursion-queries 75;\n\
@@ -15,9 +15,9 @@
  	provide-ixfr true;\n\
  	query-source address *;\n\
  	query-source-v6 address *;\n\
---- bin/named/server.c.orig	2017-12-16 01:09:51 UTC
+--- bin/named/server.c.orig	2018-01-16 23:45:57 UTC
 +++ bin/named/server.c
-@@ -4067,6 +4067,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -4073,6 +4073,16 @@ configure_view(dns_view_t *view, dns_vie
  	}
  
  	obj = NULL;
@@ -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	2017-12-16 01:09:51 UTC
+--- lib/dns/include/dns/view.h.orig	2018-01-16 23:45:57 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	2017-12-16 01:09:51 UTC
+--- lib/dns/resolver.c.orig	2018-01-16 23:45:57 UTC
 +++ lib/dns/resolver.c
-@@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
+@@ -5744,6 +5744,18 @@ cache_name(fetchctx_t *fctx, dns_name_t 
  		}
  
  		/*
@@ -66,7 +66,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2017-12-16 01:09:51 UTC
+--- lib/isccfg/namedconf.c.orig	2018-01-16 23:45:57 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1912,6 +1912,8 @@ view_clauses[] = {
  	{ "max-acache-size", &cfg_type_sizenodefault,


More information about the svn-ports-branches mailing list