diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-11-02 06:38:48 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-11-02 06:38:48 +0000 |
commit | 442cd7309b8410ab59ed23945369228e94b2a62b (patch) | |
tree | 7a39e392ebfc17c5a238e93dc2dc39679352a80a /dns/bind910 | |
parent | 9cd2b2e2b316321a1b37c26c86ec7ac7b8edcd33 (diff) | |
download | ports-442cd7309b8410ab59ed23945369228e94b2a62b.tar.gz ports-442cd7309b8410ab59ed23945369228e94b2a62b.zip |
Notes
Diffstat (limited to 'dns/bind910')
-rw-r--r-- | dns/bind910/Makefile | 2 | ||||
-rw-r--r-- | dns/bind910/distinfo | 6 | ||||
-rw-r--r-- | dns/bind910/files/extrapatch-bind-min-override-ttl | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 509a754361ca..78c96672dc04 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -29,7 +29,7 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.10.4-P3 +ISCVERSION= 9.10.4-P4 USES= cpe libedit diff --git a/dns/bind910/distinfo b/dns/bind910/distinfo index ea7d1403d5c5..c753617848fc 100644 --- a/dns/bind910/distinfo +++ b/dns/bind910/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474631813 -SHA256 (bind-9.10.4-P3.tar.gz) = a075e5ce89fddccb0e64d1777d59161387dd5151cf4e7d1a93875a487812baef -SIZE (bind-9.10.4-P3.tar.gz) = 9299078 +TIMESTAMP = 1477663379 +SHA256 (bind-9.10.4-P4.tar.gz) = a41ce7518e1d0faa40312cc89f4ca42246906b2718099d992e87a5d3ce9a9d86 +SIZE (bind-9.10.4-P4.tar.gz) = 9299638 diff --git a/dns/bind910/files/extrapatch-bind-min-override-ttl b/dns/bind910/files/extrapatch-bind-min-override-ttl index 1ec3ec75ec7c..b07788cc712c 100644 --- a/dns/bind910/files/extrapatch-bind-min-override-ttl +++ b/dns/bind910/files/extrapatch-bind-min-override-ttl @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2016-04-20 20:11:20 UTC +--- bin/named/config.c.orig 2016-10-21 05:10:54 UTC +++ bin/named/config.c @@ -151,6 +151,8 @@ options {\n\ min-roots 2;\n\ @@ -9,7 +9,7 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 0;\n\ ---- bin/named/server.c.orig 2016-04-20 20:11:20 UTC +--- bin/named/server.c.orig 2016-10-21 05:10:54 UTC +++ bin/named/server.c @@ -2802,6 +2802,16 @@ configure_view(dns_view_t *view, dns_vie } @@ -28,7 +28,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 2016-04-20 20:11:20 UTC +--- lib/dns/include/dns/view.h.orig 2016-10-21 05:10:54 UTC +++ lib/dns/include/dns/view.h @@ -150,6 +150,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,9 +39,9 @@ dns_ttl_t maxncachettl; dns_ttl_t prefetch_trigger; dns_ttl_t prefetch_eligible; ---- lib/dns/resolver.c.orig 2016-04-20 20:11:20 UTC +--- lib/dns/resolver.c.orig 2016-10-21 05:10:54 UTC +++ lib/dns/resolver.c -@@ -5371,6 +5371,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5373,6 +5373,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,7 +60,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-04-20 20:11:20 UTC +--- lib/isccfg/namedconf.c.orig 2016-10-21 05:10:54 UTC +++ lib/isccfg/namedconf.c @@ -1572,6 +1572,8 @@ view_clauses[] = { #endif |