parent
2728c0aa4b
commit
3b5e16b2a1
|
@ -53,7 +53,7 @@ extension OpenVPN.CompressionFraming: UIDescriptible {
|
||||||
case .compLZO:
|
case .compLZO:
|
||||||
return V.CompressionFraming.Value.lzo
|
return V.CompressionFraming.Value.lzo
|
||||||
|
|
||||||
case .compress:
|
case .compress, .compressV2:
|
||||||
return V.CompressionFraming.Value.compress
|
return V.CompressionFraming.Value.compress
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,11 +5,12 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## 1.15.3 Beta 2663 (2021-06-26)
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- SurfShark provider.
|
- SurfShark provider.
|
||||||
|
- Support for `--compress stub-v2`.
|
||||||
|
|
||||||
## 1.15.2 (2021-04-17)
|
## 1.15.2 (2021-04-17)
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,12 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## 1.15.3 Beta 2663 (2021-06-26)
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- SurfShark provider.
|
- SurfShark provider.
|
||||||
|
- Support for `--compress stub-v2`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
4
Podfile
4
Podfile
|
@ -7,8 +7,8 @@ $tunnelkit_name = 'TunnelKit'
|
||||||
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
$tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
||||||
|
|
||||||
def shared_pods
|
def shared_pods
|
||||||
pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.3.2'
|
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 3.3.2'
|
||||||
#pod_git $tunnelkit_name, $tunnelkit_specs, 'a658410'
|
pod_git $tunnelkit_name, $tunnelkit_specs, 'f5fdc0c'
|
||||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||||
pod 'SSZipArchive'
|
pod 'SSZipArchive'
|
||||||
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
pod 'Kvitto', :git => 'https://github.com/keeshux/Kvitto', :branch => 'enable-macos-spec'
|
||||||
|
|
25
Podfile.lock
25
Podfile.lock
|
@ -24,15 +24,15 @@ PODS:
|
||||||
- OpenSSL-Apple (1.1.1k.11)
|
- OpenSSL-Apple (1.1.1k.11)
|
||||||
- SSZipArchive (2.4.2)
|
- SSZipArchive (2.4.2)
|
||||||
- SwiftyBeaver (1.9.5)
|
- SwiftyBeaver (1.9.5)
|
||||||
- TunnelKit/AppExtension (3.3.2):
|
- TunnelKit/AppExtension (3.3.3):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
- TunnelKit/Core (3.3.2):
|
- TunnelKit/Core (3.3.3):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Extra/LZO (3.3.2)
|
- TunnelKit/Extra/LZO (3.3.3)
|
||||||
- TunnelKit/Manager (3.3.2):
|
- TunnelKit/Manager (3.3.3):
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit/Protocols/OpenVPN (3.3.2):
|
- TunnelKit/Protocols/OpenVPN (3.3.3):
|
||||||
- OpenSSL-Apple (~> 1.1.1h.10)
|
- OpenSSL-Apple (~> 1.1.1h.10)
|
||||||
- TunnelKit/AppExtension
|
- TunnelKit/AppExtension
|
||||||
- TunnelKit/Core
|
- TunnelKit/Core
|
||||||
|
@ -52,8 +52,8 @@ DEPENDENCIES:
|
||||||
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
- Kvitto (from `https://github.com/keeshux/Kvitto`, branch `enable-macos-spec`)
|
||||||
- MBProgressHUD
|
- MBProgressHUD
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- TunnelKit/Extra/LZO (~> 3.3.2)
|
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `f5fdc0c`)
|
||||||
- TunnelKit/Protocols/OpenVPN (~> 3.3.2)
|
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `f5fdc0c`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
https://github.com/cocoapods/specs.git:
|
https://github.com/cocoapods/specs.git:
|
||||||
|
@ -62,7 +62,6 @@ SPEC REPOS:
|
||||||
- OpenSSL-Apple
|
- OpenSSL-Apple
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- SwiftyBeaver
|
- SwiftyBeaver
|
||||||
- TunnelKit
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Convenience:
|
Convenience:
|
||||||
|
@ -71,6 +70,9 @@ EXTERNAL SOURCES:
|
||||||
Kvitto:
|
Kvitto:
|
||||||
:branch: enable-macos-spec
|
:branch: enable-macos-spec
|
||||||
:git: https://github.com/keeshux/Kvitto
|
:git: https://github.com/keeshux/Kvitto
|
||||||
|
TunnelKit:
|
||||||
|
:commit: f5fdc0c
|
||||||
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
Convenience:
|
Convenience:
|
||||||
|
@ -79,6 +81,9 @@ CHECKOUT OPTIONS:
|
||||||
Kvitto:
|
Kvitto:
|
||||||
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
:commit: e263fcd1f40a6a482a0f1e424ba98009c4ad2b96
|
||||||
:git: https://github.com/keeshux/Kvitto
|
:git: https://github.com/keeshux/Kvitto
|
||||||
|
TunnelKit:
|
||||||
|
:commit: f5fdc0c
|
||||||
|
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
Convenience: c805c2aff569ff735c5d69c2c2b7a9bd110fa507
|
||||||
|
@ -88,8 +93,8 @@ SPEC CHECKSUMS:
|
||||||
OpenSSL-Apple: 3104e6d32de21815b68aeba31edaa6a78d90e7e0
|
OpenSSL-Apple: 3104e6d32de21815b68aeba31edaa6a78d90e7e0
|
||||||
SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2
|
SSZipArchive: e7b4f3d9e780c2acc1764cd88fbf2de28f26e5b2
|
||||||
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
|
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
|
||||||
TunnelKit: efebe7db85bdb4ea89fb3af569d4bb7321e7b65d
|
TunnelKit: 068ff24480fa0f10e2209f3e9a75cfed9b4d78ec
|
||||||
|
|
||||||
PODFILE CHECKSUM: 419def201d8bed7d3cb5854165369a1eb039ddac
|
PODFILE CHECKSUM: 65053fc8867b4ec1b933215ab49e6e2788caa969
|
||||||
|
|
||||||
COCOAPODS: 1.10.1
|
COCOAPODS: 1.10.1
|
||||||
|
|
Loading…
Reference in New Issue