Skip to content

Commit 686a01a

Browse files
committed
2017-01-31, Version 7.5.0 (Current)
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 <[email protected]>
1 parent a17b83f commit 686a01a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

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

88
## Node.js releases
99

10-
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.4.0-green.svg)
10+
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.5.0-green.svg)
1111
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.0-blue.svg)
1212
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.0-blue.svg)
1313
* ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg)

recipes-devtools/nodejs/nodejs_7.4.0.bb

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

0 commit comments

Comments
 (0)