diff options
author | mat <mat@FreeBSD.org> | 2017-12-04 21:56:32 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:04:14 +0800 |
commit | e9bdf0730eaf1226be8bd7df7c92be503ae33468 (patch) | |
tree | 93a66e01aef0260c1e08f1784f1c130475d73366 /dns/bind9-devel | |
parent | fc32afc89c8de0f9779fb7e20abbab8e3b336581 (diff) | |
download | freebsd-ports-gnome-e9bdf0730eaf1226be8bd7df7c92be503ae33468.tar.gz freebsd-ports-gnome-e9bdf0730eaf1226be8bd7df7c92be503ae33468.tar.zst freebsd-ports-gnome-e9bdf0730eaf1226be8bd7df7c92be503ae33468.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 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 43d87de39e9f..ac3361179545 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -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.12.0b1.2017.11.27 -HASH= 00ff44c +ISCVERSION= 9.12.0b1.2017.12.03 +HASH= a855b8d USES= cpe libedit diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index f11a6bad0aac..d4dfea10ffbc 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511782850 -SHA256 (bind9-00ff44c.tar.gz) = 6b03f57faed7ceafe4bdbdbbb3079c1b66a1eda01de9d9d751767e49deb7cf52 -SIZE (bind9-00ff44c.tar.gz) = 11363496 +TIMESTAMP = 1512392182 +SHA256 (bind9-a855b8d.tar.gz) = 9c19e127de9503c271a71978a388dcb44ad35e944d4fa33f2e78089cd1f7b9a3 +SIZE (bind9-a855b8d.tar.gz) = 11366006 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 0d13db336d14..2bf70d4e366d 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-11-27 09:10:42 UTC +--- bin/named/config.c.orig 2017-12-03 23:45:35 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-11-27 09:10:42 UTC +--- bin/named/server.c.orig 2017-12-03 23:45:35 UTC +++ bin/named/server.c -@@ -4059,6 +4059,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4067,6 +4067,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-11-27 09:10:42 UTC +--- lib/dns/include/dns/view.h.orig 2017-12-03 23:45:35 UTC +++ lib/dns/include/dns/view.h @@ -145,6 +145,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -45,7 +45,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2017-11-27 09:10:42 UTC +--- lib/dns/resolver.c.orig 2017-12-03 23:45:35 UTC +++ lib/dns/resolver.c @@ -5748,6 +5748,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-11-27 09:10:42 UTC +--- lib/isccfg/namedconf.c.orig 2017-12-03 23:45:35 UTC +++ lib/isccfg/namedconf.c @@ -1909,6 +1909,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 9a239fed6027..e374028a0e75 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,4 +1,4 @@ ---- configure.orig 2017-11-13 05:58:12 UTC +--- configure.orig 2017-12-03 23:45:35 UTC +++ configure @@ -14442,27 +14442,9 @@ done # problems start to show up. @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23146,7 +23088,7 @@ $as_echo "" >&6; } +@@ -23145,7 +23087,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |