Upgrade OpenSSL to 1.1.1q
This commit is contained in:
parent
5c84c15416
commit
a5ad04a0a6
|
@ -5,6 +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/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade OpenSSL to 1.1.1q.
|
||||
|
||||
## 5.0.0 (2022-09-23)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -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.11500"),
|
||||
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11700"),
|
||||
// .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")
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue