aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind912
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2018-01-17 15:59:45 +0800
committermat <mat@FreeBSD.org>2018-01-17 15:59:45 +0800
commita22855b258063da30cf2b826a739ce89e8c84168 (patch)
treee598f1ec95a00fc552ac7c4efea17616f3303b81 /dns/bind912
parentc52a92eeb9ae1dabb9b03ec7215e0a6d075794e7 (diff)
downloadfreebsd-ports-gnome-a22855b258063da30cf2b826a739ce89e8c84168.tar.gz
freebsd-ports-gnome-a22855b258063da30cf2b826a739ce89e8c84168.tar.zst
freebsd-ports-gnome-a22855b258063da30cf2b826a739ce89e8c84168.zip
Update BIND9* to 9.9.11-P1, 9.10.6-P1, 9.11.2-P1 and 9.12.0rc3
MFH: 2018Q1 Security: CVE-2017-3145 Sponsored by: Absolight
Diffstat (limited to 'dns/bind912')
-rw-r--r--dns/bind912/Makefile4
-rw-r--r--dns/bind912/distinfo6
-rw-r--r--dns/bind912/files/extrapatch-bind-min-override-ttl12
3 files changed, 11 insertions, 11 deletions
diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile
index 20aa34432845..3fb7cd19c466 100644
--- a/dns/bind912/Makefile
+++ b/dns/bind912/Makefile
@@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
PORTREVISION= 0
.else
# dns/bind912 here
-PORTREVISION= 3
+PORTREVISION= 0
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
@@ -30,7 +30,7 @@ LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.12.0rc1
+ISCVERSION= 9.12.0rc3
USES= cpe libedit
diff --git a/dns/bind912/distinfo b/dns/bind912/distinfo
index f846bb5d382d..74df6c1a147d 100644
--- a/dns/bind912/distinfo
+++ b/dns/bind912/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1513610500
-SHA256 (bind-9.12.0rc1.tar.gz) = 523cd296138baaab9e301173873050ebfee833aac5a495cc34da6ccb7dd820d3
-SIZE (bind-9.12.0rc1.tar.gz) = 9282848
+TIMESTAMP = 1516175610
+SHA256 (bind-9.12.0rc3.tar.gz) = 2e9c35e9292fe0ef0dfbd68a4eba5ee4055e4299c0522e623b1dc31fe085d893
+SIZE (bind-9.12.0rc3.tar.gz) = 9288446
diff --git a/dns/bind912/files/extrapatch-bind-min-override-ttl b/dns/bind912/files/extrapatch-bind-min-override-ttl
index d4a2efee305e..38bcd84f023e 100644
--- a/dns/bind912/files/extrapatch-bind-min-override-ttl
+++ b/dns/bind912/files/extrapatch-bind-min-override-ttl
@@ -1,4 +1,4 @@
---- bin/named/config.c.orig 2017-12-06 17:32:49 UTC
+--- bin/named/config.c.orig 2018-01-12 19:49:09 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-06 17:32:49 UTC
+--- bin/named/server.c.orig 2018-01-12 19:49:09 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-06 17:32:49 UTC
+--- lib/dns/include/dns/view.h.orig 2018-01-12 19:49:09 UTC
+++ lib/dns/include/dns/view.h
@@ -145,6 +145,8 @@ struct dns_view {
isc_boolean_t requestnsid;
@@ -45,9 +45,9 @@
dns_ttl_t maxncachettl;
isc_uint32_t nta_lifetime;
isc_uint32_t nta_recheck;
---- lib/dns/resolver.c.orig 2017-12-06 17:32:49 UTC
+--- lib/dns/resolver.c.orig 2018-01-12 19:49:09 UTC
+++ lib/dns/resolver.c
-@@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
+@@ -5758,6 +5758,18 @@ cache_name(fetchctx_t *fctx, dns_name_t
}
/*
@@ -66,7 +66,7 @@
* Enforce the configure maximum cache TTL.
*/
if (rdataset->ttl > res->view->maxcachettl) {
---- lib/isccfg/namedconf.c.orig 2017-12-06 17:32:49 UTC
+--- lib/isccfg/namedconf.c.orig 2018-01-12 19:49:09 UTC
+++ lib/isccfg/namedconf.c
@@ -1909,6 +1909,8 @@ view_clauses[] = {
{ "max-acache-size", &cfg_type_sizenodefault,