Skip to content

Commit

Permalink
[Backport: v1.51.x] Update boringssl to grpc-202302 (#32383)
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Feb 14, 2023
1 parent 8326882 commit 675f356
Show file tree
Hide file tree
Showing 8 changed files with 508 additions and 508 deletions.
8 changes: 4 additions & 4 deletions bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,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 = "534fa658bd845fd974b50b10f444d392dfd0d93768c4a51b61263fd37d851c40",
strip_prefix = "boringssl-b9232f9e27e5668bc0414879dcdedb2a59ea75f2",
sha256 = "ad0b806b6c5cbd6cae121c608945d5fed468748e330632e8d53315089ad52c67",
strip_prefix = "boringssl-6195bf8242156c9a2fa75702eee058f91b86a88b",
urls = [
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/b9232f9e27e5668bc0414879dcdedb2a59ea75f2.tar.gz",
"https://github.com/google/boringssl/archive/b9232f9e27e5668bc0414879dcdedb2a59ea75f2.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/boringssl/archive/6195bf8242156c9a2fa75702eee058f91b86a88b.tar.gz",
"https://github.com/google/boringssl/archive/6195bf8242156c9a2fa75702eee058f91b86a88b.tar.gz",
],
)

Expand Down
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.

2 changes: 1 addition & 1 deletion src/boringssl/boringssl_prefix_symbols.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated by generate_boringssl_prefix_header.sh on BoringSSL commit: b9232f9e27e5668bc0414879dcdedb2a59ea75f2
// generated by generate_boringssl_prefix_header.sh on BoringSSL commit: 6195bf8242156c9a2fa75702eee058f91b86a88b

// Copyright (c) 2018, Google Inc.
//
Expand Down
996 changes: 498 additions & 498 deletions src/objective-c/BoringSSL-GRPC.podspec

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/gRPC-Core.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
ss.header_mappings_dir = '.'
ss.libraries = 'z'
ss.dependency "#{s.name}/Interface", version
ss.dependency 'BoringSSL-GRPC', '0.0.24'
ss.dependency 'BoringSSL-GRPC', '0.0.25'
% for abseil_spec in grpc_abseil_specs:
ss.dependency '${abseil_spec}', abseil_version
% endfor
Expand Down
2 changes: 1 addition & 1 deletion templates/src/objective-c/BoringSSL-GRPC.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

Pod::Spec.new do |s|
s.name = 'BoringSSL-GRPC'
version = '0.0.24'
version = '0.0.25'
s.version = version
s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google\'s needs.'
# Adapted from the homepage:
Expand Down
2 changes: 1 addition & 1 deletion tools/run_tests/sanity/check_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cat <<EOF | sort >"$want_submodules"
third_party/abseil-cpp 273292d1cfc0a94a65082ee350509af1d113344d
third_party/benchmark 361e8d1cfe0c6c36d30b39f1b61302ece5507320
third_party/bloaty 60209eb1ccc34d5deefb002d1b7f37545204f7f2
third_party/boringssl-with-bazel b9232f9e27e5668bc0414879dcdedb2a59ea75f2
third_party/boringssl-with-bazel 6195bf8242156c9a2fa75702eee058f91b86a88b
third_party/cares/cares 6654436a307a5a686b008c1d4c93b0085da6e6d8
third_party/envoy-api bf6154e482bbd5e6f64032993206e66b6116f2bd
third_party/googleapis 2f9af297c84c55c8b871ba4495e01ade42476c92
Expand Down

0 comments on commit 675f356

Please sign in to comment.