From 75b0a8add41fa74d169db9696a3309d39fc870af Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 2 Mar 2017 20:57:15 +0000 Subject: [PATCH] 2017-02-21, Version 7.6.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: * deps: * update V8 to 5.5 (Michaƫl Zasso) [#11029](https://github.com/nodejs/node/pull/11029) * upgrade libuv to 1.11.0 (cjihrig) [#11094](https://github.com/nodejs/node/pull/11094) * add node-inspect 1.10.4 (Jan Krems) [#10187](https://github.com/nodejs/node/pull/10187) * upgrade zlib to 1.2.11 (Sam Roberts) [#10980](https://github.com/nodejs/node/pull/10980) * lib: build `node inspect` into `node` (Anna Henningsen) [#10187](https://github.com/nodejs/node/pull/10187) * crypto: Remove expired certs from CNNIC whitelist (Shigeki Ohtsu) [#9469](https://github.com/nodejs/node/pull/9469) * inspector: add --inspect-brk (Josh Gavant) [#11149](https://github.com/nodejs/node/pull/11149) * fs: allow WHATWG URL objects as paths (James M Snell) [#10739](https://github.com/nodejs/node/pull/10739) * src: support UTF-8 in compiled-in JS source files (Ben Noordhuis) [#11129](https://github.com/nodejs/node/pull/11129) * url: extend url.format to support WHATWG URL (James M Snell) [#10857](https://github.com/nodejs/node/pull/10857) PR-URL: https://github.com/nodejs/node/pull/11185 Signed-off-by: Ilkka Myller --- README.md | 4 ++-- recipes-devtools/nodejs/nodejs_7.5.0.bb | 8 -------- recipes-devtools/nodejs/nodejs_7.6.0.bb | 8 ++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_7.5.0.bb create mode 100644 recipes-devtools/nodejs/nodejs_7.6.0.bb diff --git a/README.md b/README.md index 46656774..9448838f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases. ## Node.js releases - * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.5.0-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.6.0-green.svg) * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.0-blue.svg) * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.0-blue.svg) * ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg) @@ -24,7 +24,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases. ### Node.js v7 specific dependencies -Node.js v7 ships with V8 v5.4 that requires native (host) compilation of additional build tools (`mkpeephole`, `mksnapshot`). +Node.js v7 ships with V8 v5.5 that requires native (host) compilation of additional build tools (`mkpeephole`, `mksnapshot`). Building these tools for 32-bit targets (e.g. Arm) also requires 32-bit native toolchain. In this case, following package should be installed in the build host: diff --git a/recipes-devtools/nodejs/nodejs_7.5.0.bb b/recipes-devtools/nodejs/nodejs_7.5.0.bb deleted file mode 100644 index 34c3a58f..00000000 --- a/recipes-devtools/nodejs/nodejs_7.5.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_7.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" - -SRC_URI[src.md5sum] = "8b648e7f83ec6f1aa52b3e3b87999761" -SRC_URI[src.sha256sum] = "0da8e0288b5c0f136e650b7119219968720caf88b5a67ef0591555113f0844c2" diff --git a/recipes-devtools/nodejs/nodejs_7.6.0.bb b/recipes-devtools/nodejs/nodejs_7.6.0.bb new file mode 100644 index 00000000..d8092779 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.6.0.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" + +SRC_URI[src.md5sum] = "3de98b48d1836155aed0bf50503b97fb" +SRC_URI[src.sha256sum] = "809e80265e332fe1a8268e5a73eb219c356810fe86c69fd2d931c52e07211970"