diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-10-11 19:26:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 10:26:07 -0700 |
| commit | d7cc563783989584950e72ed1776dd2645de99b6 (patch) | |
| tree | f81431fa10e50b957c0c6552ddeeae5049870103 /versions | |
| parent | a6768f64260f0380e7daca3d2a5519bbd496e13b (diff) | |
| download | vcpkg-d7cc563783989584950e72ed1776dd2645de99b6.tar.gz vcpkg-d7cc563783989584950e72ed1776dd2645de99b6.zip | |
[libssh2] Update to 1.10.0 (#20364)
* Update libssh2 to 1.10.0
* Update CI baseline
* Fix patch
* Change version-string to version
* Update git-tree hash
* Switch to new CMake portfile commands
* Fix UWP build
* Format vcpkg.json
* Update git-tree hash
* Switch back to legacy CMake commands to fix build validation issues
* Update git-tree hash
* Fix IS_UWP define in patch
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libssh2.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 156461138..8b0099808 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3825,8 +3825,8 @@ "port-version": 0 }, "libssh2": { - "baseline": "1.9.0", - "port-version": 1 + "baseline": "1.10.0", + "port-version": 0 }, "libstemmer": { "baseline": "2017-9", diff --git a/versions/l-/libssh2.json b/versions/l-/libssh2.json index 3dca2e585..0d3fbfbeb 100644 --- a/versions/l-/libssh2.json +++ b/versions/l-/libssh2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "996df01b95684f41e8870b9154aeea3bffc63840", + "version": "1.10.0", + "port-version": 0 + }, + { "git-tree": "d448a6d5c97053355abbfa84171fcc7624dcd509", "version-string": "1.9.0", "port-version": 1 |
