From 72bbc64c61753ff18455207320cc91c4b338e5a1 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Wed, 7 Dec 2016 21:35:15 +0000 Subject: [PATCH] 2016-12-06, Version 4.7.0 'Argon' (LTS) This LTS release comes with 108 commits. This includes 30 which are doc related, 28 which are test related, 16 which are build / tool related, and 4 commits which are updates to dependencies. Notable Changes: The SEMVER-MINOR changes include: * build: - export openssl symbols on Windows making it possible to build addons linked against the bundled version of openssl (Alex Hultman) https://github.com/nodejs/node/pull/7576 * debugger: - make listen address configurable in the debugger server (Ben Noordhuis) https://github.com/nodejs/node/pull/3316 * dgram: - generalized send queue to handle close fixing a potential throw when dgram socket is closed in the listening event handler. (Matteo Collina) https://github.com/nodejs/node/pull/7066 * http: - Introduce the 451 status code "Unavailable For Legal Reasons" (Max Barinov) https://github.com/nodejs/node/pull/4377 * tls: - introduce `secureContext` for `tls.connect` which is useful for caching client certificates, key, and CA certificates. (Fedor Indutny) https://github.com/nodejs/node/pull/4246 Notable SEMVER-PATCH changes include: * build: - introduce the configure --shared option for embedders (sxa555) https://github.com/nodejs/node/pull/6994 * gtest: - the test reporter now outputs tap comments as yamlish (Johan Bergstrom) https://github.com/nodejs/node/pull/9262 * src: - node no longer aborts when c-ares initialization fails (Ben Noordhuis) https://github.com/nodejs/node/pull/8710 * 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/9736 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_4.6.2.bb | 9 --------- recipes-devtools/nodejs/nodejs_4.7.0.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_4.6.2.bb create mode 100644 recipes-devtools/nodejs/nodejs_4.7.0.bb diff --git a/README.md b/README.md index df687db9..041ea801 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "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 4](https://img.shields.io/badge/Node.js%20LTS-4.6.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) * ![Legacy 0.8](https://img.shields.io/badge/Node.js%20Legacy-0.8.28-lightgrey.svg) diff --git a/recipes-devtools/nodejs/nodejs_4.6.2.bb b/recipes-devtools/nodejs/nodejs_4.6.2.bb deleted file mode 100644 index 8fe16e8a..00000000 --- a/recipes-devtools/nodejs/nodejs_4.6.2.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_4.inc -require nodejs_iojs.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f" - -SRC_URI[src.md5sum] = "b0a4cbcab172665db27ba6d744e24ac1" -SRC_URI[src.sha256sum] = "3c8f3af398c348cdf90fef9b983e4b46aae96a56238236542925e0bb4ee27ee8" diff --git a/recipes-devtools/nodejs/nodejs_4.7.0.bb b/recipes-devtools/nodejs/nodejs_4.7.0.bb new file mode 100644 index 00000000..9fa12d41 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_4.7.0.bb @@ -0,0 +1,9 @@ +require nodejs_4.inc +require nodejs_iojs.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f" + +SRC_URI[src.md5sum] = "86055a29ba9dbfec2e2cfe95afaa6c58" +SRC_URI[src.sha256sum] = "0bc45fc02e425746001a8f012d6781fa5da6e629a43654c84ab7e767368fec61"