aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2024-05-13 10:19:48 +0000
committerBernard Spil <brnrd@FreeBSD.org>2024-05-13 10:19:48 +0000
commit3a22668ee7b217f56fca5bbeda4c5df7b2afd34f (patch)
treece4d2510d7add32be89dc0f067b02396d14d5031 /UPDATING
parentce8b00a5c13b0a92fd5e81e88eea66c37213f5e4 (diff)
downloadports-3a22668ee7b217f56fca5bbeda4c5df7b2afd34f.tar.gz
ports-3a22668ee7b217f56fca5bbeda4c5df7b2afd34f.zip
security/libressl: Update to 3.9.2
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ba683bb4ab34..a4a9e3f7615e 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.
+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