forked from clearlinux-pkgs/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCVE-2019-5482.patch
More file actions
23 lines (21 loc) · 975 Bytes
/
CVE-2019-5482.patch
File metadata and controls
23 lines (21 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 27e6923fd139565805bd0879fcba5d93a4aeda02 Mon Sep 17 00:00:00 2001
From: Penporn Koanantakool <penporn@google.com>
Date: Mon, 19 Aug 2019 01:35:21 -0700
Subject: [PATCH] Fix the curl mirror URL.
PiperOrigin-RevId: 264106981
---
tensorflow/workspace.bzl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 8d5e1fb1a46a..516601f88176 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -504,7 +504,7 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
strip_prefix = "curl-7.65.3",
system_build_file = clean_dep("//third_party/systemlibs:curl.BUILD"),
urls = [
- "http://mirror.tensorflow.org/curl.haxx.se/download/curl-7.65.3.tar.gz",
+ "https://storage.googleapis.com/mirror.tensorflow.org/curl.haxx.se/download/curl-7.65.3.tar.gz",
"https://curl.haxx.se/download/curl-7.65.3.tar.gz",
],
)