diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-10-20 18:30:23 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-10-20 18:30:23 +0800 |
commit | 9b8c69cb2f8e7c6e0ed3bb19e8eb172392e75303 (patch) | |
tree | 14c18007431a60945275605fddc931d2b5d008ba /UPDATING | |
parent | bb4f2a0211630feb829104585b9585f9a000ad73 (diff) | |
download | freebsd-ports-gnome-9b8c69cb2f8e7c6e0ed3bb19e8eb172392e75303.tar.gz freebsd-ports-gnome-9b8c69cb2f8e7c6e0ed3bb19e8eb172392e75303.tar.zst freebsd-ports-gnome-9b8c69cb2f8e7c6e0ed3bb19e8eb172392e75303.zip |
security/libressl: Update to 2.8.2
- Requires rebuild of all dependent ports
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -5,6 +5,30 @@ 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. +20181020: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 2.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. Poudriere and pkg handle this correctly, + portmaster and portupgrade users can use the following to rebuild all + dependent ports. + + Portmaster users: + portmaster -r libressl + Portupgrade users: + portupgrade -fr security/libressl + 20181018: AFFECTS: users of security/hitch AUTHOR: zi@FreeBSD.org |