aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2019-04-22 19:44:57 +0000
committerBernard Spil <brnrd@FreeBSD.org>2019-04-22 19:44:57 +0000
commit8528cb14e0e3ff42b67a1afcb54ce46e7cacd130 (patch)
treece56c282a03bbd909a2ce24f1d395037ce9a14fe /UPDATING
parentf9630035500101f731b5828d9486213eba62497a (diff)
downloadports-8528cb14e0e3ff42b67a1afcb54ce46e7cacd130.tar.gz
ports-8528cb14e0e3ff42b67a1afcb54ce46e7cacd130.zip
security/libressl: Update to 2.9.1
- Requires a rebuild of all dependent ports
Notes
Notes: svn path=/head/; revision=499667
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 78790214b7da..16865b2e8530 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20190422:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ The port has been updated to the latest stable version 2.9 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
+
20190421:
AFFECTS: users of databases/cego
AUTHOR: pi@FreeBSD.org