aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-06-14 15:59:01 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-06-14 15:59:01 +0000
commitefd8e3a5d6c178aa6ba9ed09158b739dca804aef (patch)
tree945eba09c2c87600e4146381f3ab4cdc8cdd0616 /UPDATING
parent087e807c6c0e1d9eec11a74dda323f95a7baf742 (diff)
downloadports-efd8e3a5d6c178aa6ba9ed09158b739dca804aef.tar.gz
ports-efd8e3a5d6c178aa6ba9ed09158b739dca804aef.zip
Add a note about the need to enable BUNDLED_SSL in node* when
LibreSSL is the SSL provider. PR: 209793
Notes
Notes: svn path=/head/; revision=416895
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e9bea98763fd..fad5e8dee2b0 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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@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@FreeBSD.org