diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2024-05-13 10:19:48 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2024-05-13 10:19:48 +0000 |
commit | 3a22668ee7b217f56fca5bbeda4c5df7b2afd34f (patch) | |
tree | ce4d2510d7add32be89dc0f067b02396d14d5031 /UPDATING | |
parent | ce8b00a5c13b0a92fd5e81e88eea66c37213f5e4 (diff) | |
download | ports-3a22668ee7b217f56fca5bbeda4c5df7b2afd34f.tar.gz ports-3a22668ee7b217f56fca5bbeda4c5df7b2afd34f.zip |
security/libressl: Update to 3.9.2
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 17 |
1 files changed, 17 insertions, 0 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. +20240513: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 3.9 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. + 20240509: AFFECTS: databases/timescaledb AUTHOR: kbowling@FreeBSD.org |