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/TARGETS.google_apis | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'etc/import/TARGETS.google_apis') diff --git a/etc/import/TARGETS.google_apis b/etc/import/TARGETS.google_apis index e07f15be..89cb8ac0 100644 --- a/etc/import/TARGETS.google_apis +++ b/etc/import/TARGETS.google_apis @@ -26,6 +26,14 @@ { "type": ["@", "rules", "proto", "library"] , "name": ["google_api_client_proto"] , "srcs": ["google/api/client.proto"] + , "deps": ["google_api_launch_stage_proto"] + } +, "google_api_launch_stage_proto": + {"type": "export", "target": "google_api_launch_stage_proto (unexported)"} +, "google_api_launch_stage_proto (unexported)": + { "type": ["@", "rules", "proto", "library"] + , "name": ["google_api_launch_stage_proto"] + , "srcs": ["google/api/launch_stage.proto"] } , "google_api_expr_v1alpha1_checked_proto": { "type": "export" @@ -46,11 +54,6 @@ , "name": ["google_api_expr_v1alpha1_syntax_proto"] , "srcs": ["google/api/expr/v1alpha1/syntax.proto"] } -, "google/bytestream/bytestream.proto": - { "type": ["@", "rules", "patch", "file"] - , "src": [["FILE", null, "google/bytestream/bytestream.proto"]] - , "patch": [["@", "patches", "", "bytestream.proto.diff"]] - } , "google_bytestream_proto": { "type": "export" , "target": "google_bytestream_proto (unexported)" -- cgit v1.2.3