diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2021-11-09 08:19:33 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2021-11-09 08:19:33 +0000 |
commit | 5c5878b7d1245eabed6efe79cb1527d1e68afb9d (patch) | |
tree | c25f0cdf0be4658fd68c2a2cb4ba2dd8ab23cb07 /UPDATING | |
parent | emulators/wine-devel: Configure with pcap and pthread (diff) |
security/libressl: Upgrade to 3.4.1
* Includes TLS 1.3 capability
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. +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 |