Date: Wed, 17 Jan 2018 08:33:29 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459224 - in head/dns/bind9-devel: . files Message-ID: <201801170833.w0H8XThc059525@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Jan 17 08:33:29 2018 New Revision: 459224 URL: https://svnweb.freebsd.org/changeset/ports/459224 Log: Update to latest commit. MFH: 2018Q1 Security: CVE-2017-3145 Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Wed Jan 17 08:06:01 2018 (r459223) +++ head/dns/bind9-devel/Makefile Wed Jan 17 08:33:29 2018 (r459224) @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 2 +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.13.0a0.2018.01.04 -HASH= 9e6b394 +ISCVERSION= 9.13.0a0.2018.01.16 +HASH= 3d2a6c9 USES= cpe libedit Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Wed Jan 17 08:06:01 2018 (r459223) +++ head/dns/bind9-devel/distinfo Wed Jan 17 08:33:29 2018 (r459224) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515412696 -SHA256 (bind9-9e6b394.tar.gz) = 1613e8fd7361f5c7a48f416de7365176355c32d3accf1731e5e151988598d602 -SIZE (bind9-9e6b394.tar.gz) = 11351282 +TIMESTAMP = 1516176609 +SHA256 (bind9-3d2a6c9.tar.gz) = b988bc4397772c210f119e1979b4f41db497dbc281487372b1e1a833a898169b +SIZE (bind9-3d2a6c9.tar.gz) = 11352638 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Wed Jan 17 08:06:01 2018 (r459223) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Wed Jan 17 08:33:29 2018 (r459224) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2017-12-16 01:09:51 UTC +--- bin/named/config.c.orig 2018-01-16 23:45:57 UTC +++ bin/named/config.c @@ -176,12 +176,14 @@ options {\n\ max-recursion-queries 75;\n\ @@ -15,9 +15,9 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2017-12-16 01:09:51 UTC +--- bin/named/server.c.orig 2018-01-16 23:45:57 UTC +++ bin/named/server.c -@@ -4067,6 +4067,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4073,6 +4073,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -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-16 01:09:51 UTC +--- lib/dns/include/dns/view.h.orig 2018-01-16 23:45:57 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-16 01:09:51 UTC +--- lib/dns/resolver.c.orig 2018-01-16 23:45:57 UTC +++ lib/dns/resolver.c -@@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5744,6 +5744,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-16 01:09:51 UTC +--- lib/isccfg/namedconf.c.orig 2018-01-16 23:45:57 UTC +++ lib/isccfg/namedconf.c @@ -1912,6 +1912,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801170833.w0H8XThc059525>