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/patches/bytestream.proto.diff | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 etc/patches/bytestream.proto.diff (limited to 'etc/patches/bytestream.proto.diff') diff --git a/etc/patches/bytestream.proto.diff b/etc/patches/bytestream.proto.diff deleted file mode 100644 index 0ded6d5b..00000000 --- a/etc/patches/bytestream.proto.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- bytestream.proto.orig 2022-03-04 15:34:51.771366591 +0100 -+++ bytestream.proto 2022-03-04 15:36:46.721674292 +0100 -@@ -16,8 +16,8 @@ - - package google.bytestream; - --import "google/api/annotations.proto"; --import "google/protobuf/wrappers.proto"; -+// import "google/api/annotations.proto"; -+// import "google/protobuf/wrappers.proto"; - - option go_package = "google.golang.org/genproto/googleapis/bytestream;bytestream"; - option java_outer_classname = "ByteStreamProto"; -- cgit v1.2.3