aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2017-06-28 09:00:24 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2017-06-28 09:00:24 +0000
commitb24a67761e46c2234d17ddaaeb46abab94da0c32 (patch)
treef13ddba79516d85b0d51fb45c15385fe4ec6b5b9 /UPDATING
parentf265232a21ef0d2086590ead90a9f23362c38f73 (diff)
downloadports-b24a67761e46c2234d17ddaaeb46abab94da0c32.tar.gz
ports-b24a67761e46c2234d17ddaaeb46abab94da0c32.zip
www/node: Update 7.10.0 -> 8.1.2
Bump to the latest major version of Node.js. Remove files/patch-node.gyp, since this patch has been accepted upstream. Remove files/patch-deps_v8_src_base_atomicops__internals__arm__gcc.h, which patches a now non-existent file after a change in how V8 implements atomic operations. Conditionally add the _LIBCPP_TRIVIAL_PAIR_COPY_CTOR define when using clang 3.x to workaround a known problem in libc++. Approved by: robak (mentor) Differential Revision: https://reviews.freebsd.org/D11030
Notes
Notes: svn path=/head/; revision=444555
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 688cde4a29e4..5011c8f1278b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ 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.
+20170628:
+ AFFECTS: users of www/node
+ AUTHOR: bhughes@freebsd.org
+
+ The www/node port has been updated to Node.js v8.1.2, 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/v8.0.0/
+ https://nodejs.org/en/blog/release/v8.1.0/
+
20170626:
AFFECTS: users of net-mgmt/zabbix24*
AUTHOR: dbaio@FreeBSD.org