svn commit: r451125 - in head/dns/bind9-devel: . files
Mathieu Arnold
mat at FreeBSD.org
Tue Oct 3 11:33:11 UTC 2017
Author: mat
Date: Tue Oct 3 11:33:09 2017
New Revision: 451125
URL: https://svnweb.freebsd.org/changeset/ports/451125
Log:
Update to latest commit.
Sponsored by: Absolight
Modified:
head/dns/bind9-devel/Makefile (contents, props changed)
head/dns/bind9-devel/distinfo (contents, props changed)
head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed)
Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile Tue Oct 3 11:33:03 2017 (r451124)
+++ head/dns/bind9-devel/Makefile Tue Oct 3 11:33:09 2017 (r451125)
@@ -31,8 +31,8 @@ LICENSE= MPL
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.12.0a.2017.09.23
-HASH= 2919a6d
+ISCVERSION= 9.12.0a.2017.10.03
+HASH= e515fae
USES= cpe libedit
Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo Tue Oct 3 11:33:03 2017 (r451124)
+++ head/dns/bind9-devel/distinfo Tue Oct 3 11:33:09 2017 (r451125)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506342038
-SHA256 (bind9-2919a6d.tar.gz) = 360cb4f842a6fbbffee4fd703452a5f48189c80ab7906a6305314dd6f18f784d
-SIZE (bind9-2919a6d.tar.gz) = 11701389
+TIMESTAMP = 1507028237
+SHA256 (bind9-e515fae.tar.gz) = 5888262b5e949cc1ad602d4d2faeddba8a4aad93b9ad5c150cb4eea837e4ce0f
+SIZE (bind9-e515fae.tar.gz) = 11708606
Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
==============================================================================
--- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Oct 3 11:33:03 2017 (r451124)
+++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Tue Oct 3 11:33:09 2017 (r451125)
@@ -1,6 +1,6 @@
---- bin/named/config.c.orig 2017-09-23 04:57:27 UTC
+--- bin/named/config.c.orig 2017-10-03 08:11:36 UTC
+++ bin/named/config.c
-@@ -179,12 +179,14 @@ options {\n\
+@@ -178,12 +178,14 @@ options {\n\
max-recursion-queries 75;\n\
max-stale-ttl 604800; /* 1 week */\n\
message-compression yes;\n\
@@ -15,9 +15,9 @@
provide-ixfr true;\n\
query-source address *;\n\
query-source-v6 address *;\n\
---- bin/named/server.c.orig 2017-09-23 04:57:27 UTC
+--- bin/named/server.c.orig 2017-10-03 08:11:36 UTC
+++ bin/named/server.c
-@@ -4090,6 +4090,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -4029,6 +4029,16 @@ configure_view(dns_view_t *view, dns_vie
}
obj = NULL;
@@ -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 2017-09-23 04:57:27 UTC
+--- lib/dns/include/dns/view.h.orig 2017-10-03 08:11:36 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 2017-09-23 04:57:27 UTC
+--- lib/dns/resolver.c.orig 2017-10-03 08:11:36 UTC
+++ lib/dns/resolver.c
-@@ -5751,6 +5751,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
+@@ -5749,6 +5749,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
}
/*
@@ -66,7 +66,7 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl)
---- lib/isccfg/namedconf.c.orig 2017-09-23 04:57:27 UTC
+--- lib/isccfg/namedconf.c.orig 2017-10-03 08:11:36 UTC
+++ lib/isccfg/namedconf.c
@@ -1918,6 +1918,8 @@ view_clauses[] = {
{ "max-acache-size", &cfg_type_sizenodefault,
More information about the svn-ports-head
mailing list