diff options
author | Bradley T. Hughes <bhughes@FreeBSD.org> | 2018-04-30 22:46:56 +0000 |
---|---|---|
committer | Bradley T. Hughes <bhughes@FreeBSD.org> | 2018-04-30 22:46:56 +0000 |
commit | 1feb29bc1f94756e34db816053f8935347e74999 (patch) | |
tree | 9aa292ef3e7d6fd71457f3c525ea5f8aad613c63 /UPDATING | |
parent | 6cd55078194d19d4254ce16acc23e4920faae000 (diff) |
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-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |