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():
513
513
tf_http_archive (
514
514
name = "curl" ,
515
515
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 " ,
518
518
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" ),
520
520
)
521
521
522
522
# 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(
93
93
"lib/curl_hmac.h",
94
94
"lib/curl_krb5.h",
95
95
"lib/curl_ldap.h",
96
- "lib/curl_log.c",
97
- "lib/curl_log.h",
98
96
"lib/curl_md4.h",
99
97
"lib/curl_md5.h",
100
98
"lib/curl_memory.h",
@@ -122,6 +120,8 @@ cc_library(
122
120
"lib/curl_sspi.h",
123
121
"lib/curl_threads.c",
124
122
"lib/curl_threads.h",
123
+ "lib/curl_trc.c",
124
+ "lib/curl_trc.h",
125
125
"lib/curlx.h",
126
126
"lib/dict.c",
127
127
"lib/dict.h",
@@ -327,8 +327,6 @@ cc_library(
327
327
"lib/vssh/wolfssh.c",
328
328
"lib/vtls/bearssl.c",
329
329
"lib/vtls/bearssl.h",
330
- "lib/vtls/gskit.c",
331
- "lib/vtls/gskit.h",
332
330
"lib/vtls/gtls.c",
333
331
"lib/vtls/gtls.h",
334
332
"lib/vtls/hostcheck.c",
@@ -339,8 +337,6 @@ cc_library(
339
337
"lib/vtls/mbedtls.h",
340
338
"lib/vtls/mbedtls_threadlock.c",
341
339
"lib/vtls/mbedtls_threadlock.h",
342
- "lib/vtls/nss.c",
343
- "lib/vtls/nssg.h",
344
340
"lib/vtls/openssl.c",
345
341
"lib/vtls/openssl.h",
346
342
"lib/vtls/rustls.c",
You can’t perform that action at this time.
0 commit comments