Skip to content

Commit

Permalink
[BoringSSL] Update third_party/boringssl-with-bazel (#33150)
Browse files Browse the repository at this point in the history
Change was created by the release automation script. See go/grpc-release
  • Loading branch information
yijiem authored and wanlin31 committed May 18, 2023
1 parent 7c5f641 commit 3255adb
Show file tree
Hide file tree
Showing 15 changed files with 607 additions and 552 deletions.
7 changes: 5 additions & 2 deletions Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,11 @@ def grpc_deps():
name = "boringssl",
# Use github mirror instead of https://boringssl.googlesource.com/boringssl
# to obtain a boringssl archive with consistent sha256
sha256 = "c00b2be76d2ba0966b194aeee0c82feae60e01697e3c501479745126d0e54214",
strip_prefix = "boringssl-d473ae3587b9fa15f19f54da6243de3c53f67dfe",
sha256 = "f150aa2d73017fe8576a8a335f29030488d851c94368a79ac56142d107bf9e9a",
strip_prefix = "boringssl-e46383fc18d08def901b2ed5a194295693e905c7",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/d473ae3587b9fa15f19f54da6243de3c53f67dfe.tar.gz",
"https://github.com/google/boringssl/archive/d473ae3587b9fa15f19f54da6243de3c53f67dfe.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/e46383fc18d08def901b2ed5a194295693e905c7.tar.gz",
"https://github.com/google/boringssl/archive/e46383fc18d08def901b2ed5a194295693e905c7.tar.gz",
],
)

Expand Down
8 changes: 5 additions & 3 deletions config.m4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions config.w32

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gRPC-Core.podspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions grpc.gemspec

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions grpc.gyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3255adb

Please sign in to comment.