Skip to content

Commit

Permalink
Update zlib to 1.2.13 (#10819)
Browse files Browse the repository at this point in the history
This pulls in the fix for CVE-2022-37434.

(PR'ed to main already in #10786)
  • Loading branch information
zhangskz committed Oct 25, 2022
1 parent 33bc6fb commit 573a185
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ def protobuf_deps():
http_archive(
name = "zlib",
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
sha256 = "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff",
strip_prefix = "zlib-1.2.11",
urls = ["https://github.com/madler/zlib/archive/v1.2.11.tar.gz"],
sha256 = "d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98",
strip_prefix = "zlib-1.2.13",
urls = [
"https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.2.13.tar.xz",
"https://zlib.net/zlib-1.2.13.tar.xz",
],
)

if not native.existing_rule("rules_cc"):
Expand Down

0 comments on commit 573a185

Please sign in to comment.