Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 08:55:21 +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: r523911 - in head/dns/bind914: . files
Message-ID:  <202001230855.00N8tL0Y004448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jan 23 08:55:21 2020
New Revision: 523911
URL: https://svnweb.freebsd.org/changeset/ports/523911

Log:
  Update to 9.14.10.
  
  Changes:	https://downloads.isc.org/isc/bind9/9.14.10/RELEASE-NOTES-bind-9.14.10.html

Modified:
  head/dns/bind914/Makefile   (contents, props changed)
  head/dns/bind914/distinfo   (contents, props changed)
  head/dns/bind914/files/extrapatch-bind-min-override-ttl   (contents, props changed)

Modified: head/dns/bind914/Makefile
==============================================================================
--- head/dns/bind914/Makefile	Thu Jan 23 08:55:10 2020	(r523910)
+++ head/dns/bind914/Makefile	Thu Jan 23 08:55:21 2020	(r523911)
@@ -36,7 +36,7 @@ RUN_DEPENDS=	bind-tools>0:dns/bind-tools
 
 USES=	compiler:c11 cpe libedit pkgconfig ssl
 # ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION=	9.14.9
+ISCVERSION=	9.14.10
 
 CPE_VENDOR=	isc
 CPE_VERSION=	${ISCVERSION:C/-.*//}

Modified: head/dns/bind914/distinfo
==============================================================================
--- head/dns/bind914/distinfo	Thu Jan 23 08:55:10 2020	(r523910)
+++ head/dns/bind914/distinfo	Thu Jan 23 08:55:21 2020	(r523911)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576707812
-SHA256 (bind-9.14.9.tar.gz) = 29575ed58fa2324fb137936421f64f9aa048d67c78840dd18ade204ee180573c
-SIZE (bind-9.14.9.tar.gz) = 6296339
+TIMESTAMP = 1579767840
+SHA256 (bind-9.14.10.tar.gz) = 4ab98d5ce3102034b8a21a2fe59426aeb05bfa0be47521127dfccf09af60735a
+SIZE (bind-9.14.10.tar.gz) = 6303811

Modified: head/dns/bind914/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind914/files/extrapatch-bind-min-override-ttl	Thu Jan 23 08:55:10 2020	(r523910)
+++ head/dns/bind914/files/extrapatch-bind-min-override-ttl	Thu Jan 23 08:55:21 2020	(r523911)
@@ -1,6 +1,6 @@
 - Add the override-cache-ttl config knob.
 
---- bin/named/config.c.orig	2019-12-12 06:12:17 UTC
+--- bin/named/config.c.orig	2020-01-16 15:09:57 UTC
 +++ bin/named/config.c
 @@ -181,6 +181,7 @@ options {\n\
  	notify-source *;\n\
@@ -10,7 +10,7 @@
  	provide-ixfr true;\n\
  	qname-minimization relaxed;\n\
  	query-source address *;\n\
---- bin/named/server.c.orig	2019-12-12 06:12:17 UTC
+--- bin/named/server.c.orig	2020-01-16 15:09:57 UTC
 +++ bin/named/server.c
 @@ -4244,6 +4244,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
  	}
@@ -24,7 +24,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	2019-12-12 06:12:17 UTC
+--- lib/dns/include/dns/view.h.orig	2020-01-16 15:09:57 UTC
 +++ lib/dns/include/dns/view.h
 @@ -153,6 +153,7 @@ struct dns_view {
  	bool			requestnsid;
@@ -34,9 +34,9 @@
  	dns_ttl_t			maxncachettl;
  	dns_ttl_t			mincachettl;
  	dns_ttl_t			minncachettl;
---- lib/dns/resolver.c.orig	2019-12-12 06:12:17 UTC
+--- lib/dns/resolver.c.orig	2020-01-16 15:09:57 UTC
 +++ lib/dns/resolver.c
-@@ -6101,6 +6101,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -6100,6 +6100,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
  		}
  
  		/*
@@ -49,7 +49,7 @@
  		 * Enforce the configure maximum cache TTL.
  		 */
  		if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig	2019-12-12 06:12:17 UTC
+--- lib/isccfg/namedconf.c.orig	2020-01-16 15:09:57 UTC
 +++ lib/isccfg/namedconf.c
 @@ -1901,6 +1901,7 @@ view_clauses[] = {
  #endif



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