From 90bf20e93ab685c515714119070a2cd5673a2cc4 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Fri, 16 Aug 2019 21:04:05 +0000 Subject: [PATCH 1/3] tls: update BoringSSL to 265728de (3865). 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 0c0002c0c657..7cb37ca65e2e 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -10,10 +10,10 @@ REPOSITORY_LOCATIONS = dict( ), boringssl = dict( # Use commits from branch "chromium-stable-with-bazel" - sha256 = "18edf961f8377e8d10fd8497bc8a331def9cb60a6c2a50a4c8eb322b045042d5", - strip_prefix = "boringssl-87d1c8f292e5184fd727efe84f458d89687d7742", - # chromium-76.0.3809.87 - urls = ["https://github.com/google/boringssl/archive/87d1c8f292e5184fd727efe84f458d89687d7742.tar.gz"], + sha256 = "c712766ddc844de2a38e686e1cdd7288795e9a6fe7f699c6636f1b76703db84e", + strip_prefix = "boringssl-265728decec4370cd02b941f72fba9f0735e2923", + # chromium-77.0.3865.37 (BETA) + urls = ["https://github.com/google/boringssl/archive/265728decec4370cd02b941f72fba9f0735e2923.tar.gz"], ), boringssl_fips = dict( sha256 = "b12ad676ee533824f698741bd127f6fbc82c46344398a6d78d25e62c6c418c73", From ff45a803726271ccf77cb0bad21e3a37b8a08f1f Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Fri, 16 Aug 2019 21:38:53 +0000 Subject: [PATCH 2/3] review: update branch name in comments. Signed-off-by: Piotr Sikora --- bazel/repository_locations.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 7cb37ca65e2e..526e6f9dbe28 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -9,7 +9,7 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/bazelbuild/bazel-toolchains/archive/0.28.5.tar.gz"], ), boringssl = dict( - # Use commits from branch "chromium-stable-with-bazel" + # Use commits from branch "master-with-bazel" sha256 = "c712766ddc844de2a38e686e1cdd7288795e9a6fe7f699c6636f1b76703db84e", strip_prefix = "boringssl-265728decec4370cd02b941f72fba9f0735e2923", # chromium-77.0.3865.37 (BETA) From eaa29b61f9b6e19a61801bd8bb603e25aad7c720 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Sat, 17 Aug 2019 00:11:34 +0000 Subject: [PATCH 3/3] review: add instructions on how to find the relevant commit. Signed-off-by: Piotr Sikora --- bazel/repository_locations.bzl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 526e6f9dbe28..005d26cd1f23 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -9,10 +9,14 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/bazelbuild/bazel-toolchains/archive/0.28.5.tar.gz"], ), boringssl = dict( - # Use commits from branch "master-with-bazel" sha256 = "c712766ddc844de2a38e686e1cdd7288795e9a6fe7f699c6636f1b76703db84e", strip_prefix = "boringssl-265728decec4370cd02b941f72fba9f0735e2923", - # chromium-77.0.3865.37 (BETA) + # To update BoringSSL, which tracks Chromium releases: + # 1. Open https://omahaproxy.appspot.com/ and note of linux/beta 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-77.0.3865.35 (BETA) urls = ["https://github.com/google/boringssl/archive/265728decec4370cd02b941f72fba9f0735e2923.tar.gz"], ), boringssl_fips = dict(