From ee0f5a3f6588e83d1f8b6ea790bcd3a388b0a9a1 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 5 May 2019 17:52:59 +0200 Subject: [PATCH] Update TunnelKit for TLS failures --- CHANGELOG.md | 1 + Podfile | 4 ++-- Podfile.lock | 10 +++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b6ea6f..339da5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Podfile b/Podfile index 9a28cfcf..037ccb7a 100644 --- a/Podfile +++ b/Podfile @@ -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' diff --git a/Podfile.lock b/Podfile.lock index 5dd6ab37..285ab425 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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