aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2023-09-14 12:00:26 +0800
committerArmin Kuster <akuster808@gmail.com>2023-09-19 07:22:00 -0400
commit5862e1090d9e928008d50e1acf557f94a9672adb (patch)
tree73a74ecbdf3c1abf8da23a155d806b5045daf058 /meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb
parent105cf623137fb61290a816e1629ee83793abd907 (diff)
downloadmeta-openembedded-5862e1090d9e928008d50e1acf557f94a9672adb.tar.gz
grpc: fix CVE-2023-33953
Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb')
-rw-r--r--meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb
index b3956ce40c..3cfd0210db 100644
--- a/meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb
+++ b/meta-oe/recipes-devtools/grpc/grpc_1.50.1.bb
@@ -27,6 +27,7 @@ SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BR
file://0001-cmake-add-separate-export-for-plugin-targets.patch \
file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \
file://0001-fix-CVE-2023-32732.patch \
+ file://0001-backport-iomgr-EventEngine-Improve-server-handling-o.patch \
"
# Fixes build with older compilers 4.8 especially on ubuntu 14.04
CXXFLAGS:append:class-native = " -Wl,--no-as-needed"