mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add UPDATING entry for security/libressl
Discussed with: Bernard Spil
This commit is contained in:
parent
a7debe29d2
commit
311077a307
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380445
1 changed files with 14 additions and 0 deletions
14
UPDATING
14
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
|
||||
|
|
Loading…
Add table
Reference in a new issue