git: 23e412b7e245 - main - security/libressl-devel: Update to 3.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Feb 2022 18:59:47 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=23e412b7e245641e22a005534a7a722ab520d95c commit 23e412b7e245641e22a005534a7a722ab520d95c Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-02-25 18:58:49 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-02-25 18:58:49 +0000 security/libressl-devel: Update to 3.5.0 * Note that this requires you to rebuild all apps requiring libssl, libcrypto and libssl * No UPDATING entry, as this is the -devel port --- security/libressl-devel/Makefile | 2 +- security/libressl-devel/distinfo | 6 +++--- security/libressl-devel/pkg-plist | 14 ++++++++------ security/libressl-devel/version.mk | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index 8130b1e24d31..79e1257d80c4 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.2 +PORTVERSION= 3.5.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index f3f0168d2cf5..2db88d94af4f 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638095434 -SHA256 (libressl-3.4.2.tar.gz) = cb82ca7d547336917352fbd23db2fc483c6c44d35157b32780214ec74197b3ce -SIZE (libressl-3.4.2.tar.gz) = 3918441 +TIMESTAMP = 1645813150 +SHA256 (libressl-3.5.0.tar.gz) = f01d4f76191558158a06afbdc2405fefd5b02540a197ab2546c840e06a5c0fb7 +SIZE (libressl-3.5.0.tar.gz) = 4029094 diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist index 21c7f10189a4..edf0e800bb71 100644 --- a/security/libressl-devel/pkg-plist +++ b/security/libressl-devel/pkg-plist @@ -19,6 +19,8 @@ include/openssl/comp.h include/openssl/conf.h include/openssl/conf_api.h include/openssl/crypto.h +include/openssl/ct.h +include/openssl/cterr.h include/openssl/curve25519.h include/openssl/des.h include/openssl/dh.h @@ -79,16 +81,16 @@ include/openssl/x509v3.h include/tls.h lib/libcrypto.a lib/libcrypto.so -lib/libcrypto.so.47 -lib/libcrypto.so.47.0.0 +lib/libcrypto.so.%%OPENSSL_SHLIBVER%% +lib/libcrypto.so.%%OPENSSL_SHLIBVER%%.0.0 lib/libssl.a lib/libssl.so -lib/libssl.so.50 -lib/libssl.so.50.0.0 +lib/libssl.so.52 +lib/libssl.so.52.0.0 lib/libtls.a lib/libtls.so -lib/libtls.so.22 -lib/libtls.so.22.0.0 +lib/libtls.so.24 +lib/libtls.so.24.0.1 libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/libtls.pc diff --git a/security/libressl-devel/version.mk b/security/libressl-devel/version.mk index f771a208dcc1..9168fe951720 100644 --- a/security/libressl-devel/version.mk +++ b/security/libressl-devel/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 47 +OPENSSL_SHLIBVER?= 49