Skip to content

Commit 573a185

Browse files
authored
Update zlib to 1.2.13 (#10819)
This pulls in the fix for CVE-2022-37434. (PR'ed to main already in #10786)
1 parent 33bc6fb commit 573a185

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

protobuf_deps.bzl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@ def protobuf_deps():
4848
http_archive(
4949
name = "zlib",
5050
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
51-
sha256 = "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff",
52-
strip_prefix = "zlib-1.2.11",
53-
urls = ["https://github.com/madler/zlib/archive/v1.2.11.tar.gz"],
51+
sha256 = "d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98",
52+
strip_prefix = "zlib-1.2.13",
53+
urls = [
54+
"https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.xz",
55+
"https://zlib.net/zlib-1.2.13.tar.xz",
56+
],
5457
)
5558

5659
if not native.existing_rule("rules_cc"):

0 commit comments

Comments
 (0)