diff options
-rw-r--r-- | UPDATING | 17 | ||||
-rw-r--r-- | security/libressl/Makefile | 2 | ||||
-rw-r--r-- | security/libressl/distinfo | 6 | ||||
-rw-r--r-- | security/libressl/pkg-plist | 14 | ||||
-rw-r--r-- | security/libressl/pkg-plist-libtls | 4 | ||||
-rw-r--r-- | security/libressl/version.mk | 2 |
6 files changed, 32 insertions, 13 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. +20220925: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 3.5 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. + 20220919: AFFECTS: users of sysutils/schilyutils AUTHOR: fuz@fuz.su diff --git a/security/libressl/Makefile b/security/libressl/Makefile index e88e68d13250..bd62c6386211 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,5 +1,5 @@ PORTNAME= libressl -PORTVERSION= 3.4.3 +PORTVERSION= 3.5.3 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL diff --git a/security/libressl/distinfo b/security/libressl/distinfo index 8666e9ffcfcc..e5ee238c306c 100644 --- a/security/libressl/distinfo +++ b/security/libressl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647457237 -SHA256 (libressl-3.4.3.tar.gz) = ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d -SIZE (libressl-3.4.3.tar.gz) = 3913963 +TIMESTAMP = 1653036708 +SHA256 (libressl-3.5.3.tar.gz) = 3ab5e5eaef69ce20c6b170ee64d785b42235f48f2e62b095fca5d7b6672b8b28 +SIZE (libressl-3.5.3.tar.gz) = 4039561 diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist index 21c7f10189a4..df28628fbba7 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/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.49 +lib/libcrypto.so.49.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.25 +lib/libtls.so.25.0.0 libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/libtls.pc diff --git a/security/libressl/pkg-plist-libtls b/security/libressl/pkg-plist-libtls index 34365549dd2e..f81cd4d3e368 100644 --- a/security/libressl/pkg-plist-libtls +++ b/security/libressl/pkg-plist-libtls @@ -4,8 +4,8 @@ etc/ssl/x509v3.cnf include/tls.h lib/libtls.a lib/libtls.so -lib/libtls.so.22 -lib/libtls.so.22.0.0 +lib/libtls.so.25 +lib/libtls.so.25.0.0 libdata/pkgconfig/libtls.pc %%NC%%man/man1/nc.1.gz @dir etc/ssl/certs diff --git a/security/libressl/version.mk b/security/libressl/version.mk index f771a208dcc1..9168fe951720 100644 --- a/security/libressl/version.mk +++ b/security/libressl/version.mk @@ -1 +1 @@ -OPENSSL_SHLIBVER?= 47 +OPENSSL_SHLIBVER?= 49 |