From 27a8c43a80d1d7b3386c58b5211827f08aea5358 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Tue, 2 May 2017 22:11:39 +0000 Subject: [PATCH] 2017-05-02, Version 4.8.3 'Argon' (Maintenance) 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/12499 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_4.8.2.bb | 9 --------- recipes-devtools/nodejs/nodejs_4.8.3.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_4.8.2.bb create mode 100644 recipes-devtools/nodejs/nodejs_4.8.3.bb diff --git a/README.md b/README.md index a3b39cc5..bee2932c 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 * ![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) + * ![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) * ![End of life 0.8](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.8.28-lightgrey.svg) diff --git a/recipes-devtools/nodejs/nodejs_4.8.2.bb b/recipes-devtools/nodejs/nodejs_4.8.2.bb deleted file mode 100644 index 45914df7..00000000 --- a/recipes-devtools/nodejs/nodejs_4.8.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_4.inc -require nodejs_iojs.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f" - -SRC_URI[src.md5sum] = "9de1bcd210de5bd2d93a1070a775162c" -SRC_URI[src.sha256sum] = "29dc51947b09f081263bf60f70525979e3f78efc21c68f108bc3c6c64d18b904" diff --git a/recipes-devtools/nodejs/nodejs_4.8.3.bb b/recipes-devtools/nodejs/nodejs_4.8.3.bb new file mode 100644 index 00000000..b6c58e87 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_4.8.3.bb @@ -0,0 +1,9 @@ +require nodejs_4.inc +require nodejs_iojs.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f" + +SRC_URI[src.md5sum] = "92dd08a78c40a485f5f60d2bca3b92b8" +SRC_URI[src.sha256sum] = "f8a5b7fe246f8358121e057f26411d3be9657a328b146d74abf483a956702868"