diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-17 21:52:09 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-06-17 21:52:09 +0000 |
commit | 12eba3680757395059e75a5d59401075477f28b1 (patch) | |
tree | 2db89eb9a62050adb3e8afae66a42e1b18f3f0ab /dns/bind9-devel/files/extrapatch-bind-min-override-ttl | |
parent | b97c40445fb7e570a86128eef600c16d2492230b (diff) |
Notes
Diffstat (limited to 'dns/bind9-devel/files/extrapatch-bind-min-override-ttl')
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 93b6ccc2c410..e1d4f4738996 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2019-06-10 04:29:24 UTC +--- bin/named/config.c.orig 2019-06-17 13:35:58 UTC +++ bin/named/config.c -@@ -175,6 +175,7 @@ options {\n\ +@@ -172,6 +172,7 @@ options {\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\n\ @@ -8,7 +8,7 @@ provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2019-06-10 04:29:24 UTC +--- bin/named/server.c.orig 2019-06-17 13:35:58 UTC +++ bin/named/server.c @@ -4226,6 +4226,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -22,7 +22,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 2019-06-10 04:29:24 UTC +--- lib/dns/include/dns/view.h.orig 2019-06-17 13:35:58 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -32,7 +32,7 @@ dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2019-06-10 04:29:24 UTC +--- lib/dns/resolver.c.orig 2019-06-17 13:35:58 UTC +++ lib/dns/resolver.c @@ -6048,6 +6048,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb } @@ -47,7 +47,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2019-06-10 04:29:24 UTC +--- lib/isccfg/namedconf.c.orig 2019-06-17 13:35:58 UTC +++ lib/isccfg/namedconf.c @@ -1910,6 +1910,7 @@ view_clauses[] = { #endif |