Merge pull request #38200 from Intel-tensorflow:chuanqiw/curl_upgrade
PiperOrigin-RevId: 304938718 Change-Id: I408e3b1d9ce1badfb08666ddac6400bae2c97936
This commit is contained in:
commit
bfb0e49d58
@ -547,12 +547,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
tf_http_archive(
|
||||
name = "curl",
|
||||
build_file = clean_dep("//third_party:curl.BUILD"),
|
||||
sha256 = "d0393da38ac74ffac67313072d7fe75b1fa1010eb5987f63f349b024a36b7ffb",
|
||||
strip_prefix = "curl-7.66.0",
|
||||
sha256 = "01ae0c123dee45b01bbaef94c0bc00ed2aec89cb2ee0fd598e0d302a6b5e0a98",
|
||||
strip_prefix = "curl-7.69.1",
|
||||
system_build_file = clean_dep("//third_party/systemlibs:curl.BUILD"),
|
||||
urls = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.66.0.tar.gz",
|
||||
"https://curl.haxx.se/download/curl-7.66.0.tar.gz",
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.69.1.tar.gz",
|
||||
"https://curl.haxx.se/download/curl-7.69.1.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
8
third_party/curl.BUILD
vendored
8
third_party/curl.BUILD
vendored
@ -163,6 +163,8 @@ cc_library(
|
||||
"lib/quic.h",
|
||||
"lib/rand.c",
|
||||
"lib/rand.h",
|
||||
"lib/rename.h",
|
||||
"lib/rename.c",
|
||||
"lib/rtsp.c",
|
||||
"lib/rtsp.h",
|
||||
"lib/security.c",
|
||||
@ -183,13 +185,13 @@ cc_library(
|
||||
"lib/smb.h",
|
||||
"lib/smtp.h",
|
||||
"lib/sockaddr.h",
|
||||
"lib/socketpair.h",
|
||||
"lib/socks.c",
|
||||
"lib/socks.h",
|
||||
"lib/speedcheck.c",
|
||||
"lib/speedcheck.h",
|
||||
"lib/splay.c",
|
||||
"lib/splay.h",
|
||||
"lib/ssh.h",
|
||||
"lib/strcase.c",
|
||||
"lib/strcase.h",
|
||||
"lib/strdup.c",
|
||||
@ -219,13 +221,13 @@ cc_library(
|
||||
"lib/vauth/vauth.c",
|
||||
"lib/vauth/vauth.h",
|
||||
"lib/version.c",
|
||||
"lib/vssh/ssh.h",
|
||||
"lib/vtls/bearssl.h",
|
||||
"lib/vtls/gskit.h",
|
||||
"lib/vtls/gtls.h",
|
||||
"lib/vtls/mbedtls.h",
|
||||
"lib/vtls/nssg.h",
|
||||
"lib/vtls/openssl.h",
|
||||
"lib/vtls/polarssl.h",
|
||||
"lib/vtls/polarssl_threadlock.h",
|
||||
"lib/vtls/schannel.h",
|
||||
"lib/vtls/vtls.c",
|
||||
"lib/vtls/vtls.h",
|
||||
|
Loading…
Reference in New Issue
Block a user