diff options
| -rw-r--r-- | ports/libssh/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libssh/portfile.cmake | 3 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libssh.json | 5 |
4 files changed, 9 insertions, 3 deletions
diff --git a/ports/libssh/CONTROL b/ports/libssh/CONTROL index 975903356..5f7ee61c1 100644 --- a/ports/libssh/CONTROL +++ b/ports/libssh/CONTROL @@ -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 diff --git a/ports/libssh/portfile.cmake b/ports/libssh/portfile.cmake index cbacd542b..f9a430129 100644 --- a/ports/libssh/portfile.cmake +++ b/ports/libssh/portfile.cmake @@ -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}) diff --git a/versions/baseline.json b/versions/baseline.json index 97fcbf8c1..97d589373 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3570,7 +3570,7 @@ }, "libssh": { "baseline": "0.9.5", - "port-version": 3 + "port-version": 4 }, "libssh2": { "baseline": "1.9.0", diff --git a/versions/l-/libssh.json b/versions/l-/libssh.json index c2146a81f..9cbf34ae4 100644 --- a/versions/l-/libssh.json +++ b/versions/l-/libssh.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0c5ced4b1fab4db90e2b032a3339a404cdc2f3ab", + "version-string": "0.9.5", + "port-version": 4 + }, + { "git-tree": "7436981a351a747649d03c4a27a06dc0bc3a0d16", "version-string": "0.9.5", "port-version": 3 |
