diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-01-31 11:48:37 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-01-31 11:48:37 +0000 |
commit | 42e5a17c26f479e11213f2bcf045fa049f383e21 (patch) | |
tree | af2a9e34ab7d50f7cb03feb2b180b73ec0525cda /security | |
parent | 823781099db253594c9e5991716a4eb0a2fff278 (diff) | |
download | ports-42e5a17c26f479e11213f2bcf045fa049f383e21.tar.gz ports-42e5a17c26f479e11213f2bcf045fa049f383e21.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/libressl/Makefile | 6 | ||||
-rw-r--r-- | security/libressl/distinfo | 4 | ||||
-rw-r--r-- | security/libressl/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index f5b16111584f..df1815220325 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libressl -PORTVERSION= 2.2.5 +PORTVERSION= 2.2.6 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -22,7 +22,6 @@ CONFLICTS?= openssl-[0-9]* \ libressl-devel-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-silent-rules USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes @@ -39,4 +38,7 @@ post-install-MAN3-off: ${RM} -rf ${STAGEDIR}/${PREFIX}/man/man3 ${REINPLACE_CMD} -e '/^man\/man3/d' ${TMPPLIST} +post-install: + ${RM} -rf ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem + .include <bsd.port.post.mk> diff --git a/security/libressl/distinfo b/security/libressl/distinfo index a05af1335cf7..228e31a2007e 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,2 +1,2 @@ -SHA256 (libressl-2.2.5.tar.gz) = e3caded0469d8dc64f4ca2fe8e499ada4dd014e84d1c5a71818d39e54e6c914b -SIZE (libressl-2.2.5.tar.gz) = 2966527 +SHA256 (libressl-2.2.6.tar.gz) = 1ee19994cffd047d40f63ba149115dba18a681b0cc923beec301bf424b58d64f +SIZE (libressl-2.2.6.tar.gz) = 2965531 diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist index 672332a0778e..31f3d48d6062 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/pkg-plist @@ -1,5 +1,4 @@ bin/openssl -etc/ssl/cert.pem etc/ssl/openssl.cnf etc/ssl/x509v3.cnf include/openssl/aes.h |