aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2022-09-25 11:15:46 +0000
committerBernard Spil <brnrd@FreeBSD.org>2022-09-25 11:15:46 +0000
commit2de693838714fb47abc4b9f468ef20e129e31f47 (patch)
treecf43c8455520c81651c2fbaa7ffbb3f362ea828f /UPDATING
parent7d437f69b07234e9ad3b12e003a0d29b3232af64 (diff)
downloadports-2de693838714fb47abc4b9f468ef20e129e31f47.tar.gz
ports-2de693838714fb47abc4b9f468ef20e129e31f47.zip
security/libressl: Update to 3.5.3
* Make sure you check https://wiki.freebsd.org/LibreSSL/3.5 and UPDATING
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 875d01d32461..92127b5de62b 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.
+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