diff options
author | brnrd <brnrd@FreeBSD.org> | 2015-10-16 15:13:03 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2015-10-16 15:13:03 +0800 |
commit | 871269f3ef532e12388b4d8c4f4e0990fbc47ae7 (patch) | |
tree | e5c9274f48b5490cb8b8581b6f5990a103b70290 /security | |
parent | 4f03c620ca76c7693b256865fd17bd950306bc30 (diff) | |
download | freebsd-ports-gnome-871269f3ef532e12388b4d8c4f4e0990fbc47ae7.tar.gz freebsd-ports-gnome-871269f3ef532e12388b4d8c4f4e0990fbc47ae7.tar.zst freebsd-ports-gnome-871269f3ef532e12388b4d8c4f4e0990fbc47ae7.zip |
security/libressl: Fix memory leak and buffer overflow DoS vulnerability
* Update to 2.2.4 (fixing vulnerabilities)
* Create vuxml entry
Differential Revision: https://reviews.freebsd.org/D3916
Submitted by: Bernard Spil <brnrd@freebsd.org>
Reviewed by: delphij
Approved by: delphij (secteam)
MFC after: 2015Q4
Security: e75a96df-73ca-11e5-9b45-b499baebfeaf
Security: CVE-2015-5333, CVE-2015-5334
Diffstat (limited to 'security')
-rw-r--r-- | security/libressl/Makefile | 13 | ||||
-rw-r--r-- | security/libressl/distinfo | 4 | ||||
-rw-r--r-- | security/libressl/pkg-plist | 1 |
3 files changed, 13 insertions, 5 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index d87532b79432..956fe3496e75 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -14,7 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING CPE_VENDOR= openbsd -CONFLICTS?= openssl-[0-9]* +OPTIONS_DEFINE= MAN3 +OPTIONS_DEFAULT= MAN3 +MAN3_DESC= Install API manpages (section 3) + +CONFLICTS?= openssl-[0-9]* \ + libressl-devel-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-silent-rules @@ -32,4 +37,8 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} regression-test: build cd ${WRKSRC} && ${MAKE} check +post-install-MAN3-off: + ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 + ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} + .include <bsd.port.post.mk> diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 7a3729295528..6962a70b075a 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.3.tar.gz) = a1ccc21adf91d60e99246031b99c930c9af5e1b1b5a61b1bec87beef6f16d882 -SIZE (libressl-2.2.3.tar.gz) = 2967547 +SHA256 (libressl-2.2.4.tar.gz) = 6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e +SIZE (libressl-2.2.4.tar.gz) = 2966157 diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist index 918da6ac58f0..672332a0778e 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/pkg-plist @@ -38,7 +38,6 @@ include/openssl/krb5_asn.h include/openssl/lhash.h include/openssl/md4.h include/openssl/md5.h -include/openssl/mdc2.h include/openssl/modes.h include/openssl/obj_mac.h include/openssl/objects.h |