From owner-svn-ports-head@freebsd.org Mon Oct 16 12:54:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FA5CE3A296; Mon, 16 Oct 2017 12:54:50 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5C45F7FC1A; Mon, 16 Oct 2017 12:54:50 +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 v9GCsngC011745; Mon, 16 Oct 2017 12:54:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9GCsnhN011741; Mon, 16 Oct 2017 12:54:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201710161254.v9GCsnhN011741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 16 Oct 2017 12:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452192 - 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: 452192 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2017 12:54:50 -0000 Author: mat Date: Mon Oct 16 12:54:49 2017 New Revision: 452192 URL: https://svnweb.freebsd.org/changeset/ports/452192 Log: Update to latest commit. 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/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Oct 16 12:54:40 2017 (r452191) +++ head/dns/bind9-devel/Makefile Mon Oct 16 12:54:49 2017 (r452192) @@ -31,8 +31,8 @@ LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2017.10.09 -HASH= 6cdff94 +ISCVERSION= 9.12.0a.2017.10.16 +HASH= 9d47a26 USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Oct 16 12:54:40 2017 (r452191) +++ head/dns/bind9-devel/distinfo Mon Oct 16 12:54:49 2017 (r452192) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507563343 -SHA256 (bind9-6cdff94.tar.gz) = 4eb662e7de05e99cbf166623299b26b5ca7753b77f3369145e920368d57ebf99 -SIZE (bind9-6cdff94.tar.gz) = 11295048 +TIMESTAMP = 1508157156 +SHA256 (bind9-9d47a26.tar.gz) = ba54b3821de2c96a55005a4c2ef8d692c6b773349ea9edab5e360e8df2ab25ff +SIZE (bind9-9d47a26.tar.gz) = 11338658 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Oct 16 12:54:40 2017 (r452191) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Oct 16 12:54:49 2017 (r452192) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-10-03 08:11:36 UTC +--- bin/named/config.c.orig 2017-10-16 07:38:34 UTC +++ bin/named/config.c @@ -178,12 +178,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-10-03 08:11:36 UTC +--- bin/named/server.c.orig 2017-10-16 07:38:34 UTC +++ bin/named/server.c -@@ -4029,6 +4029,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4044,6 +4044,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-10-03 08:11:36 UTC +--- lib/dns/include/dns/view.h.orig 2017-10-16 07:38:34 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-10-03 08:11:36 UTC +--- lib/dns/resolver.c.orig 2017-10-16 07:38:34 UTC +++ lib/dns/resolver.c -@@ -5749,6 +5749,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5747,6 +5747,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -65,8 +65,8 @@ + /* * Enforce the configure maximum cache TTL. */ - if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-10-03 08:11:36 UTC + if (rdataset->ttl > res->view->maxcachettl) { +--- lib/isccfg/namedconf.c.orig 2017-10-16 07:38:34 UTC +++ lib/isccfg/namedconf.c @@ -1918,6 +1918,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Oct 16 12:54:40 2017 (r452191) +++ head/dns/bind9-devel/files/patch-configure Mon Oct 16 12:54:49 2017 (r452192) @@ -1,4 +1,4 @@ ---- configure.orig 2017-10-09 11:53:02 UTC +--- configure.orig 2017-10-16 07:38:34 UTC +++ configure @@ -14420,27 +14420,9 @@ done # problems start to show up. @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23112,7 +23054,7 @@ $as_echo "" >&6; } +@@ -23113,7 +23055,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).