diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-08-12 04:06:03 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-08-12 04:06:03 +0800 |
commit | 394d3ef9add6a8549ee08fb69e3663d1336c34e2 (patch) | |
tree | 8d1e36a716259db6fbcc6469f518fd3b9a607e11 /UPDATING | |
parent | fd9753e00570b979d45a1ac744487b9cc57010a7 (diff) | |
download | freebsd-ports-graphics-394d3ef9add6a8549ee08fb69e3663d1336c34e2.tar.gz freebsd-ports-graphics-394d3ef9add6a8549ee08fb69e3663d1336c34e2.tar.zst freebsd-ports-graphics-394d3ef9add6a8549ee08fb69e3663d1336c34e2.zip |
security/libressl: Update to 2.4.2
- Update to latest stable version 2.4.2
- Add UPDATING entry
- Remove OPENSSL_VERSION_NUMBER patch
- Change post-install targets to post-stage where possible
- Bump libcrypto version in version.mk
PR: 211701
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 |