aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2018-04-30 22:46:56 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2018-04-30 22:46:56 +0000
commit1feb29bc1f94756e34db816053f8935347e74999 (patch)
tree9aa292ef3e7d6fd71457f3c525ea5f8aad613c63 /UPDATING
parent6cd55078194d19d4254ce16acc23e4920faae000 (diff)
downloadports-1feb29bc1f94756e34db816053f8935347e74999.tar.gz
ports-1feb29bc1f94756e34db816053f8935347e74999.zip
www/node: Update 9.11.1_1 -> 10.0.0
Update to the latest major release of Node.js. This release includes many significant changes, both to Node.js itself and the FreeBSD port. https://nodejs.org/en/blog/release/v10.0.0/ In particular, Node.js now requires OpenSSL 1.1.0h, so the BUNDLED_SSL option is enabled by default. It is still possible to disable this option when using security/openssl-devel (which is currently at 1.1.0h). Multiple patches are required to get Node.js building with the bundled OpenSSL library. Only amd64 builds get optimized assembler; all other archs use non-asm implementations.
Notes
Notes: svn path=/head/; revision=468746
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 139a4fba6b2c..87fea56d7467 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20180501:
+ AFFECTS: users of www/node
+ AUTHOR: bhughes@FreeBSD.org
+
+ The www/node port has been udpated to Node.js v10.0.0, the latest
+ upstream release. This is a major release, including many significant
+ changes. Users are encouraged to read the release announcements before
+ upgrading:
+
+ https://nodejs.org/en/blog/release/v10.0.0/
+
+ In particular, Node.js now depends on OpenSSL 1.1.0h, so the
+ BUNDLED_SSL option is enabled by default. Users can disable this
+ option when using security/openssl-devel as their default SSL library.
+
20180430:
AFFECTS: users of news/nntp
AUTHOR: dinoex@FreeBSD.org