Date: Tue, 8 Dec 2015 10:02:19 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403263 - head/security/libressl Message-ID: <201512081002.tB8A2JHb028835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512081002.tB8A2JHb028835>