diff --git a/3rdParty/vcpkg_ports/vcpkg_link.sh b/3rdParty/vcpkg_ports/vcpkg_link.sh index ff549af4831..29968359fdb 100644 --- a/3rdParty/vcpkg_ports/vcpkg_link.sh +++ b/3rdParty/vcpkg_ports/vcpkg_link.sh @@ -1,3 +1,3 @@ #!/bin/sh -export VCPKG_LINK=https://github.com/microsoft/vcpkg +export VCPKG_LINK="https://github.com/AenBleidd/vcpkg -b vko_fix_openssl3_issue_on_android_x86" diff --git a/android/vcpkg_config_apps/vcpkg.json b/android/vcpkg_config_apps/vcpkg.json index 9af8c9a00f6..41df54e8dae 100644 --- a/android/vcpkg_config_apps/vcpkg.json +++ b/android/vcpkg_config_apps/vcpkg.json @@ -1,7 +1,6 @@ { "name": "boinc-apps", "version-string": "7.19.0", - "builtin-baseline":"bd1ef2df46303989eeb048eb7aa9b816aa46365e", "dependencies": [ { @@ -10,11 +9,5 @@ "default-features": false }, "rappture" - ], - "overrides": [ - { - "name": "openssl", - "version-string": "1.1.1n" - } - ] + ] } diff --git a/android/vcpkg_config_client/vcpkg.json b/android/vcpkg_config_client/vcpkg.json index 6d2b503b891..a11a482227f 100644 --- a/android/vcpkg_config_client/vcpkg.json +++ b/android/vcpkg_config_client/vcpkg.json @@ -1,7 +1,6 @@ { "name": "boinc-client", "version-string": "7.19.0", - "builtin-baseline":"bd1ef2df46303989eeb048eb7aa9b816aa46365e", "dependencies": [ { @@ -9,11 +8,5 @@ "features": ["openssl"], "default-features": false } - ], - "overrides": [ - { - "name": "openssl", - "version-string": "1.1.1n" - } - ] + ] } diff --git a/android/vcpkg_config_libs/vcpkg.json b/android/vcpkg_config_libs/vcpkg.json index 672745fc88f..184a0d589ed 100644 --- a/android/vcpkg_config_libs/vcpkg.json +++ b/android/vcpkg_config_libs/vcpkg.json @@ -1,7 +1,6 @@ { "name": "boinc-libs", "version-string": "7.19.0", - "builtin-baseline":"bd1ef2df46303989eeb048eb7aa9b816aa46365e", "dependencies": [ { @@ -9,11 +8,5 @@ "features": ["openssl"], "default-features": false } - ], - "overrides": [ - { - "name": "openssl", - "version-string": "1.1.1n" - } - ] + ] } diff --git a/lib/vcpkg_config_android/vcpkg.json b/lib/vcpkg_config_android/vcpkg.json index 3741e30d3dd..0556c25100f 100644 --- a/lib/vcpkg_config_android/vcpkg.json +++ b/lib/vcpkg_config_android/vcpkg.json @@ -1,15 +1,8 @@ { "name": "boinc-libs", "version-string": "7.19.0", - "builtin-baseline":"bd1ef2df46303989eeb048eb7aa9b816aa46365e", "dependencies": [ "openssl" - ], - "overrides": [ - { - "name": "openssl", - "version-string": "1.1.1n" - } - ] + ] }