Skip to content

Commit

Permalink
tls: update BoringSSL to 2192bbc8 (4240). (envoyproxy#13567)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
  • Loading branch information
PiotrSikora authored Oct 15, 2020
1 parent f62d512 commit 8f20f97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "BoringSSL",
project_desc = "Minimal OpenSSL fork",
project_url = "https://github.com/google/boringssl",
version = "597b810379e126ae05d32c1d94b1a9464385acd0",
sha256 = "1ea42456c020daf0a9b0f9e8d8bc3a403c9314f4f54230c617257af996cd5fa6",
version = "2192bbc878822cf6ab5977d4257a1339453d9d39",
sha256 = "bb55b0ed2f0cb548b5dce6a6b8307ce37f7f748eb9f1be6bfe2d266ff2b4d52b",
strip_prefix = "boringssl-{version}",
# To update BoringSSL, which tracks Chromium releases:
# 1. Open https://omahaproxy.appspot.com/ and note <current_version> of linux/stable release.
# 2. Open https://chromium.googlesource.com/chromium/src/+/refs/tags/<current_version>/DEPS and note <boringssl_revision>.
# 3. Find a commit in BoringSSL's "master-with-bazel" branch that merges <boringssl_revision>.
#
# chromium-85.0.4183.83
# chromium-86.0.4240.80
urls = ["https://github.com/google/boringssl/archive/{version}.tar.gz"],
use_category = ["controlplane", "dataplane_core"],
last_updated = "2020-06-23",
last_updated = "2020-07-30",
cpe = "cpe:2.3:a:google:boringssl:*",
),
boringssl_fips = dict(
Expand Down

0 comments on commit 8f20f97

Please sign in to comment.