aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2015-03-04 16:25:42 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2015-03-04 16:25:42 +0000
commit311077a307211d692bdd78d42b306e686fd7b57a (patch)
tree8e8e7020714c67e14e14efb882d40068dfd42758 /UPDATING
parenta7debe29d20d1b2b1da403c4d7f18daf9043aae4 (diff)
downloadports-311077a307211d692bdd78d42b306e686fd7b57a.tar.gz
ports-311077a307211d692bdd78d42b306e686fd7b57a.zip
Add UPDATING entry for security/libressl
Discussed with: Bernard Spil
Notes
Notes: svn path=/head/; revision=380445
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 803d28b6f92a..19e0788502c4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20150304:
+ AFFECTS: users of security/libressl
+ AUTHOR: vsevolod@highsecure.ru
+
+ After upgrading of libressl you should manually update all packages that
+ depending on this library since its version has been changed. Normally,
+ you could 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.
+
20150301:
AFFECTS: users of lang/ruby20
AUTHOR: swills@FreeBSD.org