From 99bfa4f8da5db25a9c2efaf448d50e563b1bbe97 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 15 Sep 2016 21:43:30 +0000 Subject: [PATCH] 2016-09-14, Version 6.6.0 (Current) Notable changes: * crypto: Added `crypto.timingSafeEqual()`. (not-an-aardvark) https://github.com/nodejs/node/pull/8304 * events: Made the "max event listeners" memory leak warning more accessible. (Anna Henningsen) https://github.com/nodejs/node/pull/8298 * promises: Unhandled rejections now emit a process warning after the first tick. (Benjamin Gruenbaum) https://github.com/nodejs/node/pull/8223 * repl: Added auto alignment for `.editor` mode. (Prince J Wesley) https://github.com/nodejs/node/pull/8241 * util: Some functionality has been added to `util.inspect()`: - Returning `this` from a custom inspect function now works. (Anna Henningsen) https://github.com/nodejs/node/pull/8174 - Added support for Symbol-based custom inspection methods. (Anna Henningsen) https://github.com/nodejs/node/pull/8174 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_6.5.0.bb | 8 -------- recipes-devtools/nodejs/nodejs_6.6.0.bb | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_6.5.0.bb create mode 100644 recipes-devtools/nodejs/nodejs_6.6.0.bb diff --git a/README.md b/README.md index d907e16c..133c67e3 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 - * ![Current 6](https://img.shields.io/badge/Node.js%20Current-6.5.0-green.svg) + * ![Current 6](https://img.shields.io/badge/Node.js%20Current-6.6.0-green.svg) * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.5.0-blue.svg) * ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.15-lightgray.svg) * ![Maintenance 0.10](https://img.shields.io/badge/Node.js%20Maintenance-0.10.46-lightgray.svg) diff --git a/recipes-devtools/nodejs/nodejs_6.5.0.bb b/recipes-devtools/nodejs/nodejs_6.5.0.bb deleted file mode 100644 index e290a904..00000000 --- a/recipes-devtools/nodejs/nodejs_6.5.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_6.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422" - -SRC_URI[src.md5sum] = "43a0949a027b2eea92632f95600c21fb" -SRC_URI[src.sha256sum] = "d7742558bb3331e41510d6e6f1f7b13c0527aecc00a63c3e05fcfd44427ff778" diff --git a/recipes-devtools/nodejs/nodejs_6.6.0.bb b/recipes-devtools/nodejs/nodejs_6.6.0.bb new file mode 100644 index 00000000..8472b07d --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_6.6.0.bb @@ -0,0 +1,8 @@ +require nodejs_6.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=19eb7a3bddc44523bf96176c3da4b422" + +SRC_URI[src.md5sum] = "91d9a60ffdfec6287d220a25b99b8e31" +SRC_URI[src.sha256sum] = "11b957de855a392ceaa8b300ec66236d6f9c6baa184837d00bdaba2da4aefe91"