diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-17 12:03:03 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-17 12:03:03 +0000 |
commit | b65113bb1082fd58f63c19adc6f0ebdc2c573148 (patch) | |
tree | c4cc2b1a5d81f778b9c3200f4da61452f1e7ceda /dns/bind9-devel | |
parent | d2574f3bb5ca5255515f350a99a1e89993169200 (diff) | |
download | freebsd-ports-b65113bb1082fd58f63c19adc6f0ebdc2c573148.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 2ef035a7af9e..2da86f0c1c5d 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -30,8 +30,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64 LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.10.10 -HASH= d3f29e7 +ISCVERSION= 9.12.0a.2016.10.16 +HASH= 0b15ee0 USES= cpe libedit diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 66685424daaf..1e7e1c53d9c4 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476095407 -SHA256 (bind9-d3f29e7.tar.gz) = 7f27b9099cdf32ae7166559b14d7e4f4dad16f6375302a1b935db23b4e1a1d52 -SIZE (bind9-d3f29e7.tar.gz) = 11848197 +TIMESTAMP = 1476704636 +SHA256 (bind9-0b15ee0.tar.gz) = 33b0a2bb0dec34a481dbbcb4b1852881e0e1d1808e8487698fec3750e0b4996a +SIZE (bind9-0b15ee0.tar.gz) = 11850388 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index d8dfce04a0a0..8ba211db088c 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 2016-09-28 03:45:58 UTC +--- bin/named/config.c.orig 2016-10-16 01:06:28 UTC +++ bin/named/config.c @@ -154,6 +154,8 @@ options {\n\ lame-ttl 600;\n\ @@ -9,7 +9,7 @@ max-cache-ttl 604800; /* 1 week */\n\ transfer-format many-answers;\n\ max-cache-size 90%;\n\ ---- bin/named/server.c.orig 2016-09-28 03:45:58 UTC +--- bin/named/server.c.orig 2016-10-16 01:06:28 UTC +++ bin/named/server.c @@ -3638,6 +3638,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-09-28 03:45:58 UTC +--- lib/dns/include/dns/view.h.orig 2016-10-16 01:06:28 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,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 2016-09-28 03:45:58 UTC +--- lib/dns/resolver.c.orig 2016-10-16 01:06:28 UTC +++ lib/dns/resolver.c @@ -5431,6 +5431,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-09-28 03:45:58 UTC +--- lib/isccfg/namedconf.c.orig 2016-10-16 01:06:28 UTC +++ lib/isccfg/namedconf.c -@@ -1735,6 +1735,8 @@ view_clauses[] = { +@@ -1734,6 +1734,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index 92765d154fab..85145dc6b9b2 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,4 +1,4 @@ ---- configure.orig 2016-08-30 04:25:41 UTC +--- configure.orig 2016-10-16 01:06:28 UTC +++ configure @@ -14341,27 +14341,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 -@@ -22563,7 +22505,7 @@ $as_echo "" >&6; } +@@ -22526,7 +22468,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). |