From owner-svn-ports-all@freebsd.org Mon Sep 17 11:59:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10518109A93D; Mon, 17 Sep 2018 11:59:34 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B99079781; Mon, 17 Sep 2018 11:59:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B35D710ADA; Mon, 17 Sep 2018 11:59:31 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8HBxVH3031522; Mon, 17 Sep 2018 11:59:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8HBxV37031520; Mon, 17 Sep 2018 11:59:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201809171159.w8HBxV37031520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 17 Sep 2018 11:59:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479929 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 479929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2018 11:59:34 -0000 Author: mat Date: Mon Sep 17 11:59:30 2018 New Revision: 479929 URL: https://svnweb.freebsd.org/changeset/ports/479929 Log: Update to latest commit. 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) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Sep 17 11:59:26 2018 (r479928) +++ head/dns/bind9-devel/Makefile Mon Sep 17 11:59:30 2018 (r479929) @@ -40,13 +40,13 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 # XXX: remove tar:bz2 USES= cpe libedit ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.1a0.2018.09.09 +ISCVERSION= 9.13.1a0.2018.09.11 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= d98de244c35cba90a00ac85810030d08255ce37a +GL_COMMIT= 5cf8fc4bba6f61d493ed20e86037d799e20a43db CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Sep 17 11:59:26 2018 (r479928) +++ head/dns/bind9-devel/distinfo Mon Sep 17 11:59:30 2018 (r479929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536573567 -SHA256 (isc-projects-bind9-d98de244c35cba90a00ac85810030d08255ce37a_GL0.tar.gz) = 18c6c2911296dc57cba31d7f0e80028b3e7842f5ee1f6e557158bfff930e47b3 -SIZE (isc-projects-bind9-d98de244c35cba90a00ac85810030d08255ce37a_GL0.tar.gz) = 7263006 +TIMESTAMP = 1537183338 +SHA256 (isc-projects-bind9-5cf8fc4bba6f61d493ed20e86037d799e20a43db_GL0.tar.gz) = f9d6889803fc277d696f794a617456bbdfc97f8bd93b4f483d141bc1885a6c15 +SIZE (isc-projects-bind9-5cf8fc4bba6f61d493ed20e86037d799e20a43db_GL0.tar.gz) = 7263466 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Sep 17 11:59:26 2018 (r479928) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Sep 17 11:59:30 2018 (r479929) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2018-09-10 00:21:25 UTC +--- bin/named/config.c.orig 2018-09-11 19:56:29 UTC +++ bin/named/config.c @@ -174,12 +174,14 @@ options {\n\ max-recursion-queries 75;\n\ @@ -15,9 +15,9 @@ provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2018-09-10 00:21:25 UTC +--- bin/named/server.c.orig 2018-09-11 19:56:29 UTC +++ bin/named/server.c -@@ -4074,6 +4074,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4075,6 +4075,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 2018-09-10 00:21:25 UTC +--- lib/dns/include/dns/view.h.orig 2018-09-11 19:56:29 UTC +++ lib/dns/include/dns/view.h @@ -153,6 +153,8 @@ struct dns_view { bool requestnsid; @@ -45,7 +45,7 @@ dns_ttl_t maxncachettl; uint32_t nta_lifetime; uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2018-09-10 00:21:25 UTC +--- lib/dns/resolver.c.orig 2018-09-11 19:56:29 UTC +++ lib/dns/resolver.c @@ -5758,6 +5758,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 2018-09-10 00:21:25 UTC +--- lib/isccfg/namedconf.c.orig 2018-09-11 19:56:29 UTC +++ lib/isccfg/namedconf.c @@ -1920,6 +1920,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault,