]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
vcpkg-ports\openssl3: update to 3.0.2
authorLev Stipakov <lev@openvpn.net>
Thu, 17 Mar 2022 12:23:57 +0000 (14:23 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 17 Mar 2022 12:45:09 +0000 (13:45 +0100)
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>
.github/workflows/build.yaml
contrib/vcpkg-ports/openssl3/portfile.cmake
contrib/vcpkg-ports/openssl3/vcpkg.json

index 34d1dccebecb5c4ed2b894623cb5783f7a66aa24..fa99e12b91b0c25d971d91fcf047363a15abcd3b 100644 (file)
@@ -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
index 333ad171be986391ef49b8147aaaa474854fd245..40fe97b795e6650693cfa4274e9fc4c73d59a5d6 100644 (file)
@@ -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)
index 93db84b959b4f2f0557c9d8b845c572ed919a30d..ecf7a8d071f1e9b0e422b01afa9364a6c22d5d28 100644 (file)
@@ -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"