diff options
| author | Bernard Spil <brnrd@FreeBSD.org> | 2025-05-03 07:40:46 +0000 |
|---|---|---|
| committer | Bernard Spil <brnrd@FreeBSD.org> | 2025-05-03 07:40:46 +0000 |
| commit | fb46f304e5a2548b5782baca5a15052fbf873cc0 (patch) | |
| tree | defd44594608d7a55885e51bde7175b48711447b | |
| parent | 3b42f9993ecc8f7d87681ae1b383eb20e8491ce8 (diff) | |
security/libressl: Update to 4.1.0
NOTE: You must rebuild all ports depending on LibreSSL
| -rw-r--r-- | UPDATING | 17 | ||||
| -rw-r--r-- | security/libressl/Makefile | 15 | ||||
| -rw-r--r-- | security/libressl/distinfo | 6 | ||||
| -rw-r--r-- | security/libressl/version.mk | 2 |
4 files changed, 28 insertions, 12 deletions
@@ -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. +20250503: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 4.1 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. + 20250502: AFFECTS: users of databases/redis AUTHOR: yasu@FreeBSD.org diff --git a/security/libressl/Makefile b/security/libressl/Makefile index c26a1aa52332..35de680209e2 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,6 +1,5 @@ PORTNAME= libressl -PORTVERSION= 4.0.0 -PORTREVISION= 1 +PORTVERSION= 4.1.0 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -50,12 +49,12 @@ LDFLAGS+= -pthread INSTALL_TARGET= install-strip TEST_TARGET= check -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 +PLIST_SUB+= LIBCRYPTO_SHLIBMAJ=56 \ + LIBCRYPTO_SHLIBFULL=56.0.0 \ + LIBSSL_SHLIBMAJ=59 \ + LIBSSL_SHLIBFULL=59.0.1 \ + LIBTLS_SHLIBMAJ=32 \ + LIBTLS_SHLIBFULL=32.0.1 post-patch-MAN3-off: ${REINPLACE_CMD} -e '/^install-man:/s/install-man3//' \ diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 7212ef81f8ca..88dda4d38cdc 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728973273 -SHA256 (libressl-4.0.0.tar.gz) = 4d841955f0acc3dfc71d0e3dd35f283af461222350e26843fea9731c0246a1e4 -SIZE (libressl-4.0.0.tar.gz) = 4259615 +TIMESTAMP = 1746175532 +SHA256 (libressl-4.1.0.tar.gz) = 0f71c16bd34bdaaccdcb96a5d94a4921bfb612ec6e0eba7a80d8854eefd8bb61 +SIZE (libressl-4.1.0.tar.gz) = 9198928 diff --git a/security/libressl/version.mk b/security/libressl/version.mk index c2a37fc2b0bb..a43395b52412 100644 --- a/security/libressl/version.mk +++ b/security/libressl/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 55 +OPENSSL_SHLIBVER?= 56 |
