aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2017-04-12 03:01:34 +0800
committerbrnrd <brnrd@FreeBSD.org>2017-04-12 03:01:34 +0800
commita4c0d3844146f815b4bc429fd918ccffdfc60f1f (patch)
treeb00426601a9b4ed2faf80362245b7a19c5450777 /UPDATING
parenta452da5731b11618bd8a03a1fb3478dfcf23c5ff (diff)
downloadfreebsd-ports-gnome-a4c0d3844146f815b4bc429fd918ccffdfc60f1f.tar.gz
freebsd-ports-gnome-a4c0d3844146f815b4bc429fd918ccffdfc60f1f.tar.zst
freebsd-ports-gnome-a4c0d3844146f815b4bc429fd918ccffdfc60f1f.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
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