Skip to content

Commit

Permalink
2017-01-31, Version 7.5.0 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * crypto:
      * ability to select cert store at runtime (Adam Majer) #8334
      * Use system CAs instead of using bundled ones (Adam Majer) #8334
    * deps:
      * upgrade npm to 4.1.2 (Kat Marchán) #11020
      * upgrade openssl sources to 1.0.2k (Shigeki Ohtsu) #11021
    * doc: add basic documentation for WHATWG URL API (James M Snell) #10620
    * process: add NODE_NO_WARNINGS environment variable (cjihrig) #10842
    * url: allow use of URL with http.request and https.request (James M Snell) #10638

    PR-URL: nodejs/node#11062

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Mar 2, 2017
1 parent a17b83f commit 686a01a
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.4.0-green.svg)
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.5.0-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.0-blue.svg)
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg)
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_7.4.0.bb

This file was deleted.

8 changes: 8 additions & 0 deletions recipes-devtools/nodejs/nodejs_7.5.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] = "8b648e7f83ec6f1aa52b3e3b87999761"
SRC_URI[src.sha256sum] = "0da8e0288b5c0f136e650b7119219968720caf88b5a67ef0591555113f0844c2"

0 comments on commit 686a01a

Please sign in to comment.