Bump curl dependency to 7.77.0

Handles the following CVEs:

* [CVE-2021-22901](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22901)
* [CVE-2021-22898](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22898)
* [CVE-2021-22876](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22876)
* [CVE-2021-22897](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22897)

PiperOrigin-RevId: 384576784
Change-Id: Iaf4f499736039ea957efb0af596d1a46f3062797
This commit is contained in:
Mihai Maruseac
2021-07-13 16:30:44 -07:00
parent 9a63e4600f
commit e67c82d8de
2 changed files with 6 additions and 4 deletions

View File

@@ -612,12 +612,12 @@ def _tf_repositories():
tf_http_archive(
name = "curl",
build_file = "//third_party:curl.BUILD",
sha256 = "3b4378156ba09e224008e81dcce854b7ce4d182b1f9cfb97fe5ed9e9c18c6bd3",
strip_prefix = "curl-7.76.0",
sha256 = "b0a3428acb60fa59044c4d0baae4e4fc09ae9af1d8a3aa84b2e3fbcd99841f77",
strip_prefix = "curl-7.77.0",
system_build_file = "//third_party/systemlibs:curl.BUILD",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.76.0.tar.gz",
"https://curl.haxx.se/download/curl-7.76.0.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.77.0.tar.gz",
"https://curl.haxx.se/download/curl-7.77.0.tar.gz",
],
)

View File

@@ -40,6 +40,8 @@ cc_library(
"lib/asyn-ares.c",
"lib/asyn.h",
"lib/base64.c",
"lib/bufref.c",
"lib/bufref.h",
"lib/c-hyper.c",
"lib/c-hyper.h",
"lib/config-amigaos.h",