From owner-svn-ports-all@freebsd.org Wed Sep 28 13:02:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5420BECE3F; Wed, 28 Sep 2016 13:02:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D909888; Wed, 28 Sep 2016 13:02:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8SD2RkZ057231; Wed, 28 Sep 2016 13:02:27 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8SD2R70057228; Wed, 28 Sep 2016 13:02:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201609281302.u8SD2R70057228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 28 Sep 2016 13:02:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r422871 - in branches/2016Q3/dns/bind9-devel: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 13:02:28 -0000 Author: mat Date: Wed Sep 28 13:02:27 2016 New Revision: 422871 URL: https://svnweb.freebsd.org/changeset/ports/422871 Log: MFH: r422868 Update to latest commit. Security: CVE-2016-2776 Sponsored by: Absolight Modified: branches/2016Q3/dns/bind9-devel/Makefile branches/2016Q3/dns/bind9-devel/distinfo branches/2016Q3/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/dns/bind9-devel/Makefile ============================================================================== --- branches/2016Q3/dns/bind9-devel/Makefile Wed Sep 28 12:55:28 2016 (r422870) +++ branches/2016Q3/dns/bind9-devel/Makefile Wed Sep 28 13:02:27 2016 (r422871) @@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= MPL # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.12.0a.2016.07.14 -HASH= 203b693 +ISCVERSION= 9.12.0a.2016.09.27 +HASH= e9917a5 MAKE_JOBS_UNSAFE= yes Modified: branches/2016Q3/dns/bind9-devel/distinfo ============================================================================== --- branches/2016Q3/dns/bind9-devel/distinfo Wed Sep 28 12:55:28 2016 (r422870) +++ branches/2016Q3/dns/bind9-devel/distinfo Wed Sep 28 13:02:27 2016 (r422871) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468926927 -SHA256 (bind9-203b693.tar.gz) = 1702e2e597c88234c319b2ab83a286e28e6e58e23790858d0165dee6de1f5957 -SIZE (bind9-203b693.tar.gz) = 11763050 +TIMESTAMP = 1475066593 +SHA256 (bind9-e9917a5.tar.gz) = 1f94fa4f291b4a1b6774730d3c6fd92d484b9658cc6f76e6dce63e5e3bfb6769 +SIZE (bind9-e9917a5.tar.gz) = 11799940 Modified: branches/2016Q3/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2016Q3/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Wed Sep 28 12:55:28 2016 (r422870) +++ branches/2016Q3/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Wed Sep 28 13:02:27 2016 (r422871) @@ -1,4 +1,4 @@ ---- bin/named/config.c.orig 2016-07-14 05:13:57 UTC +--- bin/named/config.c.orig 2016-09-28 03:45:58 UTC +++ bin/named/config.c @@ -151,6 +151,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 2016-07-14 05:13:57 UTC +--- bin/named/server.c.orig 2016-09-28 03:45:58 UTC +++ bin/named/server.c -@@ -3549,6 +3549,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3638,6 +3638,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 2016-07-14 05:13:57 UTC +--- lib/dns/include/dns/view.h.orig 2016-09-28 03:45:58 UTC +++ lib/dns/include/dns/view.h @@ -145,6 +145,8 @@ struct dns_view { isc_boolean_t requestnsid; @@ -39,7 +39,7 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2016-07-14 05:13:57 UTC +--- lib/dns/resolver.c.orig 2016-09-28 03:45:58 UTC +++ lib/dns/resolver.c @@ -5431,6 +5431,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 2016-07-14 05:13:57 UTC +--- lib/isccfg/namedconf.c.orig 2016-09-28 03:45:58 UTC +++ lib/isccfg/namedconf.c @@ -1707,6 +1707,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },