From 2ee49f0af240a7d9532629bd709ee8ce9dd1c1e3 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 2 Mar 2017 20:42:37 +0000 Subject: [PATCH] 2017-02-21, Version 4.8.0 'Argon' (LTS) Notable Changes: * child_process: add shell option to spawn() (cjihrig) https://github.com/nodejs/node/pull/4598 * crypto: * add ALPN Support (Shigeki Ohtsu) https://github.com/nodejs/node/pull/2564 * allow adding extra certs to well-known CAs (Sam Roberts) https://github.com/nodejs/node/pull/9139 * deps: * v8: expose statistics about heap spaces (Ben Ripkens) https://github.com/nodejs/node/pull/4463 * fs: add the fs.mkdtemp() function. (Florian MARGAINE) https://github.com/nodejs/node/pull/5333 * process: * add `externalMemory` to `process` (Fedor Indutny) https://github.com/nodejs/node/pull/9587 * add process.cpuUsage() (Patrick Mueller) https://github.com/nodejs/node/pull/10796 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_4.7.3.bb | 9 --------- recipes-devtools/nodejs/nodejs_4.8.0.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_4.7.3.bb create mode 100644 recipes-devtools/nodejs/nodejs_4.8.0.bb diff --git a/README.md b/README.md index 56dfe8f9..91ef0392 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.9.2-blue.svg) - * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.7.3-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) * ![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.7.3.bb b/recipes-devtools/nodejs/nodejs_4.7.3.bb deleted file mode 100644 index 85fbeb42..00000000 --- a/recipes-devtools/nodejs/nodejs_4.7.3.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] = "12b75c2bc298b6b4cf464a6f0c0f5087" -SRC_URI[src.sha256sum] = "1549d4e0aeb9419ddb85ba4dffdba8d0e2f9a9b904e80765b044c4f7d9f485ed" diff --git a/recipes-devtools/nodejs/nodejs_4.8.0.bb b/recipes-devtools/nodejs/nodejs_4.8.0.bb new file mode 100644 index 00000000..a49f0c60 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_4.8.0.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] = "9a94dcf14b35af569435aac1f8b9bba5" +SRC_URI[src.sha256sum] = "6e65d19e0135be474df53a350af766a8f1ba5ef1a5288a4da993a1a9b0e04942"