Skip to content

Commit

Permalink
Merge pull request #59164 from yongtang:curl-7.87.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 501118606
  • Loading branch information
tensorflower-gardener committed Jan 11, 2023
2 parents bd22834 + ee70df0 commit 39cdab6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tensorflow/workspace2.bzl
Expand Up @@ -500,10 +500,10 @@ def _tf_repositories():
tf_http_archive(
name = "curl",
build_file = "//third_party:curl.BUILD",
sha256 = "3dfdd39ba95e18847965cd3051ea6d22586609d9011d91df7bc5521288987a82",
strip_prefix = "curl-7.86.0",
sha256 = "8a063d664d1c23d35526b87a2bf15514962ffdd8ef7fd40519191b3c23e39548",
strip_prefix = "curl-7.87.0",
system_build_file = "//third_party/systemlibs:curl.BUILD",
urls = tf_mirror_urls("https://curl.haxx.se/download/curl-7.86.0.tar.gz"),
urls = tf_mirror_urls("https://curl.haxx.se/download/curl-7.87.0.tar.gz"),
)

# WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change the below rule
Expand Down
6 changes: 5 additions & 1 deletion third_party/curl.BUILD
Expand Up @@ -44,6 +44,8 @@ cc_library(
"lib/bufref.h",
"lib/c-hyper.c",
"lib/c-hyper.h",
"lib/cfilters.c",
"lib/cfilters.h",
"lib/config-amigaos.h",
"lib/config-dos.h",
"lib/config-mac.h",
Expand Down Expand Up @@ -170,7 +172,8 @@ cc_library(
"lib/http_proxy.h",
"lib/http_aws_sigv4.c",
"lib/http_aws_sigv4.h",
"lib/idn_win32.c",
"lib/idn.c",
"lib/idn.h",
"lib/if2ip.c",
"lib/if2ip.h",
"lib/imap.c",
Expand Down Expand Up @@ -333,6 +336,7 @@ cc_library(
"lib/vtls/sectransp.h",
"lib/vtls/vtls.c",
"lib/vtls/vtls.h",
"lib/vtls/vtls_int.h",
"lib/vtls/wolfssl.c",
"lib/vtls/wolfssl.h",
"lib/vtls/x509asn1.c",
Expand Down

0 comments on commit 39cdab6

Please sign in to comment.