[oe-commits] [meta-openembedded] 55/57: nodejs: update to 4.6.1

git at git.openembedded.org git at git.openembedded.org
Tue Oct 25 13:35:02 UTC 2016


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

commit edd90088d729d60d27aea387c9fcf0ed02d03956
Author: Jonathan Liu <net147 at gmail.com>
AuthorDate: Tue Oct 25 00:40:27 2016 +1100

    nodejs: update to 4.6.1
    
    Fixes CVE-2016-5180.
    
    Signed-off-by: Jonathan Liu <net147 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/nodejs/{nodejs_4.6.0.bb => nodejs_4.6.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.6.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb
similarity index 96%
rename from meta-oe/recipes-devtools/nodejs/nodejs_4.6.0.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb
index 7479371..03e9812 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_4.6.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb
@@ -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] = "40f3613f679d252674e000013e75ed8a"
-SRC_URI[sha256sum] = "42910dbd34e49bfc40580e06753947c30d31101455a38e9f0343a23d67c0c694"
+SRC_URI[md5sum] = "4f70295e3eebef1f998fa38456263eaf"
+SRC_URI[sha256sum] = "fe2a85df8758001878abb5bbaf17a6b6cdc12b3e465b1d3bace83b37fdf0345a"
 
 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