From owner-svn-ports-all@freebsd.org Sat Jun 2 23:05:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCF4AFF494D; Sat, 2 Jun 2018 23:05:05 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96B277F94E; Sat, 2 Jun 2018 23:05:05 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 896ABD34B; Sat, 2 Jun 2018 23:05:05 +0000 (UTC) From: Jan Beich To: Joseph Mingrone Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471404 - head/security/vuxml References: <201806022051.w52KpnY1084315@repo.freebsd.org> Date: Sun, 03 Jun 2018 01:05:00 +0200 In-Reply-To: <201806022051.w52KpnY1084315@repo.freebsd.org> (Joseph Mingrone's message of "Sat, 2 Jun 2018 20:51:49 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 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: Sat, 02 Jun 2018 23:05:06 -0000 Joseph Mingrone writes: > Author: jrm > Date: Sat Jun 2 20:51:48 2018 > New Revision: 471404 > URL: https://svnweb.freebsd.org/changeset/ports/471404 > > Log: > security/vuxml: Document devel/git CVEs (2018-11233 and 2018-11235) > > Modified: > head/security/vuxml/vuln.xml > > Modified: head/security/vuxml/vuln.xml > ============================================================================== > --- head/security/vuxml/vuln.xml Sat Jun 2 20:22:16 2018 (r471403) > +++ head/security/vuxml/vuln.xml Sat Jun 2 20:51:48 2018 (r471404) > @@ -58,6 +58,45 @@ Notes: > * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) > --> > > + > + Git -- Fix memory out-of-bounds and remote code execution vulnerabilities (CVE-2018-11233 and CVE-2018-11235) > + > + > + git > + git-lite > + 2.17.1 Did you miss the following? * This release contains the same fixes made in the v2.13.7 version of Git, covering CVE-2018-11233 and 11235, and forward-ported to v2.14.4, v2.15.2 and v2.16.4 releases. See release notes to v2.13.7 for details. For one, I've requested to not backport 2.17.1. https://lists.freebsd.org/pipermail/svn-ports-head/2018-May/178516.html