aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbhughes <bhughes@FreeBSD.org>2018-05-01 06:46:56 +0800
committerbhughes <bhughes@FreeBSD.org>2018-05-01 06:46:56 +0800
commit3f829aa640b1c98aab7d454ee3dc21afa0bb6221 (patch)
tree9aa292ef3e7d6fd71457f3c525ea5f8aad613c63 /UPDATING
parent114acf59a00690cc050d69558df537cb4193d396 (diff)
downloadfreebsd-ports-gnome-3f829aa640b1c98aab7d454ee3dc21afa0bb6221.tar.gz
freebsd-ports-gnome-3f829aa640b1c98aab7d454ee3dc21afa0bb6221.tar.zst
freebsd-ports-gnome-3f829aa640b1c98aab7d454ee3dc21afa0bb6221.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.
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