diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2022-03-28 11:25:55 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2022-03-28 11:50:33 +0200 |
commit | fd68b282ec970823a93794e4c520104d8efae622 (patch) | |
tree | 0dfe4bacc126e225dd6f1815d1517849b349504f /dns/bind9-devel/files/extrapatch-bind-min-override-ttl | |
parent | lang/perl5-devel: update to v5.35.10-22-gf97596086d (diff) |
dns/bind9-devel: update to latest commit
The ISC is doing new strange things in their Makefiles, so add back
gmake to the dependency chain when building DOCS or MANPAGES.
Diffstat (limited to 'dns/bind9-devel/files/extrapatch-bind-min-override-ttl')
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 5cc994079bca..ebb596e99f54 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,8 +1,8 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2022-02-09 16:40:14 UTC +--- bin/named/config.c.orig 2022-03-25 15:13:28 UTC +++ bin/named/config.c -@@ -172,6 +172,7 @@ options {\n\ +@@ -171,6 +171,7 @@ options {\n\ notify-source *;\n\ notify-source-v6 *;\n\ nsec3-test-zone no;\n\ @@ -10,9 +10,9 @@ Add the override-cache-ttl feature. parental-source *;\n\ parental-source-v6 *;\n\ provide-ixfr true;\n\ ---- bin/named/server.c.orig 2022-02-09 16:40:14 UTC +--- bin/named/server.c.orig 2022-03-25 15:13:28 UTC +++ bin/named/server.c -@@ -4496,6 +4496,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4484,6 +4484,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- lib/dns/include/dns/view.h.orig 2022-02-09 16:40:14 UTC +--- lib/dns/include/dns/view.h.orig 2022-03-25 15:13:28 UTC +++ lib/dns/include/dns/view.h @@ -155,6 +155,7 @@ struct dns_view { bool requestnsid; @@ -34,9 +34,9 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2022-02-09 16:40:14 UTC +--- lib/dns/resolver.c.orig 2022-03-25 15:13:28 UTC +++ lib/dns/resolver.c -@@ -6119,6 +6119,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6126,6 +6126,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } /* @@ -49,9 +49,9 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2022-02-09 16:40:14 UTC +--- lib/isccfg/namedconf.c.orig 2022-03-25 15:13:28 UTC +++ lib/isccfg/namedconf.c -@@ -2086,6 +2086,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2092,6 +2092,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ { "max-acache-size", NULL, CFG_CLAUSEFLAG_ANCIENT }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, |