diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2021-11-28 11:50:25 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2021-11-28 11:53:20 +0000 |
commit | cb920e9fdedfef5eb1859e1edc22453f2761f626 (patch) | |
tree | c256b7c6e809cd36ebdd76884623d6ae0c8d1c0f | |
parent | 4cc1225fc59584a555d7fdc99320075fe085ce47 (diff) | |
download | ports-cb920e9fdedfef5eb1859e1edc22453f2761f626.tar.gz ports-cb920e9fdedfef5eb1859e1edc22453f2761f626.zip |
security/libressl-devel: Update to 3.4.2
-rw-r--r-- | security/libressl-devel/Makefile | 9 | ||||
-rw-r--r-- | security/libressl-devel/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index b88b9c8d7eba..8130b1e24d31 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Bernard Spil <brnrd@FreeBSD.org> PORTNAME= libressl -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel @@ -26,8 +26,9 @@ LIBTLS_DESC= Only install libtls (no libcrypto/libssl) MAN3_DESC= Install API manpages (section 3) NC_DESC= Install TLS-enabled netcat -CONFLICTS_INSTALL= libressl libretls -default_CONFLICTS_INSTALL= openssl openssl-devel +CONFLICTS_INSTALL= libressl \ + libretls +default_CONFLICTS_INSTALL= openssl .if ${FLAVOR:U} == default OPTIONS_EXCLUDE= LIBTLS @@ -58,7 +59,7 @@ post-install: ${RM} -r ${STAGEDIR}/${PREFIX}/etc/ssl/cert.pem post-stage-MAN3-on: - (cd ${STAGEDIR}${MANPREFIX}; find man/man3 -not -type d | \ + (cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \ ${SED} 's/$$/.gz/' >> ${TMPPLIST}) .include <bsd.port.mk> diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index 6bebf8988e70..f3f0168d2cf5 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634377226 -SHA256 (libressl-3.4.1.tar.gz) = 107ceae6ca800e81cb563584c16afa36d6c7138fade94a2b3e9da65456f7c61c -SIZE (libressl-3.4.1.tar.gz) = 3917346 +TIMESTAMP = 1638095434 +SHA256 (libressl-3.4.2.tar.gz) = cb82ca7d547336917352fbd23db2fc483c6c44d35157b32780214ec74197b3ce +SIZE (libressl-3.4.2.tar.gz) = 3918441 |