aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2021-11-09 08:19:33 +0000
committerBernard Spil <brnrd@FreeBSD.org>2021-11-09 08:19:33 +0000
commit5c5878b7d1245eabed6efe79cb1527d1e68afb9d (patch)
treec25f0cdf0be4658fd68c2a2cb4ba2dd8ab23cb07 /UPDATING
parenta44dd394ce8161efd5bb8e6294b8bb0375a709e8 (diff)
downloadports-5c5878b7d1245eabed6efe79cb1527d1e68afb9d.tar.gz
ports-5c5878b7d1245eabed6efe79cb1527d1e68afb9d.zip
security/libressl: Upgrade to 3.4.1
* Includes TLS 1.3 capability
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b1e71b0ac5a7..49fd668fe61a 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.
+20211109:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ The port has been updated to the latest stable version 3.4 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.
+
20211107:
AFFECTS: users of sysutils/devcpu-data
AUTHOR: jrm@FreeBSD.org