git: 1c60c1a4cc45 - main - security/libressl-devel: Update to 4.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Oct 2024 06:59:32 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c60c1a4cc45f408a186d7717374dc45f6e86eb9 commit 1c60c1a4cc45f408a186d7717374dc45f6e86eb9 Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-10-16 06:59:27 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-10-16 06:59:27 +0000 security/libressl-devel: Update to 4.0.0 --- .../{patch-bdb18 => patch-apr-util-1.6.3_build_dbm.m4} | 0 security/libressl-devel/Makefile | 14 +++++++------- security/libressl-devel/distinfo | 6 +++--- security/libressl-devel/pkg-plist | 6 ------ security/libressl-devel/version.mk | 2 +- 5 files changed, 11 insertions(+), 17 deletions(-) diff --git a/devel/apr1/files/patch-bdb18 b/devel/apr1/files/patch-apr-util-1.6.3_build_dbm.m4 similarity index 100% rename from devel/apr1/files/patch-bdb18 rename to devel/apr1/files/patch-apr-util-1.6.3_build_dbm.m4 diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index ef3c12ab5a6e..a5291efc1863 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= libressl -PORTVERSION= 3.9.2 +PORTVERSION= 4.0.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL PKGNAMESUFFIX= -devel @@ -50,12 +50,12 @@ LDFLAGS+= -pthread INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=53 \ - LIBCRYPTO_SHLIBFULL=53.0.0 \ - LIBSSL_SHLIBMAJ=56 \ - LIBSSL_SHLIBFULL=56.0.0 \ - LIBTLS_SHLIBMAJ=29 \ - LIBTLS_SHLIBFULL=29.0.0 +PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=55 \ + LIBCRYPTO_SHLIBFULL=55.0.0 \ + LIBSSL_SHLIBMAJ=58 \ + LIBSSL_SHLIBFULL=58.0.0 \ + LIBTLS_SHLIBMAJ=31 \ + LIBTLS_SHLIBFULL=31.0.0 post-patch-MAN3-off: ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ diff --git a/security/libressl-devel/distinfo b/security/libressl-devel/distinfo index 8ffa5f973c11..7212ef81f8ca 100644 --- a/security/libressl-devel/distinfo +++ b/security/libressl-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715594027 -SHA256 (libressl-3.9.2.tar.gz) = 7b031dac64a59eb6ee3304f7ffb75dad33ab8c9d279c847f92c89fb846068f97 -SIZE (libressl-3.9.2.tar.gz) = 4353829 +TIMESTAMP = 1728973273 +SHA256 (libressl-4.0.0.tar.gz) = 4d841955f0acc3dfc71d0e3dd35f283af461222350e26843fea9731c0246a1e4 +SIZE (libressl-4.0.0.tar.gz) = 4259615 diff --git a/security/libressl-devel/pkg-plist b/security/libressl-devel/pkg-plist index e6953d72280e..c73e0cb9c35a 100644 --- a/security/libressl-devel/pkg-plist +++ b/security/libressl-devel/pkg-plist @@ -18,7 +18,6 @@ include/openssl/cmac.h include/openssl/cms.h include/openssl/comp.h include/openssl/conf.h -include/openssl/conf_api.h include/openssl/crypto.h include/openssl/ct.h include/openssl/curve25519.h @@ -48,7 +47,6 @@ include/openssl/opensslfeatures.h include/openssl/opensslv.h include/openssl/ossl_typ.h include/openssl/pem.h -include/openssl/pem2.h include/openssl/pkcs12.h include/openssl/pkcs7.h include/openssl/poly1305.h @@ -64,16 +62,12 @@ include/openssl/sm3.h include/openssl/sm4.h include/openssl/srtp.h include/openssl/ssl.h -include/openssl/ssl2.h -include/openssl/ssl23.h include/openssl/ssl3.h include/openssl/stack.h include/openssl/tls1.h include/openssl/ts.h include/openssl/txt_db.h include/openssl/ui.h -include/openssl/ui_compat.h -include/openssl/whrlpool.h include/openssl/x509.h include/openssl/x509_vfy.h include/openssl/x509v3.h diff --git a/security/libressl-devel/version.mk b/security/libressl-devel/version.mk index d967dc772682..c2a37fc2b0bb 100644 --- a/security/libressl-devel/version.mk +++ b/security/libressl-devel/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 53 +OPENSSL_SHLIBVER?= 55