From 7db63fb36fe54382f790b27a67d253ce7b97a484 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 20 Apr 2017 19:57:26 +0000 Subject: [PATCH] 2017-04-04, Version 6.10.2 'Boron' (LTS) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a special LTS to fix a number of regressions that were found on the 6.10.x release line. This includes: * a fix for memory leak in the crypto module that was introduced in 6.10.1 * a fix for a regression introduced to the windows repl in 6.10.0 * a backported fix for V8 to stop a segfault that could occur when using spread syntax It also includes an upgrade to zlib 1.2.11 to fix a numberof low severity CVEs that were present in zlib 1.2.8. http://seclists.org/oss-sec/2016/q4/602 Notable changes * crypto: - fix memory leak if certificate is revoked (Tom Atkinson) https://github.com/nodejs/node/pull/12089 * deps: - upgrade zlib to 1.2.11 (Sam Roberts) https://github.com/nodejs/node/pull/10980 - backport V8 fixes for spread syntax regression causing segfaults (Michaƫl Zasso) https://github.com/nodejs/node/pull/12037 * repl: - Revert commit that broke REPL display on Windows (Myles Borins) https://github.com/nodejs/node/pull/12123 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_6.10.1.bb | 9 --------- recipes-devtools/nodejs/nodejs_6.10.2.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_6.10.1.bb create mode 100644 recipes-devtools/nodejs/nodejs_6.10.2.bb diff --git a/README.md b/README.md index 70db38c8..f0c87ea8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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.7.3-green.svg) - * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.1-blue.svg) + * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.2-blue.svg) * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.2-blue.svg) * ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg) * ![End of life 0.10](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.10.48-lightgray.svg) diff --git a/recipes-devtools/nodejs/nodejs_6.10.1.bb b/recipes-devtools/nodejs/nodejs_6.10.1.bb deleted file mode 100644 index 76da808d..00000000 --- a/recipes-devtools/nodejs/nodejs_6.10.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_6.inc -require nodejs_lts.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" - -SRC_URI[src.md5sum] = "9078d08b2716abc02fdc3e29dda29fe2" -SRC_URI[src.sha256sum] = "2c7a643b199c63390f4e33359e82f1449b84ec94d647c606fc0f1d1a2b5bdedd" diff --git a/recipes-devtools/nodejs/nodejs_6.10.2.bb b/recipes-devtools/nodejs/nodejs_6.10.2.bb new file mode 100644 index 00000000..140de4ee --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_6.10.2.bb @@ -0,0 +1,9 @@ +require nodejs_6.inc +require nodejs_lts.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" + +SRC_URI[src.md5sum] = "69b224d2a21ae8845e3bea412cd79faf" +SRC_URI[src.sha256sum] = "9b897dd6604d50ae5fff25fd14b1c4035462d0598735799e0cfb4f17cb6e0d19"