[PATCH] D122619: [Bazel] Update zlib to 1.2.12

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 28 14:49:13 PDT 2022


GMNGeoffrey created this revision.
Herald added a project: All.
GMNGeoffrey requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

There's a vulnerability in 1.2.11:
https://twitter.com/taviso/status/1508438583484452866


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122619

Files:
  utils/bazel/WORKSPACE


Index: utils/bazel/WORKSPACE
===================================================================
--- utils/bazel/WORKSPACE
+++ utils/bazel/WORKSPACE
@@ -38,10 +38,10 @@
     name = "zlib",
     build_file = "@llvm-raw//utils/bazel/third_party_build:zlib.BUILD",
     sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
-    strip_prefix = "zlib-1.2.11",
+    strip_prefix = "zlib-1.2.12",
     urls = [
-        "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11.tar.gz",
-        "https://zlib.net/zlib-1.2.11.tar.gz",
+        "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12.tar.gz",
+        "https://zlib.net/zlib-1.2.12.tar.gz",
     ],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122619.418712.patch
Type: text/x-patch
Size: 723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/a6cb97c5/attachment.bin>


More information about the llvm-commits mailing list