aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-07-26 15:24:26 -0700
committerGravatar GitHub <noreply@github.com>2018-07-26 15:24:26 -0700
commit190badb1806c6fc34a4d39669e625ba4719e5f26 (patch)
tree46a116d599491e7817202e6b4b4de823f440d69a
parent62ce6a8e49db9624fe7f104f682d53425a042730 (diff)
parent3ffde93f85af97d04ff06826948689091e29a00b (diff)
Merge pull request #16148 from grpc/boost-boringssl
BoringSSL commit and version boost
-rw-r--r--src/objective-c/BoringSSL.podspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/BoringSSL.podspec b/src/objective-c/BoringSSL.podspec
index 363983183e..dc56680393 100644
--- a/src/objective-c/BoringSSL.podspec
+++ b/src/objective-c/BoringSSL.podspec
@@ -31,7 +31,7 @@
Pod::Spec.new do |s|
s.name = 'BoringSSL'
- version = '10.0.5'
+ version = '10.0.6'
s.version = version
s.summary = 'BoringSSL is a fork of OpenSSL that is designed to meet Google’s needs.'
# Adapted from the homepage:
@@ -68,7 +68,7 @@ Pod::Spec.new do |s|
s.source = {
:git => 'https://github.com/google/boringssl.git',
- :commit => "0c1f336fba7c8cdbe8f32a8c75a8a9f8461feff1",
+ :commit => "b29b21a81b32ec273f118f589f46d56ad3332420",
}
s.ios.deployment_target = '5.0'