aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-01-25 20:03:48 +0800
committermat <mat@FreeBSD.org>2016-01-25 20:03:48 +0800
commitf78d827a322ae8051f61800cc19a7e537d2b92b4 (patch)
treeb31f926b39f22a23d7821f3dfad094f92a488186 /dns
parentdbe2b8c265c85d8aac236a3cfb543f635dca504b (diff)
downloadfreebsd-ports-gnome-f78d827a322ae8051f61800cc19a7e537d2b92b4.tar.gz
freebsd-ports-gnome-f78d827a322ae8051f61800cc19a7e537d2b92b4.tar.zst
freebsd-ports-gnome-f78d827a322ae8051f61800cc19a7e537d2b92b4.zip
Update to latest snapshot.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-devel/Makefile4
-rw-r--r--dns/bind9-devel/distinfo4
-rw-r--r--dns/bind9-devel/files/extrapatch-bind-min-override-ttl12
3 files changed, 10 insertions, 10 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 56d9155bf5a6..17c0c185bbc7 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -19,8 +19,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.11.0.a20160119
-HASH= fc7bce5
+ISCVERSION= 9.11.0.a20160125
+HASH= 1fe6b74
MAKE_JOBS_UNSAFE= yes
diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo
index f9fa4297a9be..2430fd5c8895 100644
--- a/dns/bind9-devel/distinfo
+++ b/dns/bind9-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bind9-fc7bce5.tar.gz) = d216744bc16ed494d4fa86288c7194ccea46ca54a7b502b381eef16d788c989f
-SIZE (bind9-fc7bce5.tar.gz) = 11010437
+SHA256 (bind9-1fe6b74.tar.gz) = 75aebb8d27d3091d37ee3058c9076cf09919834dc46fc430233bb10671a56d26
+SIZE (bind9-1fe6b74.tar.gz) = 11012077
diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
index 594b6a427d69..11a418e26958 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 2015-12-19 01:04:14 UTC
+--- bin/named/config.c.orig 2016-01-25 05:55:02 UTC
+++ bin/named/config.c
@@ -159,6 +159,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 2015-12-19 01:04:14 UTC
+--- bin/named/server.c.orig 2016-01-25 05:55:02 UTC
+++ bin/named/server.c
@@ -3022,6 +3022,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 2015-12-19 01:04:14 UTC
+--- lib/dns/include/dns/view.h.orig 2016-01-25 05:55:02 UTC
+++ lib/dns/include/dns/view.h
@@ -152,6 +152,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 2015-12-19 01:04:14 UTC
+--- lib/dns/resolver.c.orig 2016-01-25 05:55:02 UTC
+++ lib/dns/resolver.c
-@@ -5397,6 +5397,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
+@@ -5396,6 +5396,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 2015-12-19 01:04:14 UTC
+--- lib/isccfg/namedconf.c.orig 2016-01-25 05:55:02 UTC
+++ lib/isccfg/namedconf.c
@@ -1677,6 +1677,8 @@ view_clauses[] = {
{ "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },