Revert ENOBUFS "mitigation"
This commit is contained in:
parent
428fce7b19
commit
7f66b43935
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- "Custom DNS" preset for Mullvad. [api-source-mullvad#1](https://github.com/passepartoutvpn/api-source-mullvad/issues/1)
|
||||
|
||||
### Changed
|
||||
|
||||
- Disconnect on "No buffer space available" rather than leaving a stale connection (improve later). [tunnelkit#104](https://github.com/passepartoutvpn/tunnelkit/issues/104)
|
||||
|
||||
### Fixed
|
||||
|
||||
- VPN staying active while it's not. [tunnelkit#106](https://github.com/passepartoutvpn/tunnelkit/issues/106)
|
||||
|
|
2
Podfile
2
Podfile
|
@ -9,7 +9,7 @@ $tunnelkit_specs = ['Protocols/OpenVPN', 'Extra/LZO']
|
|||
|
||||
def shared_pods
|
||||
#pod_version $tunnelkit_name, $tunnelkit_specs, '~> 2.0.1'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'aefeb25'
|
||||
pod_git $tunnelkit_name, $tunnelkit_specs, 'd717527ab7d3704d05e1f1ac828aef4066e002f2'
|
||||
#pod_path $tunnelkit_name, $tunnelkit_specs, '..'
|
||||
pod 'SSZipArchive'
|
||||
end
|
||||
|
|
20
Podfile.lock
20
Podfile.lock
|
@ -3,13 +3,13 @@ PODS:
|
|||
- OpenSSL-Apple (1.1.0j.2)
|
||||
- SSZipArchive (2.2.1)
|
||||
- SwiftyBeaver (1.7.0)
|
||||
- TunnelKit/AppExtension (2.0.1):
|
||||
- TunnelKit/AppExtension (2.0.2):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Core
|
||||
- TunnelKit/Core (2.0.1):
|
||||
- TunnelKit/Core (2.0.2):
|
||||
- SwiftyBeaver
|
||||
- TunnelKit/Extra/LZO (2.0.1)
|
||||
- TunnelKit/Protocols/OpenVPN (2.0.1):
|
||||
- TunnelKit/Extra/LZO (2.0.2)
|
||||
- TunnelKit/Protocols/OpenVPN (2.0.2):
|
||||
- OpenSSL-Apple (~> 1.1.0j.2)
|
||||
- TunnelKit/AppExtension
|
||||
- TunnelKit/Core
|
||||
|
@ -17,8 +17,8 @@ PODS:
|
|||
DEPENDENCIES:
|
||||
- MBProgressHUD
|
||||
- SSZipArchive
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `aefeb25`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `aefeb25`)
|
||||
- TunnelKit/Extra/LZO (from `https://github.com/passepartoutvpn/tunnelkit`, commit `d717527ab7d3704d05e1f1ac828aef4066e002f2`)
|
||||
- TunnelKit/Protocols/OpenVPN (from `https://github.com/passepartoutvpn/tunnelkit`, commit `d717527ab7d3704d05e1f1ac828aef4066e002f2`)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/cocoapods/specs.git:
|
||||
|
@ -29,12 +29,12 @@ SPEC REPOS:
|
|||
|
||||
EXTERNAL SOURCES:
|
||||
TunnelKit:
|
||||
:commit: aefeb25
|
||||
:commit: d717527ab7d3704d05e1f1ac828aef4066e002f2
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
CHECKOUT OPTIONS:
|
||||
TunnelKit:
|
||||
:commit: aefeb25
|
||||
:commit: d717527ab7d3704d05e1f1ac828aef4066e002f2
|
||||
:git: https://github.com/passepartoutvpn/tunnelkit
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
|
@ -42,8 +42,8 @@ SPEC CHECKSUMS:
|
|||
OpenSSL-Apple: e88e1eb314acb4a05e2348069790c4aa49f6d319
|
||||
SSZipArchive: 8e859da2520142e09166bc9161967db296e9d02f
|
||||
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
|
||||
TunnelKit: a1477f296a481c2ccefe9e6788aea090a1fb6f18
|
||||
TunnelKit: e36d22b156bc17e51cfe0077caf20873688999df
|
||||
|
||||
PODFILE CHECKSUM: 731a68fc3b9c329213498774fd6de257266b1f2b
|
||||
PODFILE CHECKSUM: 75710557df5639f16c4c62a15158c0c58d81f059
|
||||
|
||||
COCOAPODS: 1.6.2
|
||||
|
|
Loading…
Reference in New Issue