From f99e583f53ca94d954993debe3b4b4da55744d50 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 2 Mar 2017 20:52:13 +0000 Subject: [PATCH] 2017-02-21, Version 6.10.0 'Boron' (LTS) Notable Changes: The SEMVER-MINOR changes include: * crypto: allow adding extra certs to well-known CAs (Sam Roberts) https://github.com/nodejs/node/pull/9139 * deps: Upgrade INTL ICU to version 58 (Steven R. Loomis) https://github.com/nodejs/node/pull/9234 * process: add `process.memoryUsage.external` (Fedor Indutny) https://github.com/nodejs/node/pull/9587 * src: add wrapper for process.emitWarning() (Sam Roberts) https://github.com/nodejs/node/pull/9139 Notable SEMVER-PATCH changes include: * fs: cache non-symlinks in realpathSync. (Jeremy Yallop) https://github.com/nodejs/node/pull/10253 * repl: allow autocompletion for scoped packages (Evan Lucas) https://github.com/nodejs/node/pull/10296 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_6.10.0.bb | 9 +++++++++ recipes-devtools/nodejs/nodejs_6.9.5.bb | 9 --------- 3 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 recipes-devtools/nodejs/nodejs_6.10.0.bb delete mode 100644 recipes-devtools/nodejs/nodejs_6.9.5.bb diff --git a/README.md b/README.md index b2fd8057..47570182 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 - * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.9.5-blue.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) * ![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.0.bb b/recipes-devtools/nodejs/nodejs_6.10.0.bb new file mode 100644 index 00000000..887917ea --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_6.10.0.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] = "6ed4e31b3e48843d744587435809e7d1" +SRC_URI[src.sha256sum] = "01dae00dc0faa37a4b7a84098e2f04631827fc42e319eb66ccc3ab1d561ea42d" diff --git a/recipes-devtools/nodejs/nodejs_6.9.5.bb b/recipes-devtools/nodejs/nodejs_6.9.5.bb deleted file mode 100644 index f17bbf8d..00000000 --- a/recipes-devtools/nodejs/nodejs_6.9.5.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_6.inc -require nodejs_lts.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422" - -SRC_URI[src.md5sum] = "a2a820b797fb69ffb259b479c7f5df32" -SRC_URI[src.sha256sum] = "f7e9ab702c5d1f5a3521199c04cc670fda3cf4b0e48548b09ac7ac874ccb504a"