diff options
author | mat <mat@FreeBSD.org> | 2017-07-17 18:20:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-07-17 18:20:24 +0800 |
commit | 74d45f15f78be440f2d69b07684b8d4b84dec1cd (patch) | |
tree | 38099d8a1d80f458791f7a417fcf2a3caccc9851 /dns/bind9-devel | |
parent | 9e2efdb897696d670bc8647f70f6ec9856892af9 (diff) | |
download | freebsd-ports-gnome-74d45f15f78be440f2d69b07684b8d4b84dec1cd.tar.gz freebsd-ports-gnome-74d45f15f78be440f2d69b07684b8d4b84dec1cd.tar.zst freebsd-ports-gnome-74d45f15f78be440f2d69b07684b8d4b84dec1cd.zip |
Update to latest commit.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/extrapatch-bind-min-override-ttl | 12 |
3 files changed, 11 insertions, 11 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 968798fec329..7874ef2a6545 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -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.07.10 -HASH= abe5cf4 +ISCVERSION= 9.12.0a.2017.07.16 +HASH= 4aafa83 USES= cpe libedit diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 83d7d0689618..130e87a633ff 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499711825 -SHA256 (bind9-abe5cf4.tar.gz) = 04bb9fbf86fcff284fdd2ec176a7693f8cbca7b6f072d9c7b818ec9e6721d1e9 -SIZE (bind9-abe5cf4.tar.gz) = 11880628 +TIMESTAMP = 1500286501 +SHA256 (bind9-4aafa83.tar.gz) = 7bd3de1c1ab9c61a434134e46645b7f919a3177d3d5de5846414e3d753ccf943 +SIZE (bind9-4aafa83.tar.gz) = 11882034 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index a28843d6b60c..0de57f190875 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-06-14 01:08:21 UTC +--- bin/named/config.c.orig 2017-07-16 20:56:30 UTC +++ bin/named/config.c @@ -155,6 +155,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,9 +9,9 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2017-06-14 01:08:21 UTC +--- bin/named/server.c.orig 2017-07-16 20:56:30 UTC +++ bin/named/server.c -@@ -3713,6 +3713,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3722,6 +3722,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -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 2017-06-14 01:08:21 UTC +--- lib/dns/include/dns/view.h.orig 2017-07-16 20:56:30 UTC +++ lib/dns/include/dns/view.h @@ -143,6 +143,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-06-14 01:08:21 UTC +--- lib/dns/resolver.c.orig 2017-07-16 20:56:30 UTC +++ lib/dns/resolver.c @@ -5468,6 +5468,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 2017-06-14 01:08:21 UTC +--- lib/isccfg/namedconf.c.orig 2017-07-16 20:56:30 UTC +++ lib/isccfg/namedconf.c @@ -1893,6 +1893,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, |