From b82c539ba706adaa91910a45517149d32204e052 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 20 Apr 2017 19:53:24 +0000 Subject: [PATCH] 2017-04-04, Version 4.8.2 'Argon' (Maintenance) This is a maintenance release to fix a memory leak that was introduced in 4.8.1. It also includes an upgrade to zlib 1.2.11 to fix a number of low severity CVEs that were present in zlib 1.2.8. http://seclists.org/oss-sec/2016/q4/602 Notable changes: * crypto: - fix memory leak if certificate is revoked (Tom Atkinson) https://github.com/nodejs/node/pull/12089 * deps: - upgrade zlib to 1.2.11 (Sam Roberts) https://github.com/nodejs/node/pull/10980 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_4.8.1.bb | 9 --------- recipes-devtools/nodejs/nodejs_4.8.2.bb | 9 +++++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_4.8.1.bb create mode 100644 recipes-devtools/nodejs/nodejs_4.8.2.bb diff --git a/README.md b/README.md index 134648d6..66fe55a3 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.7.3-green.svg) * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.0-blue.svg) - * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.1-blue.svg) + * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.2-blue.svg) * ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-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.8.1.bb b/recipes-devtools/nodejs/nodejs_4.8.1.bb deleted file mode 100644 index eafe551b..00000000 --- a/recipes-devtools/nodejs/nodejs_4.8.1.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] = "8a66d0eb189d911b308226a208e2f8c5" -SRC_URI[src.sha256sum] = "0cdc67fb2df091414447e2e1750b371be99a7b61c11ade0261ce5bab845e9dd1" diff --git a/recipes-devtools/nodejs/nodejs_4.8.2.bb b/recipes-devtools/nodejs/nodejs_4.8.2.bb new file mode 100644 index 00000000..45914df7 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_4.8.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] = "9de1bcd210de5bd2d93a1070a775162c" +SRC_URI[src.sha256sum] = "29dc51947b09f081263bf60f70525979e3f78efc21c68f108bc3c6c64d18b904"