Date: Mon, 17 Jul 2017 10:20:24 +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: r446060 - in head/dns/bind9-devel: . files Message-ID: <201707171020.v6HAKORM083895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jul 17 10:20:24 2017 New Revision: 446060 URL: https://svnweb.freebsd.org/changeset/ports/446060 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 Jul 17 10:20:16 2017 (r446059) +++ head/dns/bind9-devel/Makefile Mon Jul 17 10:20:24 2017 (r446060) @@ -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.07.10 -HASH= abe5cf4 +ISCVERSION= 9.12.0a.2017.07.16 +HASH= 4aafa83 USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Jul 17 10:20:16 2017 (r446059) +++ head/dns/bind9-devel/distinfo Mon Jul 17 10:20:24 2017 (r446060) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499711825 -SHA256 (bind9-abe5cf4.tar.gz) = 04bb9fbf86fcff284fdd2ec176a7693f8cbca7b6f072d9c7b818ec9e6721d1e9 -SIZE (bind9-abe5cf4.tar.gz) = 11880628 +TIMESTAMP = 1500286501 +SHA256 (bind9-4aafa83.tar.gz) = 7bd3de1c1ab9c61a434134e46645b7f919a3177d3d5de5846414e3d753ccf943 +SIZE (bind9-4aafa83.tar.gz) = 11882034 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Jul 17 10:20:16 2017 (r446059) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Jul 17 10:20:24 2017 (r446060) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-06-14 01:08:21 UTC +--- bin/named/config.c.orig 2017-07-16 20:56:30 UTC +++ bin/named/config.c @@ -155,6 +155,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2017-06-14 01:08:21 UTC +--- bin/named/server.c.orig 2017-07-16 20:56:30 UTC +++ bin/named/server.c -@@ -3713,6 +3713,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3722,6 +3722,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -28,7 +28,7 @@ result = ns_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-06-14 01:08:21 UTC +--- lib/dns/include/dns/view.h.orig 2017-07-16 20:56:30 UTC +++ lib/dns/include/dns/view.h @@ -143,6 +143,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-06-14 01:08:21 UTC +--- lib/dns/resolver.c.orig 2017-07-16 20:56:30 UTC +++ lib/dns/resolver.c @@ -5468,6 +5468,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -60,7 +60,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2017-06-14 01:08:21 UTC +--- lib/isccfg/namedconf.c.orig 2017-07-16 20:56:30 UTC +++ lib/isccfg/namedconf.c @@ -1893,6 +1893,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?201707171020.v6HAKORM083895>