From 13f539ec668cd0113d3cf4e3e6ada3b915c0d104 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 2 Mar 2017 20:36:24 +0000 Subject: [PATCH] 2017-01-03, Version 4.7.1 'Argon' (LTS) This LTS release comes with 180 commits. This includes 117 which are test related, 34 which are doc related, 15 which are build / tool related, and 1 commit which is an update to dependencies. Notable Changes: * build: - shared library support is now working for AIX builds (Stewart Addison) https://github.com/nodejs/node/pull/9675 * repl: - Passing options to the repl will no longer overwrite defaults (cjihrig) https://github.com/nodejs/node/pull/7826 * timers: - Re canceling a cancelled timers will no longer throw (Jeremiah Senkpiel) https://github.com/nodejs/node/pull/9685 PR-URL: https://github.com/nodejs/node/pull/10395 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_4.7.0.bb | 9 --------- recipes-devtools/nodejs/nodejs_4.7.1.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_4.7.0.bb create mode 100644 recipes-devtools/nodejs/nodejs_4.7.1.bb diff --git a/README.md b/README.md index 3500d365..454ed441 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 * ![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) + * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.7.1-blue.svg) * ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg) * ![End of life 0.10](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.10.48-lightgray.svg) * ![End of life 0.8](https://img.shields.io/badge/Node.js%20End%20of%20Life-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 deleted file mode 100644 index 9fa12d41..00000000 --- a/recipes-devtools/nodejs/nodejs_4.7.0.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] = "86055a29ba9dbfec2e2cfe95afaa6c58" -SRC_URI[src.sha256sum] = "0bc45fc02e425746001a8f012d6781fa5da6e629a43654c84ab7e767368fec61" diff --git a/recipes-devtools/nodejs/nodejs_4.7.1.bb b/recipes-devtools/nodejs/nodejs_4.7.1.bb new file mode 100644 index 00000000..d97721b5 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_4.7.1.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] = "635d932ea96b3150771fffab23ad8278" +SRC_URI[src.sha256sum] = "9c0472b8faf03758b6ff86e4a05d03e399b94b6b83c6c0847e5eaedb448a1c49"