aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLev Stipakov2022-03-17 14:23:57 +0200
committerGert Doering2022-03-17 13:45:09 +0100
commitb0ee7d5789744f3ebcafa9f34f0563cca50d3a98 (patch)
tree137f4e2db7a544d89261cd1bd10e413b6dab98b2 /contrib
parent8d487b4cc5b896cff5277adef6dd491b5918381f (diff)
downloadopenvpn-b0ee7d5789744f3ebcafa9f34f0563cca50d3a98.zip
openvpn-b0ee7d5789744f3ebcafa9f34f0563cca50d3a98.tar.gz
vcpkg-ports\openssl3: update to 3.0.2
While on it, remove deprecated vcpkg_fail_port_install(). since we don't care about UWP/Linux/OS X here. Also bump github actions's vcpkg commit id. Signed-off-by: Lev Stipakov <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20220317122357.111-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23985.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/vcpkg-ports/openssl3/portfile.cmake6
-rw-r--r--contrib/vcpkg-ports/openssl3/vcpkg.json2
2 files changed, 3 insertions, 5 deletions
diff --git a/contrib/vcpkg-ports/openssl3/portfile.cmake b/contrib/vcpkg-ports/openssl3/portfile.cmake
index 333ad17..40fe97b 100644
--- a/contrib/vcpkg-ports/openssl3/portfile.cmake
+++ b/contrib/vcpkg-ports/openssl3/portfile.cmake
@@ -4,13 +4,11 @@ if(EXISTS ${CURRENT_INSTALLED_DIR}/include/openssl/ssl.h)
message(FATAL_ERROR "Can't build '${PORT}' if another SSL library is installed. Please remove existing one and try install '${PORT}' again if you need it.")
endif()
-vcpkg_fail_port_install(MESSAGE "${PORT} is only for Windows Desktop" ON_TARGET "UWP" "Linux" "OSX")
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO openssl/openssl
- REF openssl-3.0.1
- SHA512 7f303769a3a796b88478399d42aa2a9a70dc74f62c975bbb93e8903e3bb8e25f16ecfc436186c2d4aa7383302c73ad1dd8ac4fccaa589062bbce6059d6073f18
+ REF openssl-3.0.2
+ SHA512 d69c87b8250da813f282ead0bd005ebde663e77595ee8d99560d25f345570da2fa552b57c372956d461e3b631a19d6d60bebafe6ff89aeebbb5d34ad516b62ac
)
vcpkg_find_acquire_program(PERL)
diff --git a/contrib/vcpkg-ports/openssl3/vcpkg.json b/contrib/vcpkg-ports/openssl3/vcpkg.json
index 93db84b..ecf7a8d 100644
--- a/contrib/vcpkg-ports/openssl3/vcpkg.json
+++ b/contrib/vcpkg-ports/openssl3/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "openssl3",
- "version-semver": "3.0.1",
+ "version-semver": "3.0.2",
"description": "TLS/SSL and crypto library",
"homepage": "https://www.openssl.org/",
"license": "Apache-2.0"