Date: Mon, 27 Nov 2017 12:00:11 +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: r454945 - in head/dns/bind9-devel: . files Message-ID: <201711271200.vARC0BeS013892@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Nov 27 12:00:11 2017 New Revision: 454945 URL: https://svnweb.freebsd.org/changeset/ports/454945 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 Nov 27 12:00:03 2017 (r454944) +++ head/dns/bind9-devel/Makefile Mon Nov 27 12:00:11 2017 (r454945) @@ -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.12.0b1.2017.11.18 -HASH= 9002156 +ISCVERSION= 9.12.0b1.2017.11.27 +HASH= 00ff44c USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Nov 27 12:00:03 2017 (r454944) +++ head/dns/bind9-devel/distinfo Mon Nov 27 12:00:11 2017 (r454945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511188272 -SHA256 (bind9-9002156.tar.gz) = 4373e4d7eaa24de1d7997ac48977b6869ac0df3d4c5cf752be1bc28008a20f41 -SIZE (bind9-9002156.tar.gz) = 11359681 +TIMESTAMP = 1511782850 +SHA256 (bind9-00ff44c.tar.gz) = 6b03f57faed7ceafe4bdbdbbb3079c1b66a1eda01de9d9d751767e49deb7cf52 +SIZE (bind9-00ff44c.tar.gz) = 11363496 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Nov 27 12:00:03 2017 (r454944) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Nov 27 12:00:11 2017 (r454945) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-11-13 05:58:12 UTC +--- bin/named/config.c.orig 2017-11-27 09:10:42 UTC +++ bin/named/config.c @@ -176,12 +176,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 2017-11-13 05:58:12 UTC +--- bin/named/server.c.orig 2017-11-27 09:10:42 UTC +++ bin/named/server.c @@ -4059,6 +4059,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -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-11-13 05:58:12 UTC +--- lib/dns/include/dns/view.h.orig 2017-11-27 09:10:42 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-11-13 05:58:12 UTC +--- lib/dns/resolver.c.orig 2017-11-27 09:10:42 UTC +++ lib/dns/resolver.c -@@ -5747,6 +5747,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5748,6 +5748,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-11-13 05:58:12 UTC +--- lib/isccfg/namedconf.c.orig 2017-11-27 09:10:42 UTC +++ lib/isccfg/namedconf.c @@ -1909,6 +1909,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?201711271200.vARC0BeS013892>