diff options
author | Polampalli, Archana <archana.polampalli@windriver.com> | 2023-03-10 16:31:32 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-03-13 08:58:37 -0400 |
commit | 9cf4ebeb3de524009a73f49722489dc4aa183adb (patch) | |
tree | 630d828f13f6f96bfe09cc793a74a78d291edbe9 | |
parent | acd692b775eeb913e83f1d2b96440277e78a7659 (diff) | |
download | meta-openembedded-kirkstone-next.tar.gz |
nodejs: Upgrade 16.19.0 -> 16.19.1kirkstone-nextkirkstone
The following CVEs fixed in this version:
CVE-2023-23918
CVE-2023-23919
CVE-2023-23920
CVE-2023-23936
CVE-2023-24807
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_16.19.1.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_16.19.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_16.19.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_16.19.1.bb index 4e845f41d..0661fd6f1 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_16.19.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_16.19.1.bb @@ -36,7 +36,7 @@ SRC_URI:append:toolchain-clang:x86 = " \ SRC_URI:append:toolchain-clang:powerpc64le = " \ file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ " -SRC_URI[sha256sum] = "4f1fec1aea2392f6eb6d1d040b01e7ee3e51e762a9791dfea590920bc1156706" +SRC_URI[sha256sum] = "17fb716406198125b30c94dd3d1756207b297705626afe16d8dc479a65a1d8b5" S = "${WORKDIR}/node-v${PV}" |