svn commit: r389740 - head

Bernard Spil brnrd at FreeBSD.org
Mon Jun 15 17:31:23 UTC 2015


Author: brnrd
Date: Mon Jun 15 17:31:22 2015
New Revision: 389740
URL: https://svnweb.freebsd.org/changeset/ports/389740

Log:
  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

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Jun 15 17:15:00 2015	(r389739)
+++ head/UPDATING	Mon Jun 15 17:31:22 2015	(r389740)
@@ -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 at 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 at FreeBSD.org


More information about the svn-ports-head mailing list