aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Maruseac <mihaimaruseac@google.com>2020-12-16 09:52:03 -0800
committerGitHub <noreply@github.com>2020-12-16 09:52:03 -0800
commitefabff5ae0e54ee670d8df0121ef684d997a5b63 (patch)
tree6b46d8f4c9c8e71b9e8e89e0ab239489ae5540a1
parent3d9cfe8d659d01f413cfed6d55d0544e6577a0d6 (diff)
parent140ca50857526902ccb76a71ec8adf3d4ebcfa56 (diff)
downloadtensorflow-efabff5ae0e54ee670d8df0121ef684d997a5b63.tar.gz
Merge pull request #45548 from tensorflow/mm-cherry-pick-pcre-fixes-on-r1.15
Update PCRE library from 8.42 to 8.44
-rwxr-xr-xtensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 9b2154c56f3..145088df98a 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -474,12 +474,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "pcre",
build_file = clean_dep("//third_party:pcre.BUILD"),
- sha256 = "69acbc2fbdefb955d42a4c606dfde800c2885711d2979e356c0636efde9ec3b5",
- strip_prefix = "pcre-8.42",
+ sha256 = "aecafd4af3bd0f3935721af77b889d9024b2e01d96b58471bd91a3063fb47728",
+ strip_prefix = "pcre-8.44",
system_build_file = clean_dep("//third_party/systemlibs:pcre.BUILD"),
urls = [
- "https://storage.googleapis.com/mirror.tensorflow.org/ftp.exim.org/pub/pcre/pcre-8.42.tar.gz",
- "http://ftp.exim.org/pub/pcre/pcre-8.42.tar.gz",
+ "https://storage.googleapis.com/mirror.tensorflow.org/ftp.exim.org/pub/pcre/pcre-8.44.tar.gz",
+ "https://ftp.exim.org/pub/pcre/pcre-8.44.tar.gz",
],
)