Add UPDATING entry for security/libressl

Discussed with:		Bernard Spil
This commit is contained in:
Vsevolod Stakhov 2015-03-04 16:25:42 +00:00
parent a7debe29d2
commit 311077a307
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380445

View file

@ -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