[libssh] no alternatives in features (#35324)

This commit is contained in:
autoantwort 2023-11-29 09:17:15 +01:00 committed by GitHub
parent cabba0d037
commit 12018d5fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 44 deletions

View File

@ -14,7 +14,6 @@ vcpkg_extract_source_archive(SOURCE_PATH
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
mbedtls WITH_MBEDTLS
zlib WITH_ZLIB
)

View File

@ -1,18 +1,15 @@
{
"name": "libssh",
"version": "0.10.5",
"port-version": 1,
"description": "libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side",
"homepage": "https://www.libssh.org/",
"license": "LGPL-2.1-only",
"supports": "!uwp & !xbox",
"dependencies": [
{
"name": "libssh",
"default-features": false,
"features": [
"mbedtls"
],
"platform": "android"
"name": "openssl",
"default-features": false
},
{
"name": "vcpkg-cmake",
@ -23,43 +20,7 @@
"host": true
}
],
"default-features": [
"crypto"
],
"features": {
"crypto": {
"description": "Default crypto backend",
"dependencies": [
{
"name": "libssh",
"features": [
"mbedtls"
]
}
]
},
"mbedtls": {
"description": "Crypto support (mbedTLS)",
"dependencies": [
{
"name": "mbedtls",
"default-features": false
},
{
"name": "mbedtls",
"features": [
"pthreads"
],
"platform": "!android"
}
]
},
"openssl": {
"description": "Crypto support (OpenSSL)",
"dependencies": [
"openssl"
]
},
"zlib": {
"description": "libssh with zlib",
"dependencies": [

View File

@ -4842,7 +4842,7 @@
},
"libssh": {
"baseline": "0.10.5",
"port-version": 0
"port-version": 1
},
"libssh2": {
"baseline": "1.11.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "000173abb6b45433339e0c85179bd3b4e4a36684",
"version": "0.10.5",
"port-version": 1
},
{
"git-tree": "d6af07ebaeb4ab52ff509bc7637ad1d278d3d16b",
"version": "0.10.5",