From e0661ddfdfbedbcc845eb99cb165fd393cb79c79 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 20 Apr 2017 20:01:19 +0000 Subject: [PATCH] 2017-03-28, Version 7.8.0 (Current) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: * buffer: - do not segfault on out-of-range index (Timothy Gu) https://github.com/nodejs/node/pull/11927 * crypto: - Fix memory leak if certificate is revoked (Tom Atkinson) https://github.com/nodejs/node/pull/12089 * deps: * upgrade npm to 4.2.0 (Kat Marchán) https://github.com/nodejs/node/pull/11389 * fix async await desugaring in V8 (Michaël Zasso) https://github.com/nodejs/node/pull/12004 * readline: - add option to stop duplicates in history (Danny Nemer) https://github.com/nodejs/node/pull/2982 * src: - add native URL class (James M Snell) https://github.com/nodejs/node/pull/11801 PR-URL: https://github.com/nodejs/node/pull/12104 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_7.7.4.bb | 8 -------- recipes-devtools/nodejs/nodejs_7.8.0.bb | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_7.7.4.bb create mode 100644 recipes-devtools/nodejs/nodejs_7.8.0.bb diff --git a/README.md b/README.md index 8bfb594f..bb7ee798 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 7](https://img.shields.io/badge/Node.js%20Current-7.7.4-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.8.0-green.svg) * ![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) * ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg) diff --git a/recipes-devtools/nodejs/nodejs_7.7.4.bb b/recipes-devtools/nodejs/nodejs_7.7.4.bb deleted file mode 100644 index 3aa1334d..00000000 --- a/recipes-devtools/nodejs/nodejs_7.7.4.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_7.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" - -SRC_URI[src.md5sum] = "056ae057494de56828f02693a7b13164" -SRC_URI[src.sha256sum] = "d76bad6e843005aa016f285e983493e344fde80eac4258b4bf9ee8654f5d6e43" diff --git a/recipes-devtools/nodejs/nodejs_7.8.0.bb b/recipes-devtools/nodejs/nodejs_7.8.0.bb new file mode 100644 index 00000000..3869040b --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.8.0.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" + +SRC_URI[src.md5sum] = "0c725bfe5663d99d69410437487cf11f" +SRC_URI[src.sha256sum] = "6aa2ab52763f33ce09b63e913f3caf67d9d4b1120c70b087b50155bd647b76da"