diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-08-11 20:06:03 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-08-11 20:06:03 +0000 |
commit | 5ba5cd7eecd8472c19f22247e00e4e65566471b6 (patch) | |
tree | 8d1e36a716259db6fbcc6469f518fd3b9a607e11 /UPDATING | |
parent | c0f0b272e97ce9e2b6ed576c01ccc64abd8fbd73 (diff) | |
download | ports-5ba5cd7eecd8472c19f22247e00e4e65566471b6.tar.gz ports-5ba5cd7eecd8472c19f22247e00e4e65566471b6.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -6,6 +6,34 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20160811: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + The port has been updated to the latest stable version 2.4 of LibreSSL. + The shared library versions of the libraries have been bumped. + With this update, the patch for the OPENSSL_VERSION_NUMBER has been + removed. This causes issues with a number of ports. Patches for all + ports for which this issues is known can be found on + https://wiki.freebsd.org/LibreSSL/Ports#OPENSSL_VERSION_NUMBER + + 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 + +20160811: AFFECTS: users of databases/postgresqlNN-server with ICU patch AUTHOR: girgen@FreeBSD.org |