Skip to content

Commit

Permalink
2017-03-21, Version 7.7.4 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * deps: Add node-inspect 1.10.6 (Jan Krems) nodejs/node#11869
    * inspector: proper WS URLs when bound to 0.0.0.0 (Eugene Ostroukhov) nodejs/node#11850
    * tls: fix segfault on destroy after partial read. (Ben Noordhuis) nodejs/node#11898

    PR-URL: nodejs/node#11941

Signed-off-by: Ilkka Myller <[email protected]>
  • Loading branch information
imyller committed Apr 20, 2017
1 parent 7db63fb commit dabd3a5
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.7.3-green.svg)
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.7.4-green.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)
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_7.7.3.bb

This file was deleted.

8 changes: 8 additions & 0 deletions recipes-devtools/nodejs/nodejs_7.7.4.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=d29463feca32ea5977af7b6c7d62c14a"

SRC_URI[src.md5sum] = "056ae057494de56828f02693a7b13164"
SRC_URI[src.sha256sum] = "d76bad6e843005aa016f285e983493e344fde80eac4258b4bf9ee8654f5d6e43"

0 comments on commit dabd3a5

Please sign in to comment.