diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-28 19:46:57 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-28 19:46:57 +0000 |
commit | 85d08c6ff02bbb4c2bc333efb51ab0154a14d6d9 (patch) | |
tree | 01f6f5b96252046333281ca176ea70de8f2e3216 /UPDATING | |
parent | 8fd586dfb1f9eb9071fe0a7426e09955627cb0c5 (diff) |
security/libressl: Update to 2.7.2
- Most important ports are compatible, see
https://wiki.freebsd.org/LibreSSL/2.7 for more info
Notes
Notes:
svn path=/head/; revision=468572
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. +20180428: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 2.7 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 + 20180427: AFFECTS: users of sysutils/zrepl AUTHOR: woodsb02@FreeBSD.org |