forked from clearlinux-pkgs/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0001-Updated-curl.patch
More file actions
34 lines (30 loc) · 1.34 KB
/
0001-Updated-curl.patch
File metadata and controls
34 lines (30 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From 31e924085dc2975461b9d319db66c916674a310e Mon Sep 17 00:00:00 2001
From: "Choong, Yin Thong" <yin.thong.choong@intel.com>
Date: Thu, 11 Jul 2019 15:16:19 +0800
Subject: [PATCH] Updated curl
Signed-off-by: Choong, Yin Thong <yin.thong.choong@intel.com>
---
tensorflow/workspace.bzl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 55d7eb93..ae1e3b89 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -474,12 +474,12 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "curl",
build_file = clean_dep("//third_party:curl.BUILD"),
- sha256 = "e9c37986337743f37fd14fe8737f246e97aec94b39d1b71e8a5973f72a9fc4f5",
- strip_prefix = "curl-7.60.0",
+ sha256 = "821aeb78421375f70e55381c9ad2474bf279fc454b791b7e95fc83562951c690",
+ strip_prefix = "curl-7.65.1",
system_build_file = clean_dep("//third_party/systemlibs:curl.BUILD"),
urls = [
- "http://mirror.tensorflow.org/curl.haxx.se/download/curl-7.60.0.tar.gz",
- "https://curl.haxx.se/download/curl-7.60.0.tar.gz",
+ "http://mirror.tensorflow.org/curl.haxx.se/download/curl-7.65.1.tar.gz",
+ "https://curl.haxx.se/download/curl-7.65.1.tar.gz",
],
)
--
2.22.0