svn commit: r380445 - head

Vsevolod Stakhov vsevolod at FreeBSD.org
Wed Mar 4 16:25:44 UTC 2015


Author: vsevolod
Date: Wed Mar  4 16:25:42 2015
New Revision: 380445
URL: https://svnweb.freebsd.org/changeset/ports/380445
QAT: https://qat.redports.org/buildarchive/r380445/

Log:
  Add UPDATING entry for security/libressl
  
  Discussed with:		Bernard Spil

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Mar  4 16:24:03 2015	(r380444)
+++ head/UPDATING	Wed Mar  4 16:25:42 2015	(r380445)
@@ -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 at 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 at FreeBSD.org


More information about the svn-ports-head mailing list