diff options
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |