From 45616aecc8791d941f3cac43522441d1f03eda6c Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Fri, 11 Nov 2016 08:01:55 +0000 Subject: [PATCH] 2016-11-08, Version 4.6.2 'Argon' (LTS) This LTS release comes with 219 commits. This includes 80 commits that are docs related, 58 commits that are test related, 20 commits that are build / tool related, and 9 commits that are updates to dependencies. Notable Changes * build: - It is now possible to build the documentation from the release tarball (Anna Henningsen) https://github.com/nodejs/node/pull/8413 * buffer: - Buffer.alloc() will no longer incorrectly return a zero filled buffer when an encoding is passed (Teddy Katz) https://github.com/nodejs/node/pull/9238 * deps: - upgrade npm in LTS to 2.15.11 (Kat Marchan) https://github.com/nodejs/node/pull/8928 * repl: - Enable tab completion for global properties (Lance Ball) https://github.com/nodejs/node/pull/7369 * url: - `url.format()` will now encode all `#` in `search` (Ilkka Myller) https://github.com/nodejs/node/pull/8072 PR-URL: https://github.com/nodejs/node/pull/9298 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_4.6.1.bb | 9 --------- recipes-devtools/nodejs/nodejs_4.6.2.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_4.6.1.bb create mode 100644 recipes-devtools/nodejs/nodejs_4.6.2.bb diff --git a/README.md b/README.md index 820fa84a..78973c59 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.0.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.1-blue.svg) + * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.6.2-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.1.bb b/recipes-devtools/nodejs/nodejs_4.6.1.bb deleted file mode 100644 index 9a7eb33a..00000000 --- a/recipes-devtools/nodejs/nodejs_4.6.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_4.inc -require nodejs_iojs.inc - -INC_PR = "r2" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=8e3c01094f0fcb889b13f0354e52f914" - -SRC_URI[src.md5sum] = "52526277a1fb5b868416ace61d6d3205" -SRC_URI[src.sha256sum] = "b8ca4db42c5a1fed95baf6996ff776db3c95ad2bcf73c7aed2f1f921a1225de3" diff --git a/recipes-devtools/nodejs/nodejs_4.6.2.bb b/recipes-devtools/nodejs/nodejs_4.6.2.bb new file mode 100644 index 00000000..8fe16e8a --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_4.6.2.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] = "b0a4cbcab172665db27ba6d744e24ac1" +SRC_URI[src.sha256sum] = "3c8f3af398c348cdf90fef9b983e4b46aae96a56238236542925e0bb4ee27ee8"