aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-05-03 22:09:21 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-05-03 22:09:21 +0000
commit094fd2b8f6b124e3099e3b13fcc51289053d2dd2 (patch)
treeeeb779c6567a7f13cee0e571257100e1d74e55c4 /UPDATING
parentd46f171c65fda2a031c58b2ac6292d870351e481 (diff)
downloadports-094fd2b8f6b124e3099e3b13fcc51289053d2dd2.tar.gz
ports-094fd2b8f6b124e3099e3b13fcc51289053d2dd2.zip
security/libressl: Add UPDATING entry and bump SHLIB in bsd.openssl.mk
- Add UPDATING entry, users must recompile all ports that depend - Bump SHLIBVER in Mk/bsd.openssl.mk PR: 209252
Notes
Notes: svn path=/head/; revision=414564
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING26
1 files changed, 26 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index c38f41400253..26e6100d3d29 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,32 @@ 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.
+20160503:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ LibreSSL 2.3 has removed SSLv3 support completely which leads to issues
+ with a number of ports. Patches for many of these issues can be found
+ on https://wiki.freebsd.org/OpenSSL/No-SSLv3
+
+ After upgrading to 2.3.4, 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
+
20160501:
AFFECTS: Users of mail/dspam
AUTHOR: junovitch@FreeBSD.org