diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-28 12:55:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-28 12:55:15 +0000 |
commit | 7b562b7a32443b0c978f5739dc0c169298075954 (patch) | |
tree | a5cb8d23b783b7303bab04b6db0a01c5c7c2dbf8 /dns/bind9-devel | |
parent | 6a863d85b81daf1a092ce7ad91e06b601a3bec3f (diff) | |
download | freebsd-ports-7b562b7a32443b0c978f5739dc0c169298075954.zip |
Update to latest commit.
MFH: 2016Q3
Security: CVE-2016-2776
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-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 | 12 |
3 files changed, 12 insertions, 12 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 5b52ee88681c..b6306abb7c51 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= 1 +PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind @@ -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.09.07 -HASH= 5125df6 +ISCVERSION= 9.12.0a.2016.09.27 +HASH= e9917a5 USES= cpe libedit diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index 0f1affe2040b..0b1d439d5f6d 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1473756815 -SHA256 (bind9-5125df6.tar.gz) = ed6b1ceefe8c8c3f45cfff7948eb3b6feca5b475471465df1222797a78041b85 -SIZE (bind9-5125df6.tar.gz) = 11796130 +TIMESTAMP = 1475066593 +SHA256 (bind9-e9917a5.tar.gz) = 1f94fa4f291b4a1b6774730d3c6fd92d484b9658cc6f76e6dce63e5e3bfb6769 +SIZE (bind9-e9917a5.tar.gz) = 11799940 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index 810290c6e8b7..d8dfce04a0a0 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-08-30 04:25:41 UTC +--- bin/named/config.c.orig 2016-09-28 03:45:58 UTC +++ bin/named/config.c @@ -154,6 +154,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 2016-08-30 04:25:41 UTC +--- bin/named/server.c.orig 2016-09-28 03:45:58 UTC +++ bin/named/server.c -@@ -3637,6 +3637,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3638,6 +3638,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 2016-08-30 04:25:41 UTC +--- lib/dns/include/dns/view.h.orig 2016-09-28 03:45:58 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-08-30 04:25:41 UTC +--- lib/dns/resolver.c.orig 2016-09-28 03:45:58 UTC +++ lib/dns/resolver.c @@ -5431,6 +5431,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-08-30 04:25:41 UTC +--- lib/isccfg/namedconf.c.orig 2016-09-28 03:45:58 UTC +++ lib/isccfg/namedconf.c @@ -1735,6 +1735,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, |