aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2015-06-15 17:31:22 +0000
committerBernard Spil <brnrd@FreeBSD.org>2015-06-15 17:31:22 +0000
commite1f2e63252f9e64ee0a51c879b9b1474aadb2903 (patch)
treedaf227d1e0432fd22bb1e1823033edaea7455c7b /UPDATING
parent2a6a9bd5e0735b1b5fa7ee359bde1c58ceb850e8 (diff)
downloadports-e1f2e63252f9e64ee0a51c879b9b1474aadb2903.tar.gz
ports-e1f2e63252f9e64ee0a51c879b9b1474aadb2903.zip
Add rebuild of LibreSSL ports to UPDATING
- security/libressl update to 2.2.0 bumped libcrypto to .33 [1] - Ports linking to libressl will fail on missing libcrypto [1] https://svnweb.freebsd.org/ports?view=revision&revision=389631 Differential revision: D2827 Requested by: blakkheim Reviewed by: koobs Approved by: koobs (mentor) MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=389740
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 37d3c3d93430..c41adbc63d2b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20150615:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ After upgrading libressl, manually update all packages that depend on
+ this library since its version has changed. Normally, you can obtain the
+ list of dependent software by running the following command:
+
+ pkg query -e '%n = libressl' %ro
+
+ Then you should rebuild all ports depending on libressl to avoid dangling
+ shared library dependencies.
+
20150614:
AFFECTS: users of audio/libmusicbrainz5
AUTHOR: jhale@FreeBSD.org