diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-17 08:33:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-17 08:33:29 +0000 |
commit | 0ae41b7f2c629a80624eb8344fcd0f4b92e8b4bf (patch) | |
tree | f38044c67386b0959b11b5c5623da9c9d1d74c7e /dns | |
parent | 201bd06baf2e9730685cae61c3944ce061c16b9f (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 6 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 14 |
3 files changed, 13 insertions, 13 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index fa22060c6908..6a26a997e007 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 2 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind @@ -31,8 +31,8 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.0a0.2018.01.04 -HASH= 9e6b394 +ISCVERSION= 9.13.0a0.2018.01.16 +HASH= 3d2a6c9 USES= cpe libedit diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 412880d2e95a..89c23f9e143a 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1515412696 -SHA256 (bind9-9e6b394.tar.gz) = 1613e8fd7361f5c7a48f416de7365176355c32d3accf1731e5e151988598d602 -SIZE (bind9-9e6b394.tar.gz) = 11351282 +TIMESTAMP = 1516176609 +SHA256 (bind9-3d2a6c9.tar.gz) = b988bc4397772c210f119e1979b4f41db497dbc281487372b1e1a833a898169b +SIZE (bind9-3d2a6c9.tar.gz) = 11352638 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index a3628d7fce83..098c3d88dac2 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-12-16 01:09:51 UTC +--- bin/named/config.c.orig 2018-01-16 23:45:57 UTC +++ bin/named/config.c @@ -176,12 +176,14 @@ options {\n\ max-recursion-queries 75;\n\ @@ -15,9 +15,9 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2017-12-16 01:09:51 UTC +--- bin/named/server.c.orig 2018-01-16 23:45:57 UTC +++ bin/named/server.c -@@ -4067,6 +4067,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4073,6 +4073,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-12-16 01:09:51 UTC +--- lib/dns/include/dns/view.h.orig 2018-01-16 23:45:57 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-12-16 01:09:51 UTC +--- lib/dns/resolver.c.orig 2018-01-16 23:45:57 UTC +++ lib/dns/resolver.c -@@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5744,6 +5744,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-12-16 01:09:51 UTC +--- lib/isccfg/namedconf.c.orig 2018-01-16 23:45:57 UTC +++ lib/isccfg/namedconf.c @@ -1912,6 +1912,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, |