Skip to content

Commit

Permalink
bazel: update brotli (#23668)
Browse files Browse the repository at this point in the history
This fixes #23570 and #23342

There haven't been many commits since the previous pinned version, here
is the full diff: google/brotli@0cd2e39...6d03dfb

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
  • Loading branch information
keith authored Oct 26, 2022
1 parent 48c88d3 commit b58fb72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -669,16 +669,16 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_url = "https://brotli.org",
# Use the dev branch of brotli to resolve compilation issues.
# TODO(rojkov): Remove when brotli > 1.0.9 is released.
version = "0cd2e3926e95e7e2930f57ae3f4885508d462a25",
sha256 = "93810780e60304b51f2c9645fe313a6e4640711063ed0b860cfa60999dd256c5",
version = "6d03dfbedda1615c4cba1211f8d81735575209c8",
sha256 = "0e8eea905081ce894d1616970a83b21265a13505ce06e8aa6a747fd686938d10",
strip_prefix = "brotli-{version}",
urls = ["https://github.com/google/brotli/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = [
"envoy.compression.brotli.compressor",
"envoy.compression.brotli.decompressor",
],
release_date = "2020-09-08",
release_date = "2022-10-25",
cpe = "cpe:2.3:a:google:brotli:*",
license = "MIT",
license_url = "https://github.com/google/brotli/blob/{version}/LICENSE",
Expand Down

0 comments on commit b58fb72

Please sign in to comment.