svn commit: r416895 - head

Adam Weinberger adamw at FreeBSD.org
Tue Jun 14 15:59:03 UTC 2016


Author: adamw
Date: Tue Jun 14 15:59:01 2016
New Revision: 416895
URL: https://svnweb.freebsd.org/changeset/ports/416895

Log:
  Add a note about the need to enable BUNDLED_SSL in node* when
  LibreSSL is the SSL provider.
  
  PR:		209793

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Jun 14 15:53:53 2016	(r416894)
+++ head/UPDATING	Tue Jun 14 15:59:01 2016	(r416895)
@@ -5,6 +5,15 @@ 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.
 
+20160614
+  AFFECTS: users of www/node, www/node5, and www/node4
+  AUTHOR: adamw at FreeBSD.org
+
+  node now prefers a few libraries from ports to the versions bundled
+  with node. However, node cannot use the libssl from LibreSSL. If you
+  are using LibreSSL as your SSL provider, you must enable the
+  "BUNDLED_SSL" option when building node.
+
 20160611
   AFFECTS: users of textproc/xmlroff
   AUTHOR: hrs at FreeBSD.org


More information about the svn-ports-head mailing list