1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

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
This commit is contained in:
Bernard Spil 2015-06-15 17:31:22 +00:00
parent 2a6a9bd5e0
commit e1f2e63252
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389740

View File

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