svn commit: r523910 - in head/dns/bind911: . files
Mathieu Arnold
mat at FreeBSD.org
Thu Jan 23 08:55:11 UTC 2020
Author: mat
Date: Thu Jan 23 08:55:10 2020
New Revision: 523910
URL: https://svnweb.freebsd.org/changeset/ports/523910
Log:
Update to 9.11.15.
Changes: https://downloads.isc.org/isc/bind9/9.11.15/RELEASE-NOTES-bind-9.11.15.html
Modified:
head/dns/bind911/Makefile (contents, props changed)
head/dns/bind911/distinfo (contents, props changed)
head/dns/bind911/files/extrapatch-bind-min-override-ttl (contents, props changed)
Modified: head/dns/bind911/Makefile
==============================================================================
--- head/dns/bind911/Makefile Thu Jan 23 08:41:12 2020 (r523909)
+++ head/dns/bind911/Makefile Thu Jan 23 08:55:10 2020 (r523910)
@@ -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/-.*//}
Modified: head/dns/bind911/distinfo
==============================================================================
--- head/dns/bind911/distinfo Thu Jan 23 08:41:12 2020 (r523909)
+++ head/dns/bind911/distinfo Thu Jan 23 08:55:10 2020 (r523910)
@@ -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
Modified: head/dns/bind911/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind911/files/extrapatch-bind-min-override-ttl Thu Jan 23 08:41:12 2020 (r523909)
+++ head/dns/bind911/files/extrapatch-bind-min-override-ttl Thu Jan 23 08:55:10 2020 (r523910)
@@ -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
More information about the svn-ports-all
mailing list