From 30d2046f016f948f5b572be2f2f4f649f34d576d Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Fri, 31 Aug 2018 15:39:06 +0800 Subject: third_party: update libjpeg-turbo to 2.0.0 libjpeg-turbo-2.0.0 fixes CVE-2018-1152 and CVE-2018-11813 The build and source tree has been rearranged, the simd files are now in subdirs. Signed-off-by: Jason Zaman --- tensorflow/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tensorflow/workspace.bzl') diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl index e131c532cb..758c94c542 100755 --- a/tensorflow/workspace.bzl +++ b/tensorflow/workspace.bzl @@ -240,11 +240,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""): tf_http_archive( name = "jpeg", urls = [ - "https://mirror.bazel.build/github.com/libjpeg-turbo/libjpeg-turbo/archive/1.5.3.tar.gz", - "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/1.5.3.tar.gz", + "https://mirror.bazel.build/github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.0.tar.gz", + "https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.0.tar.gz", ], - sha256 = "1a17020f859cb12711175a67eab5c71fc1904e04b587046218e36106e07eabde", - strip_prefix = "libjpeg-turbo-1.5.3", + sha256 = "f892fff427ab3adffc289363eac26d197ce3ccacefe5f5822377348a8166069b", + strip_prefix = "libjpeg-turbo-2.0.0", build_file = clean_dep("//third_party/jpeg:jpeg.BUILD"), system_build_file = clean_dep("//third_party/systemlibs:jpeg.BUILD"), ) -- cgit v1.2.3