diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2022-09-25 11:15:46 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2022-09-25 11:15:46 +0000 |
commit | 2de693838714fb47abc4b9f468ef20e129e31f47 (patch) | |
tree | cf43c8455520c81651c2fbaa7ffbb3f362ea828f /UPDATING | |
parent | 7d437f69b07234e9ad3b12e003a0d29b3232af64 (diff) | |
download | freebsd-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-- | 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. +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 |