Skip to content

Commit

Permalink
2017-04-04, Version 6.10.2 'Boron' (LTS)
Browse files Browse the repository at this point in the history
    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]>
  • Loading branch information
imyller committed Apr 20, 2017
1 parent ccdb8bf commit 7db63fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.
## 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.1-blue.svg)
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.2-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)
Expand Down
9 changes: 0 additions & 9 deletions recipes-devtools/nodejs/nodejs_6.10.1.bb

This file was deleted.

9 changes: 9 additions & 0 deletions recipes-devtools/nodejs/nodejs_6.10.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require nodejs_6.inc
require nodejs_lts.inc

INC_PR = "r1"

LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8"

SRC_URI[src.md5sum] = "69b224d2a21ae8845e3bea412cd79faf"
SRC_URI[src.sha256sum] = "9b897dd6604d50ae5fff25fd14b1c4035462d0598735799e0cfb4f17cb6e0d19"

0 comments on commit 7db63fb

Please sign in to comment.