Bump to OpenSSL 1.1.1o

This commit is contained in:
Davide De Rosa 2022-06-17 10:06:03 +02:00
parent 83a2842214
commit 36ed23ccc4
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/passepartoutvpn/openssl-apple",
"state": {
"branch": null,
"revision": "cbbff97a99384a5415bb47c072c376066b78f65f",
"version": "1.1.11300"
"revision": "1c03f4d3fc1d90a0a525af68f06eada56e5e8bb1",
"version": "1.1.11500"
}
},
{

View File

@ -39,7 +39,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0"),
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11300"),
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11500"),
// .package(name: "WireGuardKit", url: "https://git.zx2c4.com/wireguard-apple", .exact("1.0.15-26"))
.package(name: "WireGuardKit", url: "https://github.com/passepartoutvpn/wireguard-apple", from: "1.0.16")
],