grpc: upgrade 1.66.1 -> 1.68.0

This includes CVE-fix for CVE-2024-11407

Changelog:
==================================
https://github.com/grpc/grpc/releases/tag/v1.68.0
https://github.com/grpc/grpc/compare/v1.66.1...v1.68.0

Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Divya Chellam 2025-01-03 10:58:44 +00:00 committed by Khem Raj
parent 338e2ff78b
commit 5c2793258e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -20,8 +20,8 @@ RDEPENDS:${PN}-dev:append:class-native = " ${PN}-compiler"
# RDEPENDS:${PN}-dev += "${PN}-compiler"
S = "${WORKDIR}/git"
SRCREV_grpc = "e821cdc231bda9ee93139a6daab6311dd8953832"
BRANCH = "v1.66.x"
SRCREV_grpc = "6b49ae626bc9cd7033e062f89dbe0e0576b1110e"
BRANCH = "v1.68.x"
SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \
file://0001-cmake-Link-with-libatomic-on-rv32-rv64.patch \
"