Skip to content

Commit

Permalink
Add third mirror for zlib
Browse files Browse the repository at this point in the history
The second mirror is not working anymore. At the moment, `mirror.bazel.build`'s SSL certificate is expired. This adds another mirror to make zlib available again.
  • Loading branch information
krfricke authored and gjasny committed May 18, 2022
1 parent bac0722 commit f5ed185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/repositories.bzl
Expand Up @@ -53,6 +53,7 @@ def prometheus_cpp_repositories():
urls = [
"https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz",
"https://zlib.net/zlib-1.2.11.tar.gz",
"https://storage.googleapis.com/bazel-mirror/zlib.net/zlib-1.2.11.tar.gz",
],
build_file = "@com_github_jupp0r_prometheus_cpp//bazel:zlib.BUILD",
)

2 comments on commit f5ed185

@lbermes
Copy link

@lbermes lbermes commented on f5ed185 May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
why still using 1.2.11 which has known security issues.
1.1.12 ist available and fixes these
Regards Lukas

@gjasny
Copy link
Collaborator

@gjasny gjasny commented on f5ed185 May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #588

Please sign in to comment.