Update TunnelKit for TLS failures

This commit is contained in:
Davide De Rosa 2019-05-05 17:52:59 +02:00
parent aff371d500
commit ee0f5a3f65
3 changed files with 8 additions and 7 deletions

View File

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- NordVPN double servers not connecting out of the box. [#78](https://github.com/passepartoutvpn/passepartout-ios/issues/78)
- Authentication with OpenVPN AS. [tunnelkit#95](https://github.com/keeshux/tunnelkit/issues/95)
- TLS failed with some servers. [tunnelkit#97](https://github.com/keeshux/tunnelkit/issues/97)
## 1.6.0 (2019-05-01)

View File

@ -5,8 +5,8 @@ use_frameworks!
def shared_pods
#pod 'TunnelKit', '~> 1.7.0'
#pod 'TunnelKit/LZO', '~> 1.7.0'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '273007c'
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '273007c'
pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '97f178c'
pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '97f178c'
#pod 'TunnelKit', :path => '../../personal/tunnelkit'
#pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit'
pod 'SSZipArchive'

View File

@ -17,8 +17,8 @@ PODS:
DEPENDENCIES:
- MBProgressHUD
- SSZipArchive
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `273007c`)
- TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `273007c`)
- TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `97f178c`)
- TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `97f178c`)
SPEC REPOS:
https://github.com/cocoapods/specs.git:
@ -29,12 +29,12 @@ SPEC REPOS:
EXTERNAL SOURCES:
TunnelKit:
:commit: 273007c
:commit: 97f178c
:git: https://github.com/keeshux/tunnelkit
CHECKOUT OPTIONS:
TunnelKit:
:commit: 273007c
:commit: 97f178c
:git: https://github.com/keeshux/tunnelkit
SPEC CHECKSUMS:
@ -44,6 +44,6 @@ SPEC CHECKSUMS:
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
TunnelKit: dd00b33e4c6d84f2d32390448a33ef5e37b1ac52
PODFILE CHECKSUM: 4ecd254eb1d38533edf2b71c48ca697b66118a02
PODFILE CHECKSUM: 24af6ecf7b2f2727caf4cd7f7ed3ef9065cdc11b
COCOAPODS: 1.6.1