Skip to content

Commit 224e9be

Browse files
committed
[Bazel] Update zlib to 1.2.12
There's a vulnerability in 1.2.11: https://twitter.com/taviso/status/1508438583484452866 Differential Revision: https://reviews.llvm.org/D122619
1 parent c8048c7 commit 224e9be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bazel/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ maybe(
3838
name = "zlib",
3939
build_file = "@llvm-raw//utils/bazel/third_party_build:zlib.BUILD",
4040
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
41-
strip_prefix = "zlib-1.2.11",
41+
strip_prefix = "zlib-1.2.12",
4242
urls = [
43-
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11.tar.gz",
44-
"https://zlib.net/zlib-1.2.11.tar.gz",
43+
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12.tar.gz",
44+
"https://zlib.net/zlib-1.2.12.tar.gz",
4545
],
4646
)
4747

0 commit comments

Comments
 (0)