mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
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>
This commit is contained in:
parent
8d487b4cc5
commit
b0ee7d5789
3 changed files with 4 additions and 6 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -293,7 +293,7 @@ jobs:
|
|||
- name: Restore artifacts, or run vcpkg, build and cache artifacts
|
||||
uses: lukka/run-vcpkg@v7.4
|
||||
with:
|
||||
vcpkgGitCommitId: 'a2fcb03749ff5897b5985092934dc6057680c789'
|
||||
vcpkgGitCommitId: 'a69b65229b3956b7f45abd81671b7330114bcaad'
|
||||
vcpkgArguments: 'openssl3 lz4 lzo pkcs11-helper tap-windows6'
|
||||
vcpkgTriplet: '${{ matrix.triplet }}-windows-ovpn'
|
||||
cleanAfterBuild: false
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue