From 6c7c2246d4e9eb1dc971ea450b3353ac6976524a Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Tue, 2 May 2017 22:14:29 +0000 Subject: [PATCH] 2017-05-02, Version 6.10.3 'Boron' (LTS) Notable Changes: * module: - The module loading global fallback to the Node executable's directory now works correctly on Windows. (Richard Lau) https://github.com/nodejs/node/pull/9283 * src: - fix base64 decoding in rare edgecase (Nikolai Vavilov) https://github.com/nodejs/node/pull/11995 * tls: - fix rare segmentation faults when using TLS * (Trevor Norris) https://github.com/nodejs/node/pull/11947 * (Ben Noordhuis) https://github.com/nodejs/node/pull/11898 * (jBarz) https://github.com/nodejs/node/pull/11776 PR-URL: https://github.com/nodejs/node/pull/12497 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_6.10.2.bb | 9 --------- recipes-devtools/nodejs/nodejs_6.10.3.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_6.10.2.bb create mode 100644 recipes-devtools/nodejs/nodejs_6.10.3.bb diff --git a/README.md b/README.md index c2fe8665..ac6b910b 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.9.0-green.svg) - * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.2-blue.svg) + * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.3-blue.svg) * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.3-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.2.bb b/recipes-devtools/nodejs/nodejs_6.10.2.bb deleted file mode 100644 index 140de4ee..00000000 --- a/recipes-devtools/nodejs/nodejs_6.10.2.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] = "69b224d2a21ae8845e3bea412cd79faf" -SRC_URI[src.sha256sum] = "9b897dd6604d50ae5fff25fd14b1c4035462d0598735799e0cfb4f17cb6e0d19" diff --git a/recipes-devtools/nodejs/nodejs_6.10.3.bb b/recipes-devtools/nodejs/nodejs_6.10.3.bb new file mode 100644 index 00000000..3ce2ae9e --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_6.10.3.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] = "73982a158e4f05d36c01b7a97e38da18" +SRC_URI[src.sha256sum] = "a8f679f595fd921305c28d126935ad59b4419ac8474a99997a31e01ab50acd3d"