aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2015-08-06 19:13:18 +0000
committerBernard Spil <brnrd@FreeBSD.org>2015-08-06 19:13:18 +0000
commit52c173222354c9b0d175304ea3c7a1cbf4c093ac (patch)
tree9ceba4aaf6f8e39dab3277b47c6f5d4026308498 /UPDATING
parentbc0793319eacb472902d793ac7ac409c470d64d7 (diff)
downloadports-52c173222354c9b0d175304ea3c7a1cbf4c093ac.tar.gz
ports-52c173222354c9b0d175304ea3c7a1cbf4c093ac.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)
Notes
Notes: svn path=/head/; revision=393666
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c70222e86807..26ac9a9a8571 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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