diff options
author | Archana Polampalli <archana.polampalli@windriver.com> | 2023-08-28 06:59:14 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-28 08:55:26 -0700 |
commit | 77efa60d5bce7029ff7b5c66bc20e8aa55220b43 (patch) | |
tree | 9e1f2da981cda23a05f7a0bb75bd53e17e035b4a | |
parent | d81f23fc234c346e47c20879bb916e585c5670d8 (diff) | |
download | meta-openembedded-77efa60d5bce7029ff7b5c66bc20e8aa55220b43.tar.gz |
nodejs: upgrade 18.17.0 -> 18.17.1
This is a security release.
The following CVEs are fixed in this release:
CVE-2023-32002
CVE-2023-32006
CVE-2023-32559
https://github.com/nodejs/node/releases/tag/v18.17.1
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.17.1.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_18.17.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.17.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.17.1.bb index 1d49218e65..ee5e848bf8 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.17.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.17.1.bb | |||
@@ -39,7 +39,7 @@ SRC_URI:append:toolchain-clang:x86 = " \ | |||
39 | SRC_URI:append:toolchain-clang:powerpc64le = " \ | 39 | SRC_URI:append:toolchain-clang:powerpc64le = " \ |
40 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ | 40 | file://0001-ppc64-Do-not-use-mminimal-toc-with-clang.patch \ |
41 | " | 41 | " |
42 | SRC_URI[sha256sum] = "80c0faadf5ea39c213ccb9aa5c2432977a0f1b5a0b766852abd0de06f2770406" | 42 | SRC_URI[sha256sum] = "f215cf03d0f00f07ac0b674c6819f804c1542e16f152da04980022aeccf5e65a" |
43 | 43 | ||
44 | S = "${WORKDIR}/node-v${PV}" | 44 | S = "${WORKDIR}/node-v${PV}" |
45 | 45 | ||