aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2020-02-05 18:19:25 -0800
committerGitHub <noreply@github.com>2020-02-05 18:19:25 -0800
commit53b4fba4440ca8ea3c1bc1a6f0fc3551f9c8221c (patch)
tree302c612767e3f9a4d7e13b2527ad0e000ee7d79f /ports/libssh/CONTROL
parent0ba50612fbbfb9d64f9c60825847c12f956666c6 (diff)
parentfff8a64f41b021d2da9bf2ae476635c1ec5fb598 (diff)
downloadvcpkg-53b4fba4440ca8ea3c1bc1a6f0fc3551f9c8221c.tar.gz
vcpkg-53b4fba4440ca8ea3c1bc1a6f0fc3551f9c8221c.zip
Merge pull request #4983 from cryptomilk/master-libssh
[libssh] Update libssh to version 0.9.3
Diffstat (limited to 'ports/libssh/CONTROL')
-rw-r--r--ports/libssh/CONTROL18
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