From owner-svn-ports-all@freebsd.org Thu Jan 12 08:16:48 2017 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 47B94CAA0D7; Thu, 12 Jan 2017 08:16:48 +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 09EEE1B7A; Thu, 12 Jan 2017 08:16:47 +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 v0C8Gltl044965; Thu, 12 Jan 2017 08:16:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0C8GkwS044960; Thu, 12 Jan 2017 08:16:46 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201701120816.v0C8GkwS044960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 12 Jan 2017 08:16:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r431234 - in branches/2017Q1/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: Thu, 12 Jan 2017 08:16:48 -0000 Author: mat Date: Thu Jan 12 08:16:46 2017 New Revision: 431234 URL: https://svnweb.freebsd.org/changeset/ports/431234 Log: MFH: r431232 Update to latest commit. Security: CVE-2016-9131 CVE-2016-9147 CVE-2016-9444 CVE-2016-9778 Sponsored by: Absolight Modified: branches/2017Q1/dns/bind9-devel/Makefile branches/2017Q1/dns/bind9-devel/distinfo branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl branches/2017Q1/dns/bind9-devel/files/patch-configure Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/dns/bind9-devel/Makefile ============================================================================== --- branches/2017Q1/dns/bind9-devel/Makefile Thu Jan 12 08:15:41 2017 (r431233) +++ branches/2017Q1/dns/bind9-devel/Makefile Thu Jan 12 08:16:46 2017 (r431234) @@ -30,8 +30,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.12.28 -HASH= eff07b5 +ISCVERSION= 9.12.0a.2017.01.12 +HASH= d2e1b47 USES= cpe libedit Modified: branches/2017Q1/dns/bind9-devel/distinfo ============================================================================== --- branches/2017Q1/dns/bind9-devel/distinfo Thu Jan 12 08:15:41 2017 (r431233) +++ branches/2017Q1/dns/bind9-devel/distinfo Thu Jan 12 08:16:46 2017 (r431234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483349274 -SHA256 (bind9-eff07b5.tar.gz) = 50dc288d3d4e576bdae6cd2e14d5146712230983e2e856354a39dd5fc8941298 -SIZE (bind9-eff07b5.tar.gz) = 11811939 +TIMESTAMP = 1484208237 +SHA256 (bind9-d2e1b47.tar.gz) = 8945ede00fd1adf336ee0c92149f195d4dd3a6364422721a8ebfa4047cc7fb55 +SIZE (bind9-d2e1b47.tar.gz) = 11845654 Modified: branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Thu Jan 12 08:15:41 2017 (r431233) +++ branches/2017Q1/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Thu Jan 12 08:16:46 2017 (r431234) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2016-12-04 23:46:43 UTC +--- bin/named/config.c.orig 2017-01-12 03:25:45 UTC +++ bin/named/config.c -@@ -154,6 +154,8 @@ options {\n\ +@@ -158,6 +158,8 @@ options {\n\ lame-ttl 600;\n\ servfail-ttl 1;\n\ max-ncache-ttl 10800; /* 3 hours */\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-12-04 23:46:43 UTC +--- bin/named/server.c.orig 2017-01-12 03:25:45 UTC +++ bin/named/server.c -@@ -3638,6 +3638,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -3635,6 +3635,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-12-04 23:46:43 UTC +--- lib/dns/include/dns/view.h.orig 2017-01-12 03:25:45 UTC +++ lib/dns/include/dns/view.h @@ -146,6 +146,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 2016-12-04 23:46:43 UTC +--- lib/dns/resolver.c.orig 2017-01-12 03:25:45 UTC +++ lib/dns/resolver.c -@@ -5433,6 +5433,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5462,6 +5462,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -60,9 +60,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) ---- lib/isccfg/namedconf.c.orig 2016-12-04 23:46:43 UTC +--- lib/isccfg/namedconf.c.orig 2017-01-12 03:25:45 UTC +++ lib/isccfg/namedconf.c -@@ -1760,6 +1760,8 @@ view_clauses[] = { +@@ -1782,6 +1782,8 @@ view_clauses[] = { { "nosit-udp-size", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "max-acache-size", &cfg_type_sizenodefault, 0 }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: branches/2017Q1/dns/bind9-devel/files/patch-configure ============================================================================== --- branches/2017Q1/dns/bind9-devel/files/patch-configure Thu Jan 12 08:15:41 2017 (r431233) +++ branches/2017Q1/dns/bind9-devel/files/patch-configure Thu Jan 12 08:16:46 2017 (r431234) @@ -1,6 +1,6 @@ ---- configure.orig 2016-12-04 23:46:43 UTC +--- configure.orig 2017-01-12 03:25:45 UTC +++ configure -@@ -14385,27 +14385,9 @@ done +@@ -14389,27 +14389,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14448,47 +14430,7 @@ $as_echo "no" >&6; } ;; +@@ -14452,47 +14434,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22648,7 +22590,7 @@ $as_echo "" >&6; } +@@ -22654,7 +22596,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).