1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

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
This commit is contained in:
Bernard Spil 2015-12-08 10:02:19 +00:00
parent c7b59bb551
commit 03de6411d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403263
2 changed files with 4 additions and 6 deletions

View File

@ -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}

View File

@ -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