aboutsummaryrefslogtreecommitdiff
path: root/dns/bind911
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-01-23 08:55:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-01-23 08:55:10 +0000
commit54763c3fdb9541fe4b7af34d2b56f0ddc194ed6d (patch)
tree7b195fd2e823c5b94ab0241d764b6ccf8d6ba36d /dns/bind911
parent436b7d1ec7ef4755f7a9003eeaea6e417bb1e0c2 (diff)
downloadports-54763c3fdb9541fe4b7af34d2b56f0ddc194ed6d.tar.gz
ports-54763c3fdb9541fe4b7af34d2b56f0ddc194ed6d.zip
Update to 9.11.15.
Notes
Notes: svn path=/head/; revision=523910
Diffstat (limited to 'dns/bind911')
-rw-r--r--dns/bind911/Makefile2
-rw-r--r--dns/bind911/distinfo6
-rw-r--r--dns/bind911/files/extrapatch-bind-min-override-ttl12
3 files changed, 10 insertions, 10 deletions
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index c3aabeed5ac7..f84aa5ce772d 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
USES= cpe libedit pkgconfig
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.11.14
+ISCVERSION= 9.11.15
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}
diff --git a/dns/bind911/distinfo b/dns/bind911/distinfo
index 14d5b1381e14..c1a0acfba42d 100644
--- a/dns/bind911/distinfo
+++ b/dns/bind911/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576707648
-SHA256 (bind-9.11.14.tar.gz) = d93b30425996b074a5f9659323b6feae3408e0d325f029f114dfff96ea5e63df
-SIZE (bind-9.11.14.tar.gz) = 8191308
+TIMESTAMP = 1579766943
+SHA256 (bind-9.11.15.tar.gz) = 162da2d1820c6513696d0ff30a635fc350a54910ab47156ec6a570fb4850376c
+SIZE (bind-9.11.15.tar.gz) = 8201830
diff --git a/dns/bind911/files/extrapatch-bind-min-override-ttl b/dns/bind911/files/extrapatch-bind-min-override-ttl
index ccaa2582ac87..2c91391d09b6 100644
--- a/dns/bind911/files/extrapatch-bind-min-override-ttl
+++ b/dns/bind911/files/extrapatch-bind-min-override-ttl
@@ -1,7 +1,7 @@
- Add the min-cache-ttl config knob.
- Add the override-cache-ttl config knob.
---- bin/named/config.c.orig 2019-12-12 05:17:55 UTC
+--- bin/named/config.c.orig 2020-01-16 14:46:40 UTC
+++ bin/named/config.c
@@ -182,6 +182,8 @@ options {\n\
" max-acache-size 16M;\n\
@@ -12,7 +12,7 @@
max-clients-per-query 100;\n\
max-ncache-ttl 10800; /* 3 hours */\n\
max-recursion-depth 7;\n\
---- bin/named/server.c.orig 2019-12-12 05:17:55 UTC
+--- bin/named/server.c.orig 2020-01-16 14:46:40 UTC
+++ bin/named/server.c
@@ -3720,6 +3720,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl
}
@@ -31,7 +31,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 2019-12-12 05:17:55 UTC
+--- lib/dns/include/dns/view.h.orig 2020-01-16 14:46:40 UTC
+++ lib/dns/include/dns/view.h
@@ -152,6 +152,8 @@ struct dns_view {
bool requestnsid;
@@ -42,9 +42,9 @@
dns_ttl_t maxncachettl;
uint32_t nta_lifetime;
uint32_t nta_recheck;
---- lib/dns/resolver.c.orig 2019-12-12 05:17:55 UTC
+--- lib/dns/resolver.c.orig 2020-01-16 14:46:40 UTC
+++ lib/dns/resolver.c
-@@ -5529,6 +5529,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
+@@ -5534,6 +5534,18 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_adb
}
/*
@@ -63,7 +63,7 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig 2019-12-12 05:17:55 UTC
+--- lib/isccfg/namedconf.c.orig 2020-01-16 14:46:40 UTC
+++ lib/isccfg/namedconf.c
@@ -1773,6 +1773,8 @@ view_clauses[] = {
#endif