From owner-svn-ports-branches@freebsd.org Tue May 2 14:31:55 2017 Return-Path: Delivered-To: svn-ports-branches@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 6EEE3D5A8CF; Tue, 2 May 2017 14:31:55 +0000 (UTC) (envelope-from brnrd@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 3DD0C1AE5; Tue, 2 May 2017 14:31:55 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v42EVsMV001819; Tue, 2 May 2017 14:31:54 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v42EVs1w001818; Tue, 2 May 2017 14:31:54 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201705021431.v42EVs1w001818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 2 May 2017 14:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r439948 - in branches/2017Q2/security: libressl libressl-devel libressl-devel/files libressl/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-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 14:31:55 -0000 Author: brnrd Date: Tue May 2 14:31:53 2017 New Revision: 439948 URL: https://svnweb.freebsd.org/changeset/ports/439948 Log: security/libressl: Revert previous commit - Big fail on my part, required revert - Version 2.4.5 not vulnerable to CVE-2017-8301 PR: 218988 219005 Reported by: Xavier Garcia Reported by: Fabian Keil Approved by: ports-secteam (broken quarterly blanket) Deleted: branches/2017Q2/security/libressl-devel/files/patch-CVE-2017-8301 branches/2017Q2/security/libressl/files/patch-CVE-2017-8301 Modified: branches/2017Q2/security/libressl-devel/Makefile branches/2017Q2/security/libressl/Makefile Modified: branches/2017Q2/security/libressl-devel/Makefile ============================================================================== --- branches/2017Q2/security/libressl-devel/Makefile Tue May 2 14:26:06 2017 (r439947) +++ branches/2017Q2/security/libressl-devel/Makefile Tue May 2 14:31:53 2017 (r439948) @@ -3,7 +3,6 @@ PORTNAME= libressl PORTVERSION= 2.5.2 -PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel Modified: branches/2017Q2/security/libressl/Makefile ============================================================================== --- branches/2017Q2/security/libressl/Makefile Tue May 2 14:26:06 2017 (r439947) +++ branches/2017Q2/security/libressl/Makefile Tue May 2 14:31:53 2017 (r439948) @@ -3,7 +3,6 @@ PORTNAME= libressl PORTVERSION= 2.4.5 -PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL