From owner-svn-ports-all@freebsd.org Tue Dec 8 10:02:20 2015 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 EA44F9D447F; Tue, 8 Dec 2015 10:02:20 +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 9FDBD10AE; Tue, 8 Dec 2015 10:02:20 +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 tB8A2JIa028837; Tue, 8 Dec 2015 10:02:19 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB8A2JHb028835; Tue, 8 Dec 2015 10:02:19 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201512081002.tB8A2JHb028835@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 8 Dec 2015 10:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403263 - head/security/libressl X-SVN-Group: ports-head 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.20 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: Tue, 08 Dec 2015 10:02:21 -0000 Author: brnrd Date: Tue Dec 8 10:02:19 2015 New Revision: 403263 URL: https://svnweb.freebsd.org/changeset/ports/403263 Log: security/libressl: Update to 2.2.5 - Version 2.2.5 addresses CVE-2015-2394 - Refactor regression-test target to TEST_TARGET - Add LibreSSL < 2.2.5/2.3.1_1 vuxml entry Reviewed by: koobs (mentor), feld (ports-secteam), delphij (ports-secteam) Approved by: koobs (mentor), delphij (ports-secteam) Security: 215e740e-9c56-11e5-90e7-b499baebfeaf MFH: 2015Q4 Differential Revision: https://reviews.freebsd.org/D4393 Modified: head/security/libressl/Makefile head/security/libressl/distinfo Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Tue Dec 8 10:01:50 2015 (r403262) +++ head/security/libressl/Makefile Tue Dec 8 10:02:19 2015 (r403263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.5 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -27,6 +27,7 @@ USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip +TEST_TARGET= check .include @@ -34,9 +35,6 @@ INSTALL_TARGET= install-strip CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .endif -regression-test: build - cd ${WRKSRC} && ${MAKE} check - post-install-MAN3-off: ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} Modified: head/security/libressl/distinfo ============================================================================== --- head/security/libressl/distinfo Tue Dec 8 10:01:50 2015 (r403262) +++ head/security/libressl/distinfo Tue Dec 8 10:02:19 2015 (r403263) @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.4.tar.gz) = 6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e -SIZE (libressl-2.2.4.tar.gz) = 2966157 +SHA256 (libressl-2.2.5.tar.gz) = e3caded0469d8dc64f4ca2fe8e499ada4dd014e84d1c5a71818d39e54e6c914b +SIZE (libressl-2.2.5.tar.gz) = 2966527