From d5f5eeaff46f44480a76b3175b273600ceb09969 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 6 Sep 2026 11:14:17 +0200 Subject: [PATCH] package/grpc: bump version to 1.83.1 https://github.com/grpc/grpc/releases/tag/v1.83.1 https://github.com/grpc/grpc/releases/tag/v1.83.0 https://github.com/grpc/grpc/releases/tag/v1.82.2 https://github.com/grpc/grpc/releases/tag/v1.82.1 https://github.com/grpc/grpc/releases/tag/v1.82.0 https://github.com/grpc/grpc/releases/tag/v1.81.1 https://github.com/grpc/grpc/releases/tag/v1.81.0 Rebased patch 0001. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- ...n-to-restrict-building-of-host-grpc-to-grpc.patch | 12 ++++++------ package/grpc/grpc.hash | 2 +- package/grpc/grpc.mk | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package/grpc/0002-Add-option-to-restrict-building-of-host-grpc-to-grpc.patch b/package/grpc/0002-Add-option-to-restrict-building-of-host-grpc-to-grpc.patch index 3e0aa2909b..03ca1d7bf4 100644 --- a/package/grpc/0002-Add-option-to-restrict-building-of-host-grpc-to-grpc.patch +++ b/package/grpc/0002-Add-option-to-restrict-building-of-host-grpc-to-grpc.patch @@ -15,7 +15,7 @@ Signed-off-by: Fabrice Fontaine Updated for 1.76.0: [build utf8_range_lib as it is now explicitly required] Signed-off-by: Michael Nosthoff -[Bernd: rebased for 1.80.0] +[Bernd: rebased for 1.83.1] Signed-off-by: Bernd Kuhls --- CMakeLists.txt | 39 +++++++++++++++++++++++++++++++++------ @@ -138,8 +138,8 @@ index bc86c00463..08441ddbd2 100644 +if(NOT gRPC_BUILD_PLUGIN_SUPPORT_ONLY) + add_library(grpc++ - src/cpp/client/call_credentials.cc - src/cpp/client/channel_cc.cc + src/core/client_channel/virtual_channel.cc + src/cpp/client/call_context_registry.cc @@ -5263,6 +5284,7 @@ if(gRPC_INSTALL) ) endif() @@ -155,8 +155,8 @@ index bc86c00463..08441ddbd2 100644 +if(NOT gRPC_BUILD_PLUGIN_SUPPORT_ONLY) + add_library(grpc++_unsecure - src/cpp/client/call_credentials.cc - src/cpp/client/channel_cc.cc + src/core/client_channel/virtual_channel.cc + src/cpp/client/call_context_registry.cc @@ -6285,6 +6309,7 @@ if(gRPC_INSTALL) ) endif() @@ -202,7 +202,7 @@ index bc86c00463..08441ddbd2 100644 if(gRPC_INSTALL) install(EXPORT gRPCTargets @@ -54105,6 +54105,8 @@ - "-laddress_sorting -lupb_textformat_lib -lupb_reflection_lib -lupb_wire_lib -lupb_message_lib -lutf8_range_lib -lupb_mini_descriptor_lib -lupb_mini_table_lib -lupb_hash_lib -lupb_mem_lib -lupb_base_lib -lupb_lex_lib" + "-laddress_sorting -lupb_textformat_lib -lupb_reflection_lib -lupb_wire_lib -lupb_message_lib -lutf8_range_lib -lupb_descriptor_lib -lupb_mini_descriptor_lib -lupb_mini_table_lib -lupb_hash_lib -lupb_mem_lib -lupb_base_lib -lupb_lex_lib" "grpc++_unsecure.pc") +endif() # gRPC_BUILD_PLUGIN_SUPPORT_ONLY diff --git a/package/grpc/grpc.hash b/package/grpc/grpc.hash index 6329aff00f..42b1120c8a 100644 --- a/package/grpc/grpc.hash +++ b/package/grpc/grpc.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 38f58596277fa632064cc0719b9ece4381c8c77461cb51e9b66ca149574b7865 grpc-1.80.0.tar.gz +sha256 60caa8397426d8a500e3e57ab6a49d1cb5aa62a36f2591eb9da3d77fa38ad8c9 grpc-1.83.1.tar.gz sha256 58c86a3f2b5cca0ebdf9ed3e7f4e6dc38e3b38796d8c3dc92064c62a4e39d0dd LICENSE diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk index 19250d679c..d504eeb992 100644 --- a/package/grpc/grpc.mk +++ b/package/grpc/grpc.mk @@ -4,7 +4,7 @@ # ################################################################################ -GRPC_VERSION = 1.80.0 +GRPC_VERSION = 1.83.1 GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION)) GRPC_LICENSE = Apache-2.0, BSD-3-Clause (third_party code), MPL-2.0 (etc/roots.pem) GRPC_LICENSE_FILES = LICENSE