diff options
Diffstat (limited to 'ports/libssh/CONTROL')
| -rw-r--r-- | ports/libssh/CONTROL | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/ports/libssh/CONTROL b/ports/libssh/CONTROL index 443940653..9b7a16004 100644 --- a/ports/libssh/CONTROL +++ b/ports/libssh/CONTROL @@ -1,10 +1,22 @@ Source: libssh -Version: 0.9.0 +Version: 0.9.3 Homepage: https://www.libssh.org/ -Description: libssh is a multiplatform C library implementing the SSHv2 and SSHv1 protocol on client and server side -Build-Depends: openssl +Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side +Default-Features: crypto Supports: !uwp +Feature: crypto +Build-Depends: libssh[mbedtls] +Description: Default crypto backend + +Feature: mbedtls +Build-Depends: mbedtls +Description: Crypto support (mbedTLS) + +Feature: openssl +Build-Depends: openssl +Description: Crypto support (OpenSSL) + Feature: zlib Description: libssh with zlib Build-Depends: zlib |
