mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
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 <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
5839ccb520
commit
d5f5eeaff4
@@ -15,7 +15,7 @@ Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Updated for 1.76.0:
|
||||
[build utf8_range_lib as it is now explicitly required]
|
||||
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
|
||||
[Bernd: rebased for 1.80.0]
|
||||
[Bernd: rebased for 1.83.1]
|
||||
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
---
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user