File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -513,10 +513,10 @@ def _tf_repositories():
513513 tf_http_archive (
514514 name = "curl" ,
515515 build_file = "//third_party:curl.BUILD" ,
516- sha256 = "f98bdb06c0f52bdd19e63c4a77b5eb19b243bcbbd0f5b002b9f3cba7295a3a42 " ,
517- strip_prefix = "curl-8.2.1 " ,
516+ sha256 = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427 " ,
517+ strip_prefix = "curl-8.4.0 " ,
518518 system_build_file = "//third_party/systemlibs:curl.BUILD" ,
519- urls = tf_mirror_urls ("https://curl.haxx. se/download/curl-8.2.1 .tar.gz" ),
519+ urls = tf_mirror_urls ("https://curl.se/download/curl-8.4.0 .tar.gz" ),
520520 )
521521
522522 # WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change the below rule
Original file line number Diff line number Diff line change @@ -93,8 +93,6 @@ cc_library(
9393 "lib/curl_hmac.h",
9494 "lib/curl_krb5.h",
9595 "lib/curl_ldap.h",
96- "lib/curl_log.c",
97- "lib/curl_log.h",
9896 "lib/curl_md4.h",
9997 "lib/curl_md5.h",
10098 "lib/curl_memory.h",
@@ -122,6 +120,8 @@ cc_library(
122120 "lib/curl_sspi.h",
123121 "lib/curl_threads.c",
124122 "lib/curl_threads.h",
123+ "lib/curl_trc.c",
124+ "lib/curl_trc.h",
125125 "lib/curlx.h",
126126 "lib/dict.c",
127127 "lib/dict.h",
@@ -327,8 +327,6 @@ cc_library(
327327 "lib/vssh/wolfssh.c",
328328 "lib/vtls/bearssl.c",
329329 "lib/vtls/bearssl.h",
330- "lib/vtls/gskit.c",
331- "lib/vtls/gskit.h",
332330 "lib/vtls/gtls.c",
333331 "lib/vtls/gtls.h",
334332 "lib/vtls/hostcheck.c",
@@ -339,8 +337,6 @@ cc_library(
339337 "lib/vtls/mbedtls.h",
340338 "lib/vtls/mbedtls_threadlock.c",
341339 "lib/vtls/mbedtls_threadlock.h",
342- "lib/vtls/nss.c",
343- "lib/vtls/nssg.h",
344340 "lib/vtls/openssl.c",
345341 "lib/vtls/openssl.h",
346342 "lib/vtls/rustls.c",
You can’t perform that action at this time.
0 commit comments