From e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 11 Apr 2024 16:55:07 +0200 Subject: Update grpc to v1.62.1 and all its dependencies - update boringssl to commit ae72a45 - update protobuf to v25.1 - update abseil to v20240116.0 (including patches) Also add mirrors for third-party dependencies where known and hashes correspond. --- etc/import/src/include/openssl/TARGETS.boringssl | 31 +++++++++++++++--------- 1 file changed, 20 insertions(+), 11 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 c84392a3..0d4a9495 100644 --- a/etc/import/src/include/openssl/TARGETS.boringssl +++ b/etc/import/src/include/openssl/TARGETS.boringssl @@ -1,12 +1,18 @@ -{ "crypto_headers": +{ "ssl_headers": + { "type": ["@", "rules", "data", "staged"] + , "srcs": ["dtls1.h", "srtp.h", "ssl.h", "ssl3.h", "tls1.h"] + , "stage": ["openssl"] + } +, "crypto_headers": { "type": ["@", "rules", "data", "staged"] , "srcs": [ "aead.h" , "aes.h" , "arm_arch.h" + , "asm_base.h" , "asn1.h" - , "asn1t.h" , "asn1_mac.h" + , "asn1t.h" , "base.h" , "base64.h" , "bio.h" @@ -23,34 +29,37 @@ , "conf.h" , "cpu.h" , "crypto.h" + , "ctrdrbg.h" , "curve25519.h" , "des.h" , "dh.h" , "digest.h" , "dsa.h" + , "e_os2.h" , "ec.h" + , "ec_key.h" , "ecdh.h" , "ecdsa.h" - , "ec_key.h" , "engine.h" , "err.h" , "evp.h" , "evp_errors.h" , "ex_data.h" - , "e_os2.h" , "hkdf.h" , "hmac.h" , "hpke.h" , "hrss.h" , "is_boringssl.h" + , "kdf.h" + , "kyber.h" , "lhash.h" , "md4.h" , "md5.h" , "mem.h" , "nid.h" , "obj.h" - , "objects.h" , "obj_mac.h" + , "objects.h" , "opensslconf.h" , "opensslv.h" , "ossl_typ.h" @@ -60,27 +69,27 @@ , "pkcs8.h" , "poly1305.h" , "pool.h" + , "posix_time.h" , "rand.h" , "rc4.h" , "ripemd.h" , "rsa.h" , "safestack.h" + , "service_indicator.h" , "sha.h" , "siphash.h" , "span.h" , "stack.h" + , "target.h" , "thread.h" + , "time.h" , "trust_token.h" , "type_check.h" , "x509.h" - , "x509v3.h" , "x509_vfy.h" + , "x509v3.h" + , "x509v3_errors.h" ] , "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