From 33c85e79bdaa2beb9aa1e0bb8dfe53415ae0829f Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Wed, 7 Dec 2016 21:37:23 +0000 Subject: [PATCH] 2016-12-06, Version 6.9.2 'Boron' (LTS) Release This LTS release comes with 144 commits. This includes 47 that are docs related, 46 that are test related, 15 which are build / tools related, and 9 commits which are updates to dependencies Notable Changes: * buffer: - coerce slice parameters consistently (Sakthipriyan Vairamani (thefourtheye)) https://github.com/nodejs/node/pull/9101 * deps: - *npm*: - upgrade npm to 3.10.9 (Kat Marchan) https://github.com/nodejs/node/pull/9286 - *V8*: - Various fixes to destructuring edge cases - cherry-pick 3c39bac from V8 upstream (Cristian Cavalli) https://github.com/nodejs/node/pull/9138 - cherry pick 7166503 from upstream v8 (Cristian Cavalli) https://github.com/nodejs/node/pull/9173 * gtest: - the test reporter now outputs tap comments as yamlish (Johan Bergstrom) https://github.com/nodejs/node/pull/9262 * inspector: - inspector now prompts user to use 127.0.0.1 rather than localhost (Eugene Ostroukhov) https://github.com/nodejs/node/pull/9451 * tls: - fix memory leak when writing data to TLSWrap instance during handshake (Fedor Indutny) https://github.com/nodejs/node/pull/9586 PR-URL: https://github.com/nodejs/node/pull/9735 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_6.9.1.bb | 9 --------- recipes-devtools/nodejs/nodejs_6.9.2.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_6.9.1.bb create mode 100644 recipes-devtools/nodejs/nodejs_6.9.2.bb diff --git a/README.md b/README.md index 041ea801..3c8bc5c3 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.2.0-green.svg) - * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.9.1-blue.svg) + * ![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.0-blue.svg) * ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.17-lightgray.svg) * ![Maintenance 0.10](https://img.shields.io/badge/Node.js%20Maintenance-0.10.48-lightgray.svg) diff --git a/recipes-devtools/nodejs/nodejs_6.9.1.bb b/recipes-devtools/nodejs/nodejs_6.9.1.bb deleted file mode 100644 index db9043fd..00000000 --- a/recipes-devtools/nodejs/nodejs_6.9.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_6.inc -require nodejs_lts.inc - -INC_PR = "r2" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422" - -SRC_URI[src.md5sum] = "0d3117846c6704b36108fcdbf30e03c1" -SRC_URI[src.sha256sum] = "a98997ca3a4d10751f0ebe97839b2308a31ae884b4203cda0c99cf36bc7fe3bf" diff --git a/recipes-devtools/nodejs/nodejs_6.9.2.bb b/recipes-devtools/nodejs/nodejs_6.9.2.bb new file mode 100644 index 00000000..9da49d6d --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_6.9.2.bb @@ -0,0 +1,9 @@ +require nodejs_6.inc +require nodejs_lts.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422" + +SRC_URI[src.md5sum] = "b9e6bd6eddb78f34becfa891d60071d8" +SRC_URI[src.sha256sum] = "997121460f3b4757907c2d7ff68ebdbf87af92b85bf2d07db5a7cb7aa5dae7d9"