aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-06-01 17:27:34 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-06-01 17:27:34 +0000
commit4f84f569f66345ea10c30415e9e88e45cf3b29cf (patch)
tree7fbd1e5b7e0f39bdba0672c20ab1bfea7af99527 /UPDATING
parente9cbe032ab3e2b72e197208790defb8e49e62db7 (diff)
downloadports-4f84f569f66345ea10c30415e9e88e45cf3b29cf.tar.gz
ports-4f84f569f66345ea10c30415e9e88e45cf3b29cf.zip
security/libressl-devel: Update to 2.4.0
- Update to latest "unstable" release - Remove OPENSSL_VERSION_NUMBER patch - Update shlib-versions - Add UPDATING entry
Notes
Notes: svn path=/head/; revision=416252
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING30
1 files changed, 30 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bf2967491ae9..f25f9546aaf9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,36 @@ 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.
+20160601
+ AFFECTS: users of security/libressl-devel
+ AUTHOR: brnrd@FreeBSD.org
+
+ The port has been updated to the latest "unstable" version of LibreSSL.
+ The shared library versions of the libraries have been bumped.
+ With this update, the patch for the OPENSSL_VERSION_NUMBER has been
+ removed. This causes issues with a number of ports. Patches for many of
+ these issues can be found on
+ https://wiki.freebsd.org/OpenSSL/Ports#OPENSSL_VERSION_NUMBER
+
+ After upgrading to 2.4.0, 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-devel
+
+ Then you should rebuild all ports depending on libressl-devel 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-devel
+ Portupgrade users:
+ portupgrade -fr security/libressl-devel
+
+
20160527
AFFECTS: Users of mail/opensmtpd-extras (any of them)
AUTHOR: adamw@FreeBSD.org