From dc0cd98198b52c73ffe7c184f68d81c953b77290 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Wed, 21 Dec 2016 13:36:31 +0000 Subject: [PATCH] 2016-12-20, Version 7.3.0 (Current) Notable changes: * buffer: - buffer.fill() now works properly for the UCS2 encoding on Big-Endian machines. (Anna Henningsen) https://github.com/nodejs/node/pull/9837 * cluster: - disconnect() now returns a reference to the disconnected worker. (Sean Villars) https://github.com/nodejs/node/pull/10019 * crypto: - The built-in list of Well-Known CAs (Certificate Authorities) can now be extended via a NODE_EXTRA_CA_CERTS environment variable. (Sam Roberts) https://github.com/nodejs/node/pull/9139 * http: - Remove stale timeout listeners in order to prevent a memory leak when using keep alive. (Karl Bohlmark) https://github.com/nodejs/node/pull/9440 * tls: - Allow obvious key/passphrase combinations. (Sam Roberts) https://github.com/nodejs/node/pull/10294 * url: - Including base argument in URL.originFor() to meet specification compliance. (joyeecheung) https://github.com/nodejs/node/pull/10021 - Improve URLSearchParams to meet specification compliance. (Timothy Gu) https://github.com/nodejs/node/pull/9484 PR-URL: https://github.com/nodejs/node/pull/10277 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_7.2.1.bb | 8 -------- recipes-devtools/nodejs/nodejs_7.3.0.bb | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_7.2.1.bb create mode 100644 recipes-devtools/nodejs/nodejs_7.3.0.bb diff --git a/README.md b/README.md index d867634e..32c530e8 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.2.1-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.3.0-green.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) diff --git a/recipes-devtools/nodejs/nodejs_7.2.1.bb b/recipes-devtools/nodejs/nodejs_7.2.1.bb deleted file mode 100644 index 05b8bb1a..00000000 --- a/recipes-devtools/nodejs/nodejs_7.2.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_7.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" - -SRC_URI[src.md5sum] = "20167fa2b3ef3e17430af4fae9a26427" -SRC_URI[src.sha256sum] = "fd08b8ba43b0596a7160b09a37113ac03b4b0976ec7e48980b7b8c078aa51b02" diff --git a/recipes-devtools/nodejs/nodejs_7.3.0.bb b/recipes-devtools/nodejs/nodejs_7.3.0.bb new file mode 100644 index 00000000..072f6198 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.3.0.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" + +SRC_URI[src.md5sum] = "16f516a8433cd1d87ea8898b090432e7" +SRC_URI[src.sha256sum] = "5ba8a26e5341ec738ee6f1aacdd82be4002aef64716d069e060d901ade13c5b0"