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/src/include/openssl/TARGETS.boringssl | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'etc/import/src/include/openssl/TARGETS.boringssl') diff --git a/etc/import/src/include/openssl/TARGETS.boringssl b/etc/import/src/include/openssl/TARGETS.boringssl index 0d4a9495..df6e9328 100644 --- a/etc/import/src/include/openssl/TARGETS.boringssl +++ b/etc/import/src/include/openssl/TARGETS.boringssl @@ -1,9 +1,4 @@ -{ "ssl_headers": - { "type": ["@", "rules", "data", "staged"] - , "srcs": ["dtls1.h", "srtp.h", "ssl.h", "ssl3.h", "tls1.h"] - , "stage": ["openssl"] - } -, "crypto_headers": +{ "crypto_headers": { "type": ["@", "rules", "data", "staged"] , "srcs": [ "aead.h" @@ -45,17 +40,21 @@ , "evp.h" , "evp_errors.h" , "ex_data.h" + , "experimental/dilithium.h" + , "experimental/kyber.h" + , "experimental/spx.h" , "hkdf.h" , "hmac.h" , "hpke.h" , "hrss.h" , "is_boringssl.h" , "kdf.h" - , "kyber.h" , "lhash.h" , "md4.h" , "md5.h" , "mem.h" + , "mldsa.h" + , "mlkem.h" , "nid.h" , "obj.h" , "obj_mac.h" @@ -92,4 +91,9 @@ ] , "stage": ["openssl"] } +, "ssl_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["dtls1.h", "srtp.h", "ssl.h", "ssl3.h", "tls1.h"] + , "stage": ["openssl"] + } } -- cgit v1.2.3