aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-12-18 17:58:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-12-18 17:58:45 +0000
commitd0892f4d89ac32b034f69030612020d665c328fc (patch)
tree7eec1dd7a20cf8b0dcaa4509237b5641f782c5eb /dns
parent7076f4ef11a7b735085ec7b9dde9a526f425fb5f (diff)
downloadports-d0892f4d89ac32b034f69030612020d665c328fc.tar.gz
ports-d0892f4d89ac32b034f69030612020d665c328fc.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-devel/Makefile6
-rw-r--r--dns/bind9-devel/distinfo6
-rw-r--r--dns/bind9-devel/files/extrapatch-bind-min-override-ttl12
3 files changed, 12 insertions, 12 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 9476bbcd6d64..fa0faff976bc 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
@@ -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.12.09
-HASH= 71eec55
+ISCVERSION= 9.13.0a0.2017.12.16
+HASH= 9448aac
USES= cpe libedit
diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo
index f3fe7176b6d9..543aac4a1f70 100644
--- a/dns/bind9-devel/distinfo
+++ b/dns/bind9-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513002076
-SHA256 (bind9-71eec55.tar.gz) = b1d8bea3324fefc8fab81b62c3e1b30517b20c467333cb33898893252c304a10
-SIZE (bind9-71eec55.tar.gz) = 11369528
+TIMESTAMP = 1513618970
+SHA256 (bind9-9448aac.tar.gz) = 76f4141372699dbaf3d45e8f59ab75bedf808384ed08b2b96648aa746ee5ac71
+SIZE (bind9-9448aac.tar.gz) = 11349165
diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl
index 2bf70d4e366d..a3628d7fce83 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-12-03 23:45:35 UTC
+--- bin/named/config.c.orig 2017-12-16 01:09:51 UTC
+++ bin/named/config.c
@@ -176,12 +176,14 @@ options {\n\
max-recursion-queries 75;\n\
@@ -15,7 +15,7 @@
provide-ixfr true;\n\
query-source address *;\n\
query-source-v6 address *;\n\
---- bin/named/server.c.orig 2017-12-03 23:45:35 UTC
+--- bin/named/server.c.orig 2017-12-16 01:09:51 UTC
+++ bin/named/server.c
@@ -4067,6 +4067,16 @@ configure_view(dns_view_t *view, dns_vie
}
@@ -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-12-03 23:45:35 UTC
+--- lib/dns/include/dns/view.h.orig 2017-12-16 01:09:51 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-12-03 23:45:35 UTC
+--- lib/dns/resolver.c.orig 2017-12-16 01:09:51 UTC
+++ lib/dns/resolver.c
@@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
}
@@ -66,9 +66,9 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig 2017-12-03 23:45:35 UTC
+--- lib/isccfg/namedconf.c.orig 2017-12-16 01:09:51 UTC
+++ lib/isccfg/namedconf.c
-@@ -1909,6 +1909,8 @@ view_clauses[] = {
+@@ -1912,6 +1912,8 @@ view_clauses[] = {
{ "max-acache-size", &cfg_type_sizenodefault,
CFG_CLAUSEFLAG_OBSOLETE },
{ "max-cache-size", &cfg_type_sizeorpercent, 0 },