From owner-svn-ports-all@freebsd.org Thu Apr 6 13:38: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 BC108D312B7; Thu, 6 Apr 2017 13:38:48 +0000 (UTC) (envelope-from junovitch@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 9CFEF636; Thu, 6 Apr 2017 13:38:48 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from 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 did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 83D975055; Thu, 6 Apr 2017 13:38:47 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Thu, 6 Apr 2017 13:38:40 +0000 From: Jason Unovitch To: Adam Weinberger Cc: Bernard Spil , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r437790 - head/security/vuxml Message-ID: <20170406133840.GA9711@FreeBSD.org> References: <201704051434.v35EYFBe007232@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) 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, 06 Apr 2017 13:38:48 -0000 On Thu, Apr 06, 2017 at 07:00:01AM -0600, Adam Weinberger wrote: > > On 5 Apr, 2017, at 8:34, Bernard Spil wrote: > > > > Author: brnrd > > Date: Wed Apr 5 14:34:15 2017 > > New Revision: 437790 > > URL: https://svnweb.freebsd.org/changeset/ports/437790 > > > > Log: > > security/vuxml: Document curl vulnerability > > > > Modified: > > head/security/vuxml/vuln.xml > > > > Modified: head/security/vuxml/vuln.xml > > ============================================================================== > > --- head/security/vuxml/vuln.xml Wed Apr 5 14:24:09 2017 (r437789) > > +++ head/security/vuxml/vuln.xml Wed Apr 5 14:34:15 2017 (r437790) > > @@ -58,6 +58,39 @@ Notes: > > * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) > > --> > > > > + > > + -- > > + > > + > > + curl > > + 6.57.54.0 > > The port wasn't updated to 7.54.0, the CVE patch was added to 7.53.1. Shouldn't it be 7.53.1_1? Currently, our patched port is listed as still being vulnerable. > Fixed in r437865.