aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2023-11-04 11:40:19 +0000
committerBernard Spil <brnrd@FreeBSD.org>2023-11-04 12:58:26 +0000
commit5868083c8014853ac26a2b3aab56eb4a2e2fbb81 (patch)
tree6f54e7517f358592eceea5eda3e314d08e2ad698 /UPDATING
parent94f072a9e271234b71dbb8189293fcb1d6bb0d40 (diff)
downloadports-5868083c8014853ac26a2b3aab56eb4a2e2fbb81.tar.gz
ports-5868083c8014853ac26a2b3aab56eb4a2e2fbb81.zip
security/libressl: Update to 3.8.2
* Major upgrade, rebuild all dependent ports
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index f13f5558d22c..c76d26199984 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.
+20231104:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ The port has been updated to the latest stable version 3.8 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.
+
20231031:
AFFECTS: users of devel/subversion-lts
AUTHOR: michaelo@FreeBSD.org