[libssh] disable gssapi (#18169)

* [libssh] disable gssapi as it is not supported in the .pc file and thus breaks some dependencies such as ffmpeg

* [libssh] x-add-version
This commit is contained in:
Matthias C. M. Troffaes 2021-06-09 23:52:28 +01:00 committed by GitHub
parent 6b61943e17
commit 421fabcc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Source: libssh
Version: 0.9.5
Port-Version: 3
Port-Version: 4
Homepage: https://www.libssh.org/
Build-Depends: libssh[core,mbedtls] (android)
Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side

View File

@ -32,7 +32,8 @@ vcpkg_configure_cmake(
-DUNIT_TESTING=OFF
-DCLIENT_TESTING=OFF
-DSERVER_TESTING=OFF
-DWITH_NACL=OFF)
-DWITH_NACL=OFF
-DWITH_GSSAPI=OFF)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})

View File

@ -3570,7 +3570,7 @@
},
"libssh": {
"baseline": "0.9.5",
"port-version": 3
"port-version": 4
},
"libssh2": {
"baseline": "1.9.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "0c5ced4b1fab4db90e2b032a3339a404cdc2f3ab",
"version-string": "0.9.5",
"port-version": 4
},
{
"git-tree": "7436981a351a747649d03c4a27a06dc0bc3a0d16",
"version-string": "0.9.5",