提交 5220dff6 编写于 作者: J justkw 提交者: TensorFlow Release Automation

upgrade curl 8.1.2 -> 8.2.1 which has CVE fixes

上级 d6ab4923
......@@ -513,10 +513,10 @@ def _tf_repositories():
tf_http_archive(
name = "curl",
build_file = "//third_party:curl.BUILD",
sha256 = "2e5a9b8fcdc095bdd2f079561f369de71c5eb3b80f00a702fbe9a8b8d9897891",
strip_prefix = "curl-8.1.2",
sha256 = "f98bdb06c0f52bdd19e63c4a77b5eb19b243bcbbd0f5b002b9f3cba7295a3a42",
strip_prefix = "curl-8.2.1",
system_build_file = "//third_party/systemlibs:curl.BUILD",
urls = tf_mirror_urls("https://curl.haxx.se/download/curl-8.1.2.tar.gz"),
urls = tf_mirror_urls("https://curl.haxx.se/download/curl-8.2.1.tar.gz"),
)
# WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change the below rule
......
......@@ -201,6 +201,8 @@ cc_library(
"lib/ldap.c",
"lib/llist.c",
"lib/llist.h",
"lib/macos.c",
"lib/macos.h",
"lib/md4.c",
"lib/md5.c",
"lib/memdebug.c",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册