From owner-svn-ports-all@freebsd.org Sat Apr 29 19:11:04 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 A15C0D5405F; Sat, 29 Apr 2017 19:11:04 +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 84A5DEFB; Sat, 29 Apr 2017 19:11:04 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id AF02645C8; Sat, 29 Apr 2017 19:11:03 +0000 (UTC) From: Jan Beich To: Bernard Spil Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439762 - in head/security/libressl: . files References: <201704291710.v3THA9Yn055925@repo.freebsd.org> Date: Sat, 29 Apr 2017 21:10:58 +0200 In-Reply-To: <201704291710.v3THA9Yn055925@repo.freebsd.org> (Bernard Spil's message of "Sat, 29 Apr 2017 17:10:09 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Sat, 29 Apr 2017 19:11:04 -0000 Bernard Spil writes: > Author: brnrd > Date: Sat Apr 29 17:10:09 2017 > New Revision: 439762 > URL: https://svnweb.freebsd.org/changeset/ports/439762 > > Log: > security/libressl: Fix vulnerability > > Obtained from: OpenBSD > MFH: 2017Q2 > Security: 24673ed7-2bf3-11e7-b291-b499baebfeaf > Security: CVE-2017-8301 Can you bump PORTREVISION in static library consumers? $ git grep -F :security/libressl net/openntpd/Makefile:BUILD_DEPENDS+= ${NONEXISTENT}:security/libressl:stage security/acme-client/Makefile:BUILD_DEPENDS+= ${NONEXISTENT}:security/libressl:stage