Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 2015 16:25:43 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380445 - head
Message-ID:  <201503041625.t24GPh7O046994@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503041625.t24GPh7O046994>