Date: Sat, 19 Oct 2024 15:25:13 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 928370d52b78 - main - security/libressl: Update to 4.0.0 Message-ID: <202410191525.49JFPDHW043739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=928370d52b789a79f802201a477d54f22492e57f commit 928370d52b789a79f802201a477d54f22492e57f Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-10-19 15:24:10 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-10-19 15:24:10 +0000 security/libressl: Update to 4.0.0 * Bumps major SHLIBVER --- UPDATING | 17 +++++++++++++++++ security/libressl/Makefile | 17 ++++++++--------- security/libressl/distinfo | 6 +++--- security/libressl/pkg-plist | 6 ------ 4 files changed, 28 insertions(+), 18 deletions(-) diff --git a/UPDATING b/UPDATING index 2ef7aa8403fc..654de4d90d5d 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,23 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20241019: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 4.0 of LibreSSL. + The shared library versions of the libraries have been bumped. + + After upgrading, manually update all packages that depend on any of the + libraries provided by LibreSSL (libssl, libcrypto and libtls) since the + versions of these libraries have changed. Normally, you can obtain the + list of dependent software by running the following command: + + # pkg info -r libressl + + Then you should rebuild all ports depending on libressl to avoid dangling + shared library dependencies. + 20241004: AFFECTS: users of www/c-icap AUTHOR: rodrigo@FreeBSD.org diff --git a/security/libressl/Makefile b/security/libressl/Makefile index ec06e07a521a..6ec46601729c 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,6 +1,5 @@ PORTNAME= libressl -PORTVERSION= 3.9.2 -PORTREVISION= 1 +PORTVERSION= 4.0.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -27,7 +26,7 @@ NC_DESC= Install TLS-enabled netcat CONFLICTS_INSTALL= libressl-devel libtls_CONFLICTS_INSTALL= libretls -default_CONFLICTS_INSTALL= openssl openssl111 openssl3[12] openssl-quictls +default_CONFLICTS_INSTALL= openssl openssl111 openssl3* openssl-quictls .if ${FLAVOR:U} == default OPTIONS_EXCLUDE= LIBTLS @@ -50,12 +49,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/distinfo b/security/libressl/distinfo index 8ffa5f973c11..7212ef81f8ca 100644 --- a/security/libressl/distinfo +++ b/security/libressl/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/pkg-plist b/security/libressl/pkg-plist index e6953d72280e..c73e0cb9c35a 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410191525.49JFPDHW043739>