From 8f20f978a2e57662b0c78f9c9b9843a288d1342b Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Thu, 15 Oct 2020 05:17:35 -0700 Subject: [PATCH] tls: update BoringSSL to 2192bbc8 (4240). (#13567) Signed-off-by: Piotr Sikora --- bazel/repository_locations.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index fba8cfebd16f..da172933473c 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 = "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 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-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(