aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2017-04-11 19:01:34 +0000
committerBernard Spil <brnrd@FreeBSD.org>2017-04-11 19:01:34 +0000
commit9dcbcba33f4f7c116634eb53a07cfba15b0a2e75 (patch)
treeb00426601a9b4ed2faf80362245b7a19c5450777 /UPDATING
parentc63632a1c8624872c20b1b9640557bbb5bcfae3c (diff)
downloadports-9dcbcba33f4f7c116634eb53a07cfba15b0a2e75.tar.gz
ports-9dcbcba33f4f7c116634eb53a07cfba15b0a2e75.zip
security/libressl: Update to 2.5.3
- Update to 2.5.3 - Bump shlib versions - Add UPDATING entry for shlib version bumps - Use --enable-nc configure arg - Align with CFLAGS from -devel - Remove commented EXPLICIT_BZERO blurb - Update pkg-plist - Add x25519, drop krb5_asn header - Add ocspcheck binary - Added/removed man-pages
Notes
Notes: svn path=/head/; revision=438307
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index cdc6603dd0d2..c0ddb84e5cb3 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.5 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
+
20170410:
AFFECTS: users of x11-wm/awesome
AUTHOR: garga@FreeBSD.org