Date: Mon, 23 Apr 2018 09:30:50 +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: r468089 - in head/dns/bind9-devel: . files Message-ID: <201804230930.w3N9UoMR072633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Apr 23 09:30:50 2018 New Revision: 468089 URL: https://svnweb.freebsd.org/changeset/ports/468089 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) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Apr 23 09:30:33 2018 (r468088) +++ head/dns/bind9-devel/Makefile Mon Apr 23 09:30:50 2018 (r468089) @@ -34,13 +34,13 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.0a0.2018.04.13 +ISCVERSION= 9.13.0a0.2018.04.20 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 293d9132d736e2ed8abb4595a4a9cef178beaee9 +GL_COMMIT= 498491555e578626a37380e8baf3ee0d48dff815 # XXX: remove tar:bz2 USES= cpe libedit tar:bz2 Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Apr 23 09:30:33 2018 (r468088) +++ head/dns/bind9-devel/distinfo Mon Apr 23 09:30:50 2018 (r468089) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523871970 -SHA256 (isc-projects-bind9-293d9132d736e2ed8abb4595a4a9cef178beaee9_GL0.tar.gz) = 5a2d68bd76e69a870dd22d53e410bbb989333e81872b3548c5936ede367d94bf -SIZE (isc-projects-bind9-293d9132d736e2ed8abb4595a4a9cef178beaee9_GL0.tar.gz) = 8962363 +TIMESTAMP = 1524469633 +SHA256 (isc-projects-bind9-498491555e578626a37380e8baf3ee0d48dff815_GL0.tar.gz) = dfbbf5cd6e21e3b89d39489dd01d06c13aefbdabdaaf0ddf0665c6cef14d7ef7 +SIZE (isc-projects-bind9-498491555e578626a37380e8baf3ee0d48dff815_GL0.tar.gz) = 8967588 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Apr 23 09:30:33 2018 (r468088) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Apr 23 09:30:50 2018 (r468089) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2018-04-13 19:02:44 UTC +--- bin/named/config.c.orig 2018-04-21 00:18:28 UTC +++ bin/named/config.c @@ -179,12 +179,14 @@ options {\n\ max-recursion-queries 75;\n\ @@ -15,7 +15,7 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2018-04-13 19:02:44 UTC +--- bin/named/server.c.orig 2018-04-21 00:18:28 UTC +++ bin/named/server.c @@ -4068,6 +4068,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -34,9 +34,9 @@ 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-04-13 19:02:44 UTC +--- lib/dns/include/dns/view.h.orig 2018-04-21 00:18:28 UTC +++ lib/dns/include/dns/view.h -@@ -148,6 +148,8 @@ struct dns_view { +@@ -149,6 +149,8 @@ struct dns_view { isc_boolean_t requestnsid; isc_boolean_t sendcookie; dns_ttl_t maxcachettl; @@ -45,7 +45,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2018-04-13 19:02:44 UTC +--- lib/dns/resolver.c.orig 2018-04-21 00:18:28 UTC +++ lib/dns/resolver.c @@ -5746,6 +5746,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-04-13 19:02:44 UTC +--- lib/isccfg/namedconf.c.orig 2018-04-21 00:18:28 UTC +++ lib/isccfg/namedconf.c @@ -1916,6 +1916,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804230930.w3N9UoMR072633>