Skip to content

Commit

Permalink
2016-11-22, Version 7.2.0 (Current)
Browse files Browse the repository at this point in the history
This is a security release impacting Windows 10 users.

    Notable changes:

    * crypto: The `Decipher` methods `setAuthTag()` and `setAAD` now return
    `this`. (Kirill Fomichev) nodejs/node#9398
    * dns: Implemented `{ttl: true}` for `resolve4()` and `resolve6()`.
    (Ben Noordhuis) nodejs/node#9296 &
    nodejs/node#9296
    * libuv: Upgrade to v1.10.1 (cjihrig)
    nodejs/node#9647
      - Fixed a potential buffer overflow when writing data to console on
    Windows 10. (CVE-2016-9551)
    * process: Added a new `external` property to the data returned by
    `memoryUsage()`. (Fedor Indutny)
    nodejs/node#9587
    * tls: Fixed a memory leak when writes were queued on TLS connection
    that was destroyed during handshake. (Fedor Indutny)
    nodejs/node#9626
    * V8 (dep): Upgrade to v5.4.500.43 (Michaël Zasso)
    nodejs/node#9697
    * v8: The data returned by `getHeapStatistics()` now includes three new
    fields: `malloced_memory`, `peak_malloced_memory`, and
    `does_zap_garbage`. (Gareth Ellis)
    nodejs/node#8610

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Nov 28, 2016
1 parent f157a07 commit bc886e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.1.0-green.svg)
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.2.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.2-blue.svg)
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.17-lightgray.svg)
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_7.1.0.bb

This file was deleted.

8 changes: 8 additions & 0 deletions recipes-devtools/nodejs/nodejs_7.2.0.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require nodejs_7.inc

INC_PR = "r1"

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

SRC_URI[src.md5sum] = "ea2dd2de3e93b601f576bf24c1ab56ec"
SRC_URI[src.sha256sum] = "c3f53a5d8cea145e25706bb21cdac62f1b3314db35785bcf468558a29cfc352f"

0 comments on commit bc886e7

Please sign in to comment.