diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2018-12-16 12:53:26 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2020-01-14 10:11:21 +0100 |
| commit | d502f061bb3ee0258d6453acbf258b9e5d93d564 (patch) | |
| tree | 874a21e2272adf384d9d4f89ca33e3e481d021f9 /ports/libssh/CONTROL | |
| parent | 28eee51adb36f2165be846e77ef7b3ee5b3f8789 (diff) | |
| download | vcpkg-d502f061bb3ee0258d6453acbf258b9e5d93d564.tar.gz vcpkg-d502f061bb3ee0258d6453acbf258b9e5d93d564.zip | |
[libssh] Update libssh to version 0.9.3
Diffstat (limited to 'ports/libssh/CONTROL')
| -rw-r--r-- | ports/libssh/CONTROL | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/ports/libssh/CONTROL b/ports/libssh/CONTROL index c12fb8f8f..ecb028b1d 100644 --- a/ports/libssh/CONTROL +++ b/ports/libssh/CONTROL @@ -1,8 +1,20 @@ 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 +Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side +Default-Features: crypto + +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 |
