[oe-commits] [meta-openembedded] 09/09: nodejs: update to 4.3.1

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 10:12:45 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 80fec0a9842c12dc6ba39d4383d0ac4e66e60037
Author: Jonathan Liu <net147 at gmail.com>
AuthorDate: Sat Feb 27 13:48:44 2016 +1100

    nodejs: update to 4.3.1
    
    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-devtools/nodejs/{nodejs_4.2.6.bb => nodejs_4.3.1.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list