diff options
author | mat <mat@FreeBSD.org> | 2018-01-29 23:07:21 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:31:26 +0800 |
commit | cad205fdb134f3e0217d87ccf78b61ca5683e505 (patch) | |
tree | d5e32f429954dbc42693c9dc056d44c11feb22f6 /dns/bind9-devel | |
parent | cf8be6a7e6fc27043ccf16a0c3d0502bb355fbf0 (diff) | |
download | freebsd-ports-gnome-cad205fdb134f3e0217d87ccf78b61ca5683e505.tar.gz freebsd-ports-gnome-cad205fdb134f3e0217d87ccf78b61ca5683e505.tar.zst freebsd-ports-gnome-cad205fdb134f3e0217d87ccf78b61ca5683e505.zip |
Update to latest commit.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index cb9097affa82..9970186b4479 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -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.13.0a0.2018.01.22 -HASH= 8a4ce20 +ISCVERSION= 9.13.0a0.2018.01.29 +HASH= 8d1b3f5 USES= cpe libedit diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 08b58fb5104a..c8a0b9480bc3 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1516618705 -SHA256 (bind9-8a4ce20.tar.gz) = 03927b76ccbbd5610f1acc0bdb07eb05156a1881d449518021994fa0d3b73fdd -SIZE (bind9-8a4ce20.tar.gz) = 11437862 +TIMESTAMP = 1517234914 +SHA256 (bind9-8d1b3f5.tar.gz) = 4d4ebf2b594a4d4e291c670db0f2ae734c91ee022212a4ae2b51c2ee8ed25132 +SIZE (bind9-8d1b3f5.tar.gz) = 11380897 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 098c3d88dac2..8c2054cb4463 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2018-01-16 23:45:57 UTC +--- bin/named/config.c.orig 2018-01-29 05:35:56 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 2018-01-16 23:45:57 UTC +--- bin/named/server.c.orig 2018-01-29 05:35:56 UTC +++ bin/named/server.c @@ -4073,6 +4073,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 2018-01-16 23:45:57 UTC +--- lib/dns/include/dns/view.h.orig 2018-01-29 05:35:56 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 2018-01-16 23:45:57 UTC +--- lib/dns/resolver.c.orig 2018-01-29 05:35:56 UTC +++ lib/dns/resolver.c -@@ -5744,6 +5744,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -66,9 +66,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2018-01-16 23:45:57 UTC +--- lib/isccfg/namedconf.c.orig 2018-01-29 05:35:56 UTC +++ lib/isccfg/namedconf.c -@@ -1912,6 +1912,8 @@ view_clauses[] = { +@@ -1913,6 +1913,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, |