aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Srini Polavarapu <35056280+srini100@users.noreply.github.com>2018-08-01 10:34:15 -0700
committerGravatar GitHub <noreply@github.com>2018-08-01 10:34:15 -0700
commit92fd2620ab03c438fdeab23400cb6f31f5ba7816 (patch)
tree58fa96457ffa608eab38c1288133a813e78ff71b /src/objective-c
parent6975fe484cf17bf056b1f8e2daf23899a0378083 (diff)
parent39b005061bda037f361e97a24305bbdd78181c38 (diff)
Merge pull request #16198 from srini100/master
upmerge from v1.14.x
Diffstat (limited to 'src/objective-c')
-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'