diff options
author | bhughes <bhughes@FreeBSD.org> | 2018-05-01 06:46:56 +0800 |
---|---|---|
committer | bhughes <bhughes@FreeBSD.org> | 2018-05-01 06:46:56 +0800 |
commit | 3f829aa640b1c98aab7d454ee3dc21afa0bb6221 (patch) | |
tree | 9aa292ef3e7d6fd71457f3c525ea5f8aad613c63 /UPDATING | |
parent | 114acf59a00690cc050d69558df537cb4193d396 (diff) | |
download | freebsd-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-- | 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 |