Skip to content

Commit 6c7c224

Browse files
committed
2017-05-02, Version 6.10.3 'Boron' (LTS)
Notable Changes: * module: - The module loading global fallback to the Node executable's directory now works correctly on Windows. (Richard Lau) nodejs/node#9283 * src: - fix base64 decoding in rare edgecase (Nikolai Vavilov) nodejs/node#11995 * tls: - fix rare segmentation faults when using TLS * (Trevor Norris) nodejs/node#11947 * (Ben Noordhuis) nodejs/node#11898 * (jBarz) nodejs/node#11776 PR-URL: nodejs/node#12497 Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
1 parent 9c2a002 commit 6c7c224

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases.
88
## Node.js releases
99

1010
* ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.9.0-green.svg)
11-
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.2-blue.svg)
11+
* ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.3-blue.svg)
1212
* ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.3-blue.svg)
1313
* ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg)
1414
* ![End of life 0.10](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.10.48-lightgray.svg)

Diff for: recipes-devtools/nodejs/nodejs_6.10.2.bb

-9
This file was deleted.

Diff for: recipes-devtools/nodejs/nodejs_6.10.3.bb

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
require nodejs_6.inc
2+
require nodejs_lts.inc
3+
4+
INC_PR = "r1"
5+
6+
LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8"
7+
8+
SRC_URI[src.md5sum] = "73982a158e4f05d36c01b7a97e38da18"
9+
SRC_URI[src.sha256sum] = "a8f679f595fd921305c28d126935ad59b4419ac8474a99997a31e01ab50acd3d"

0 commit comments

Comments
 (0)