mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
nodejs: upgrade 16.19.1 -> 16.20.1
Drop the gcc13.patch as it has been merged in 16.20.1
56cbc7fdda deps: V8: cherry-pick c2792e58035f
The list of the CVEs are fixed in this relase:
CVE-2023-30581
CVE-2023-30585
CVE-2023-30588
CVE-2023-30589
CVE-2023-30590
https://nodejs.org/en/blog/release/v16.20.0
https://nodejs.org/en/blog/release/v16.20.1
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
346753705e
commit
8814f25902
@@ -1,75 +0,0 @@
|
||||
From 576aed71db7b40c90b44c623580629792a606928 Mon Sep 17 00:00:00 2001
|
||||
From: Jiawen Geng <technicalcute@gmail.com>
|
||||
Date: Fri, 14 Oct 2022 09:54:33 +0800
|
||||
Subject: [PATCH] deps: V8: cherry-pick c2792e58035f
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Original commit message:
|
||||
|
||||
[base] Fix build with gcc-13
|
||||
|
||||
See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes.
|
||||
|
||||
Also see Gentoo Linux bug report: https://bugs.gentoo.org/865981
|
||||
|
||||
Change-Id: I421f396b02ba37e12ee70048ee33e034f8113566
|
||||
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3934140
|
||||
Reviewed-by: Clemens Backes <clemensb@chromium.org>
|
||||
Reviewed-by: Simon Zünd <szuend@chromium.org>
|
||||
Commit-Queue: Clemens Backes <clemensb@chromium.org>
|
||||
Cr-Commit-Position: refs/heads/main@{#83587}
|
||||
|
||||
Refs: https://github.com/v8/v8/commit/c2792e58035fcbaa16d0cb70998852fbeb5df4cc
|
||||
PR-URL: https://github.com/nodejs/node/pull/44961
|
||||
Fixes: https://github.com/nodejs/node/issues/43642
|
||||
Reviewed-By: Michaël Zasso <targos@protonmail.com>
|
||||
Reviewed-By: Richard Lau <rlau@redhat.com>
|
||||
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
|
||||
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
|
||||
|
||||
Upstream-Status: Backport [https://github.com/nodejs/node/commit/0be1c5728173ea9ac42843058e26b6268568acf0]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
deps/v8/AUTHORS | 1 +
|
||||
deps/v8/src/base/logging.h | 1 +
|
||||
deps/v8/src/inspector/v8-string-conversions.h | 1 +
|
||||
3 files changed, 3 insertions(+)
|
||||
|
||||
diff --git a/deps/v8/AUTHORS b/deps/v8/AUTHORS
|
||||
index 35c49a01..736d3df9 100644
|
||||
--- a/deps/v8/AUTHORS
|
||||
+++ b/deps/v8/AUTHORS
|
||||
@@ -236,6 +236,7 @@ Vlad Burlik <vladbph@gmail.com>
|
||||
Vladimir Krivosheev <develar@gmail.com>
|
||||
Vladimir Shutoff <vovan@shutoff.ru>
|
||||
Wael Almattar <waelsy123@gmail.com>
|
||||
+WANG Xuerui <git@xen0n.name>
|
||||
Wei Wu <lazyparser@gmail.com>
|
||||
Wenlu Wang <kingwenlu@gmail.com>
|
||||
Wenyu Zhao <wenyu.zhao@anu.edu.au>
|
||||
diff --git a/deps/v8/src/base/logging.h b/deps/v8/src/base/logging.h
|
||||
index 08db24a9..38be165f 100644
|
||||
--- a/deps/v8/src/base/logging.h
|
||||
+++ b/deps/v8/src/base/logging.h
|
||||
@@ -5,6 +5,7 @@
|
||||
#ifndef V8_BASE_LOGGING_H_
|
||||
#define V8_BASE_LOGGING_H_
|
||||
|
||||
+#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
diff --git a/deps/v8/src/inspector/v8-string-conversions.h b/deps/v8/src/inspector/v8-string-conversions.h
|
||||
index c1d69c18..eb33c681 100644
|
||||
--- a/deps/v8/src/inspector/v8-string-conversions.h
|
||||
+++ b/deps/v8/src/inspector/v8-string-conversions.h
|
||||
@@ -5,6 +5,7 @@
|
||||
#ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
|
||||
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
|
||||
|
||||
+#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
// Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may
|
||||
+1
-2
@@ -26,7 +26,6 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
|
||||
file://0001-liftoff-Correct-function-signatures.patch \
|
||||
file://0001-mips-Use-32bit-cast-for-operand-on-mips32.patch \
|
||||
file://0001-Nodejs-Fixed-pipes-DeprecationWarning.patch \
|
||||
file://gcc13.patch \
|
||||
"
|
||||
SRC_URI:append:class-target = " \
|
||||
file://0001-Using-native-binaries.patch \
|
||||
@@ -37,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] = "17fb716406198125b30c94dd3d1756207b297705626afe16d8dc479a65a1d8b5"
|
||||
SRC_URI[sha256sum] = "83e03381e271f1a5619188e7aea9d85d9b7e12f5be2a28ceb78d7249ed22b7f1"
|
||||
|
||||
S = "${WORKDIR}/node-v${PV}"
|
||||
|
||||
Reference in New Issue
Block a user