From 54960c549b8f0f299f437c517c60a0fdac9f82da Mon Sep 17 00:00:00 2001 From: Andrej Valek Date: Thu, 2 Mar 2023 07:56:16 +0100 Subject: [PATCH] grpc: upgrade 1.46.6 -> 1.46.7 Includes fix for CVE-2023-0286 Signed-off-by: Andrej Valek Signed-off-by: Armin Kuster --- .../recipes-devtools/grpc/{grpc_1.46.6.bb => grpc_1.46.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/grpc/{grpc_1.46.6.bb => grpc_1.46.7.bb} (98%) diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.46.6.bb b/meta-oe/recipes-devtools/grpc/grpc_1.46.7.bb similarity index 98% rename from meta-oe/recipes-devtools/grpc/grpc_1.46.6.bb rename to meta-oe/recipes-devtools/grpc/grpc_1.46.7.bb index 7cf27d1e05..15bf05919b 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.46.6.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.46.7.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler" # RDEPENDS:${PN}-dev += "${PN}-compiler" S = "${WORKDIR}/git" -SRCREV_grpc = "af855eb64eea02d2f7b68d49c3d4d7a263649104" +SRCREV_grpc = "02384e39185f109bd299eb8482306229967dc970" BRANCH = "v1.46.x" SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \ file://0001-Revert-Changed-GRPCPP_ABSEIL_SYNC-to-GPR_ABSEIL_SYNC.patch \