From 7f0a4ba0274dd00b290090f6b5474ba1ba14fbac Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 7 May 2018 20:05:23 +0200 Subject: bump boringssl-with-bazel to latest chromium-stable-with-bazel --- bazel/grpc_deps.bzl | 4 ++-- third_party/boringssl-with-bazel | 2 +- tools/run_tests/sanity/check_submodules.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index 3c69a6bc52..1e3d83d06a 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -70,8 +70,8 @@ def grpc_deps(): if "boringssl" not in native.existing_rules(): native.http_archive( name = "boringssl", - # on the master-with-bazel branch - url = "https://boringssl.googlesource.com/boringssl/+archive/886e7d75368e3f4fab3f4d0d3584e4abfc557755.tar.gz", + # on the chromium-stable-with-bazel branch + url = "https://boringssl.googlesource.com/boringssl/+archive/dcd3e6e6ecddf059adb48fca45bc7346a108bdd9.tar.gz", ) if "com_github_madler_zlib" not in native.existing_rules(): diff --git a/third_party/boringssl-with-bazel b/third_party/boringssl-with-bazel index 886e7d7536..dcd3e6e6ec 160000 --- a/third_party/boringssl-with-bazel +++ b/third_party/boringssl-with-bazel @@ -1 +1 @@ -Subproject commit 886e7d75368e3f4fab3f4d0d3584e4abfc557755 +Subproject commit dcd3e6e6ecddf059adb48fca45bc7346a108bdd9 diff --git a/tools/run_tests/sanity/check_submodules.sh b/tools/run_tests/sanity/check_submodules.sh index 723d18565d..58041365b1 100755 --- a/tools/run_tests/sanity/check_submodules.sh +++ b/tools/run_tests/sanity/check_submodules.sh @@ -28,7 +28,7 @@ git submodule | awk '{ print $1 }' | sort > "$submodules" cat << EOF | awk '{ print $1 }' | sort > "$want_submodules" 5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8 third_party/benchmark (v1.2.0) a20bb7ff8bb5057065a2e7941249773f9676cf45 third_party/boringssl (heads/chromium-stable) - 886e7d75368e3f4fab3f4d0d3584e4abfc557755 third_party/boringssl-with-bazel (version_for_cocoapods_7.0-857-g886e7d7) + dcd3e6e6ecddf059adb48fca45bc7346a108bdd9 third_party/boringssl-with-bazel (version_for_cocoapods_10.0-369-gdcd3e6e6) 30dbc81fb5ffdc98ea9b14b1918bfe4e8779b26e third_party/gflags (v2.2.0) ec44c6c1675c25b9827aacd08c02433cccde7780 third_party/googletest (release-1.8.0) b5fbb742af122b565925987e65c08957739976a7 third_party/protobuf (v3.5.2) -- cgit v1.2.3