From da17ef5b04815ea3c6605274141a2e2b3b53b217 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 27 Feb 2025 16:09:40 +0100 Subject: Update grpc to v1.70.1 ...together with its dependencies: - boringssl dec0d8f681348af8bb675e07bd89989665fca8bc - protobuf v29.0 - abseil 20240722.0 Also update the bootstrap command for ssl to account for the fact that now also the crypto library has fully moved to C++ and the location of its sources has changed. --- etc/import/include/grpcpp/TARGETS.grpc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/import/include/grpcpp/TARGETS.grpc') diff --git a/etc/import/include/grpcpp/TARGETS.grpc b/etc/import/include/grpcpp/TARGETS.grpc index a8a25403..d9b2bf01 100644 --- a/etc/import/include/grpcpp/TARGETS.grpc +++ b/etc/import/include/grpcpp/TARGETS.grpc @@ -138,6 +138,7 @@ [ "impl/codegen/proto_buffer_reader.h" , "impl/codegen/proto_buffer_writer.h" , "impl/codegen/proto_utils.h" + , "impl/generic_serialize.h" , "impl/proto_utils.h" ] , "stage": ["grpcpp"] @@ -166,4 +167,9 @@ , "srcs": ["support/global_callback_hook.h"] , "stage": ["grpcpp"] } +, "grpcpp_xds_server_builder_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["xds_server_builder.h"] + , "stage": ["grpcpp"] + } } -- cgit v1.2.3