From 79cba1b79bdc2484ff150d1b9fac986f7103b9c8 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Wed, 20 Mar 2019 09:14:14 +0100 Subject: [PATCH] Update TunnelKit with "--compress lzo" support Fixes #32 --- CHANGELOG.md | 4 ++-- Podfile | 5 +++-- Podfile.lock | 12 ++++++------ 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532f3090..4edc3aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.1.0 RC1 1425 (2019-03-20) +## 1.1.0 RC1 1426 (2019-03-20) ### Added -- Support for legacy `--comp-lzo` compression. [tunnelkit#69](https://github.com/keeshux/tunnelkit/pull/69) +- Support for LZO compression. [#32](https://github.com/passepartoutvpn/passepartout-ios/issues/32), [tunnelkit#70](https://github.com/keeshux/tunnelkit/pull/70), [tunnelkit#69](https://github.com/keeshux/tunnelkit/pull/69) - Siri shortcuts. [#41](https://github.com/passepartoutvpn/passepartout-ios/pull/41) - Custom intents, have a look at Spotlight suggestions for Passepartout. [#40](https://github.com/passepartoutvpn/passepartout-ios/pull/40) - TunnelBear provider. [#35](https://github.com/passepartoutvpn/passepartout-ios/pull/35) diff --git a/Podfile b/Podfile index 998f3a2d..8035559e 100644 --- a/Podfile +++ b/Podfile @@ -4,9 +4,10 @@ use_frameworks! def shared_pods #pod 'TunnelKit', '~> 1.4.3' - pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '8e99c91' - pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '8e99c91' + pod 'TunnelKit', :git => 'https://github.com/keeshux/tunnelkit', :commit => '2f17e30' + pod 'TunnelKit/LZO', :git => 'https://github.com/keeshux/tunnelkit', :commit => '2f17e30' #pod 'TunnelKit', :path => '../../personal/tunnelkit' + #pod 'TunnelKit/LZO', :path => '../../personal/tunnelkit' end target 'Passepartout-Core' do diff --git a/Podfile.lock b/Podfile.lock index d8ad64b3..01e273ce 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -15,8 +15,8 @@ PODS: DEPENDENCIES: - MBProgressHUD - - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `8e99c91`) - - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `8e99c91`) + - TunnelKit (from `https://github.com/keeshux/tunnelkit`, commit `2f17e30`) + - TunnelKit/LZO (from `https://github.com/keeshux/tunnelkit`, commit `2f17e30`) SPEC REPOS: https://github.com/cocoapods/specs.git: @@ -26,20 +26,20 @@ SPEC REPOS: EXTERNAL SOURCES: TunnelKit: - :commit: 8e99c91 + :commit: 2f17e30 :git: https://github.com/keeshux/tunnelkit CHECKOUT OPTIONS: TunnelKit: - :commit: 8e99c91 + :commit: 2f17e30 :git: https://github.com/keeshux/tunnelkit SPEC CHECKSUMS: MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 OpenSSL-Apple: 37a8c0b04df4bb8971deef4671cc29222861319c SwiftyBeaver: 8e67ab3cd94389cbbb7a9c7cc02748d98bfee68e - TunnelKit: a1ec190379cba7c74be68635ad1dd4b59ceaf5ad + TunnelKit: 3e86c3f6b9bc1e1aa2c310696861a3ff2ff40a03 -PODFILE CHECKSUM: 4485846865fff02ed2dd427b2a7f2388c6eded71 +PODFILE CHECKSUM: 5b36f11cba26cd519d37f14e7aef3a38c23300b7 COCOAPODS: 1.6.1