aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind9-devel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-02-13 20:38:41 +0800
committermat <mat@FreeBSD.org>2017-02-13 20:38:41 +0800
commita4c79c3aaa5ffbe827c72bd40e955bebed1760e9 (patch)
treef4c0e3e03e9736571a5d9b11faf2552e884be346 /dns/bind9-devel
parenta7a42c8d4694fce72d3b8d700ad5c14ffc567530 (diff)
downloadfreebsd-ports-gnome-a4c79c3aaa5ffbe827c72bd40e955bebed1760e9.tar.gz
freebsd-ports-gnome-a4c79c3aaa5ffbe827c72bd40e955bebed1760e9.tar.zst
freebsd-ports-gnome-a4c79c3aaa5ffbe827c72bd40e955bebed1760e9.zip
Update to latest commit.
MFH: 2017Q1 Security: CVE-2017-3135 Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r--dns/bind9-devel/Makefile4
-rw-r--r--dns/bind9-devel/distinfo6
-rw-r--r--dns/bind9-devel/files/extrapatch-bind-min-override-ttl16
-rw-r--r--dns/bind9-devel/pkg-plist1
4 files changed, 14 insertions, 13 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index fd4641d8d950..15a4519745ac 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.2017.01.21
-HASH= 4502e3c
+ISCVERSION= 9.12.0a.2017.02.09
+HASH= 1df7a6f
USES= cpe libedit
diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo
index 14a803f9f60d..bdd6db11a01c 100644
--- a/dns/bind9-devel/distinfo
+++ b/dns/bind9-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485177532
-SHA256 (bind9-4502e3c.tar.gz) = 487304c414a7cd9a7ceab6b10d277a79066b2eef92686f08fed90b7fa0e8105f
-SIZE (bind9-4502e3c.tar.gz) = 11847026
+TIMESTAMP = 1486988913
+SHA256 (bind9-1df7a6f.tar.gz) = ff9607e41d220fe2b45301fb064078d960a96d69e0356512033ab9cdd8905bef
+SIZE (bind9-1df7a6f.tar.gz) = 11873079
diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
index 626ff171aae7..7890a1e70edd 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-01-12 03:25:45 UTC
+--- bin/named/config.c.orig 2017-02-09 21:52:45 UTC
+++ bin/named/config.c
@@ -158,6 +158,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-01-12 03:25:45 UTC
+--- bin/named/server.c.orig 2017-02-09 21:52:45 UTC
+++ bin/named/server.c
-@@ -3635,6 +3635,16 @@ configure_view(dns_view_t *view, dns_vie
+@@ -3743,6 +3743,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-01-12 03:25:45 UTC
+--- lib/dns/include/dns/view.h.orig 2017-02-09 21:52:45 UTC
+++ lib/dns/include/dns/view.h
@@ -146,6 +146,8 @@ struct dns_view {
isc_boolean_t requestnsid;
@@ -39,9 +39,9 @@
dns_ttl_t maxncachettl;
isc_uint32_t nta_lifetime;
isc_uint32_t nta_recheck;
---- lib/dns/resolver.c.orig 2017-01-12 03:25:45 UTC
+--- lib/dns/resolver.c.orig 2017-02-09 21:52:45 UTC
+++ lib/dns/resolver.c
-@@ -5462,6 +5462,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
+@@ -5467,6 +5467,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 2017-01-12 03:25:45 UTC
+--- lib/isccfg/namedconf.c.orig 2017-02-09 21:52:45 UTC
+++ lib/isccfg/namedconf.c
-@@ -1782,6 +1782,8 @@ view_clauses[] = {
+@@ -1864,6 +1864,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/pkg-plist b/dns/bind9-devel/pkg-plist
index 314d9ffa1850..921f06dc89bc 100644
--- a/dns/bind9-devel/pkg-plist
+++ b/dns/bind9-devel/pkg-plist
@@ -40,6 +40,7 @@ include/dns/ds.h
include/dns/dsdigest.h
include/dns/dyndb.h
include/dns/ecdb.h
+include/dns/ecs.h
include/dns/edns.h
include/dns/enumclass.h
include/dns/enumtype.h