Skip to content

Commit

Permalink
tls: update BoringSSL to fbbf8781 (4324). (envoyproxy#14763)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Auni Ahsan <auni@google.com>
  • Loading branch information
PiotrSikora authored and auni53 committed Jan 25, 2021
1 parent aff8a99 commit 01a8ec3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 = "1ce6682c7f6cfe0426ed54a37c10775bea9d3502",
sha256 = "b878d84f90b9a95fa1e53f46f1b69a5116621e117a6d4dbf602d884311ee6aa7",
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-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(
Expand Down

0 comments on commit 01a8ec3

Please sign in to comment.