Skip to content

Commit 7db63fb

Browse files
committed
2017-04-04, Version 6.10.2 'Boron' (LTS)
This is a special LTS to fix a number of regressions that were found on the 6.10.x release line. This includes: * a fix for memory leak in the crypto module that was introduced in 6.10.1 * a fix for a regression introduced to the windows repl in 6.10.0 * a backported fix for V8 to stop a segfault that could occur when using spread syntax It also includes an upgrade to zlib 1.2.11 to fix a numberof 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) nodejs/node#12089 * deps: - upgrade zlib to 1.2.11 (Sam Roberts) nodejs/node#10980 - backport V8 fixes for spread syntax regression causing segfaults (Michaël Zasso) nodejs/node#12037 * repl: - Revert commit that broke REPL display on Windows (Myles Borins) nodejs/node#12123 Signed-off-by: Ilkka Myller <[email protected]>
1 parent ccdb8bf commit 7db63fb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.
88
## Node.js releases
99

1010
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.7.3-green.svg)
11-
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.1-blue.svg)
11+
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.2-blue.svg)
1212
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.2-blue.svg)
1313
* ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg)
1414
* ![End of life 0.10](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.10.48-lightgray.svg)

recipes-devtools/nodejs/nodejs_6.10.1.bb

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
require nodejs_6.inc
2+
require nodejs_lts.inc
3+
4+
INC_PR = "r1"
5+
6+
LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8"
7+
8+
SRC_URI[src.md5sum] = "69b224d2a21ae8845e3bea412cd79faf"
9+
SRC_URI[src.sha256sum] = "9b897dd6604d50ae5fff25fd14b1c4035462d0598735799e0cfb4f17cb6e0d19"

0 commit comments

Comments
 (0)