From a5ad04a0a64f9225dd0a94591caa651bb2644573 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 30 Sep 2022 20:55:37 +0200 Subject: [PATCH] Upgrade OpenSSL to 1.1.1q --- CHANGELOG.md | 6 ++++++ Package.swift | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4aaaa4..6ae710f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Package.swift b/Package.swift index 64889ca..6a488bd 100644 --- a/Package.swift +++ b/Package.swift @@ -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") ],