mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-22 08:32:11 +00:00
Fix disconnection on OpenVPN renegotiation (#1032)
Affecting servers with --tls-auth or --tls-crypt enabled. It turned out to be an extremely old drag from TunnelKit. See https://github.com/passepartoutvpn/passepartoutkit-source/pull/443
This commit is contained in:
parent
0d3af046b4
commit
a9becd17ad
@ -41,8 +41,7 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "git@github.com:passepartoutvpn/passepartoutkit-source",
|
||||
"state" : {
|
||||
"revision" : "905797ffb1847a0b98f1ef2c9a74260dffd2c05a",
|
||||
"version" : "0.14.0"
|
||||
"revision" : "6f9a552ab055bb67a115fe3c374adf2668562753"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -61,8 +61,8 @@ let package = Package(
|
||||
)
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", from: "0.14.0"),
|
||||
// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "ba2b8a755186308dd5ade45b45d5ec115236f2f2"),
|
||||
// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", from: "0.14.0"),
|
||||
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "6f9a552ab055bb67a115fe3c374adf2668562753"),
|
||||
// .package(path: "../../passepartoutkit-source"),
|
||||
// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", from: "1.0.0"),
|
||||
.package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", revision: "12c8b9166ba2bf98b63d3ebc5b561ac2ac5a2f86"),
|
||||
|
Loading…
Reference in New Issue
Block a user