From 3a81f72627a3ebf666b9ba0a903aaa6e101f1788 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.7.0.bb | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 recipes-devtools/nodejs/nodejs_4.7.0.bb diff --git a/README.md b/README.md index e2c693e4..52ac751d 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 6](https://img.shields.io/badge/Node.js%20Current-6.9.1-green.svg) - * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.6.1-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.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"