aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-11-07 15:30:52 +0000
committerBernard Spil <brnrd@FreeBSD.org>2017-11-07 15:30:52 +0000
commit1a7dfd5fc932da1c29b3aeec3d54d7d743b6e595 (patch)
tree8218972e74a9e382f885881cc9281eac7a3e19da /UPDATING
parent9f4fbaaf59e8c084fbeef93021551fb7882f242e (diff)
downloadports-1a7dfd5fc932da1c29b3aeec3d54d7d743b6e595.tar.gz
ports-1a7dfd5fc932da1c29b3aeec3d54d7d743b6e595.zip
security/libressl: Update to 2.6.3
- Align with security/libressl-devel - Switch to using new install-man5 target for MAN3 option - Add UPDATING entry
Notes
Notes: svn path=/head/; revision=453663
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9203d252a1d8..9e5a70f749c1 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.
+20170411:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ The port has been updated to the latest stable version 2.6 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
+
20171105
AFFECTS: users of www/mod_auth_cas
AUTHOR: brnrd@FreeBSD.org