diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 6961a1fe19cea..6ab705b6eb665 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -60,18 +60,18 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "BoringSSL", project_desc = "Minimal OpenSSL fork", project_url = "https://github.com/google/boringssl", - version = "1ce6682c7f6cfe0426ed54a37c10775bea9d3502", - sha256 = "b878d84f90b9a95fa1e53f46f1b69a5116621e117a6d4dbf602d884311ee6aa7", - strip_prefix = "boringssl-{version}", # To update BoringSSL, which tracks Chromium releases: # 1. Open https://omahaproxy.appspot.com/ and note of linux/stable release. # 2. Open https://chromium.googlesource.com/chromium/src/+/refs/tags//DEPS and note . # 3. Find a commit in BoringSSL's "master-with-bazel" branch that merges . # - # chromium-87.0.4280.66 + # chromium-88.0.4324.96 + version = "fbbf8781456c38a90f674d4771126ed39132855b", + sha256 = "76a571c1c3f6f6618d538384319ccc2b7ba9f7ae3f60087ba67894faba11a6b6", + strip_prefix = "boringssl-{version}", urls = ["https://github.com/google/boringssl/archive/{version}.tar.gz"], use_category = ["controlplane", "dataplane_core"], - release_date = "2020-09-21", + release_date = "2020-11-04", cpe = "cpe:2.3:a:google:boringssl:*", ), boringssl_fips = dict(