From c4504809bfa1455b4f5c2a651e7ad8f37804ea99 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 29 Oct 2024 14:26:00 +0100 Subject: Update to grpc v1.67.1 Update also direct dependencies: - boringssl b8b3e6e - google_apis fe8ba05 - protobuf v27.2 Also update the bootstrap build description for crypto library. Remove ssl patch for gcc-14 build as fix is now in upstream. Remove bytestream.proto patch as fix is now in upstream. Target utf8_range now taken only from protobuf, where it is first defined. For now, upb dependencies in grpc still taken from its own third_party subdirectory, as it is still kept synchronized with the corresponding tree in the corresponding protobuf version. --- etc/import/include/grpcpp/TARGETS.grpc | 8 ++++++++ 1 file changed, 8 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 3aae1877..a8a25403 100644 --- a/etc/import/include/grpcpp/TARGETS.grpc +++ b/etc/import/include/grpcpp/TARGETS.grpc @@ -9,7 +9,9 @@ , "create_channel_posix.h" , "ext/health_check_service_server_builder_option.h" , "generic/async_generic_service.h" + , "generic/callback_generic_service.h" , "generic/generic_stub.h" + , "generic/generic_stub_callback.h" , "grpcpp.h" , "health_check_service_interface.h" , "impl/call_hook.h" @@ -37,6 +39,7 @@ , "impl/service_type.h" , "impl/status.h" , "impl/sync.h" + , "passive_listener.h" , "resource_quota.h" , "security/audit_logging.h" , "security/tls_crl_provider.h" @@ -158,4 +161,9 @@ , "srcs": ["ext/server_metric_recorder.h"] , "stage": ["grpcpp"] } +, "global_callback_hook_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["support/global_callback_hook.h"] + , "stage": ["grpcpp"] + } } -- cgit v1.2.3