Skip to content

Commit 1f60e63

Browse files
authored
upgrade curl-8.4.0 (#92)
1 parent 2c9add7 commit 1f60e63

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

tensorflow/workspace2.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

third_party/curl.BUILD

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)