[oe-commits] [meta-openembedded] 04/18: nodejs: update to 8.11.3

git at git.openembedded.org git at git.openembedded.org
Thu Jul 5 16:05:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit a19bb52b0a092ed6dadebf4c525583928b0dec59
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Mon Jul 2 15:24:34 2018 +0200

    nodejs: update to 8.11.3
    
    Fixes the following CVEs:
    - CVE-2018-7167
    - CVE-2018-7161
    - CVE-2018-1000168
    
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-devtools/nodejs/{nodejs_8.11.2.bb => nodejs_8.11.3.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.11.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_8.11.3.bb
similarity index 96%
rename from meta-oe/recipes-devtools/nodejs/nodejs_8.11.2.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_8.11.3.bb
index 4e81b03..4017d92 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_8.11.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.11.3.bb
@@ -12,8 +12,8 @@ COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
            file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
 "
-SRC_URI[md5sum] = "56be405b63b8c6c8ecd98c002fb15e4a"
-SRC_URI[sha256sum] = "539946c0381809576bed07424a35fc1740d52f4bd56305d6278d9e76c88f4979"
+SRC_URI[md5sum] = "6cb0e19089ad13a4ec02640b604d2e0f"
+SRC_URI[sha256sum] = "577c751fdca91c46c60ffd8352e5b465881373bfdde212c17c3a3c1bd2616ee0"
 
 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