diff options
author | brnrd <brnrd@FreeBSD.org> | 2015-08-07 03:13:18 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2015-08-07 03:13:18 +0800 |
commit | eb670e3ac6b86b4e25ac43a20db5e74d24ffb5d5 (patch) | |
tree | 9ceba4aaf6f8e39dab3277b47c6f5d4026308498 /UPDATING | |
parent | b9268ea030abd38c035c0b61c9a95cbc7fe6c3d9 (diff) | |
download | freebsd-ports-gnome-eb670e3ac6b86b4e25ac43a20db5e74d24ffb5d5.tar.gz freebsd-ports-gnome-eb670e3ac6b86b4e25ac43a20db5e74d24ffb5d5.tar.zst freebsd-ports-gnome-eb670e3ac6b86b4e25ac43a20db5e74d24ffb5d5.zip |
security/libressl: Update to 2.2.2
* Bump SHLIB versions of libssl/crypto/tls
* Bump OPENSSL_SHLIBVER in bsd.openssl.mk
* Add UPDATING entry for SHLIB version bump
* Narrow scope of CONFLICTS (portlint)
Changes:
ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.2-relnotes.txt
Differential_revision: D3278
Reviewed by: koobs (mentor), vsevolod (maintainer, mentor)
Approved by: koobs (mentor)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -5,6 +5,28 @@ 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. +20150806: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + After upgrading to 2.2.2, 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 + 20150805: AFFECTS: users of sysutils/tracker AUTHOR: kwm@FreeBSD.org |