Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] nodejs: update to 4.3.1
@ 2016-02-27  2:48 Jonathan Liu
  0 siblings, 0 replies; only message in thread
From: Jonathan Liu @ 2016-02-27  2:48 UTC (permalink / raw)
  To: openembedded-devel

Fixes CVE-2016-2086 and CVE-2016-2216.

LICENSE checksum changed because it was regenerated using the new
tools/license-builder.sh script but the licensing remains the same.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 .../recipes-devtools/nodejs/{nodejs_4.2.6.bb => nodejs_4.3.1.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/nodejs/{nodejs_4.2.6.bb => nodejs_4.3.1.bb} (93%)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.2.6.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.3.1.bb
similarity index 93%
rename from meta-oe/recipes-devtools/nodejs/nodejs_4.2.6.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_4.3.1.bb
index be863d6..44a4a51 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_4.2.6.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.3.1.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
 HOMEPAGE = "http://nodejs.org"
 LICENSE = "MIT & BSD & Artistic-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=963ca39eebcb15ac618bc3006504ae3f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=003f16759ef967194d594a5ac6490401"
 
 DEPENDS = "openssl"
 
@@ -12,8 +12,8 @@ COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
     file://no-registry.patch \
 "
-SRC_URI[md5sum] = "edd0c12a6417a96f04ca735c468e624f"
-SRC_URI[sha256sum] = "dcb935647f9e32fc90db52d393f00c9868ba9d84c5ebe5ddd766e225deb52c40"
+SRC_URI[md5sum] = "8032419325e619d7fb04fd22c29810a2"
+SRC_URI[sha256sum] = "9f2fb884655add686a0414800ec2a58279a973520d42f18362f492715625ffa8"
 
 S = "${WORKDIR}/node-v${PV}"
 
-- 
2.7.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-27  2:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27  2:48 [meta-oe][PATCH] nodejs: update to 4.3.1 Jonathan Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox