diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-09-28 08:26:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 17:26:06 -0700 |
| commit | ee0584f05066a63073b516605091155ccd99c7d9 (patch) | |
| tree | 64f846196e45d728d684238723ae97335b17ec67 /versions | |
| parent | d49854f8a0a5f496557fb658b3751b7edd98c889 (diff) | |
| download | vcpkg-ee0584f05066a63073b516605091155ccd99c7d9.tar.gz vcpkg-ee0584f05066a63073b516605091155ccd99c7d9.zip | |
[libssh/libressl] update to the latest version (#20067)
* [libssh/libssh2/libssh2] update to the latest version
* update version
* update patches formating
* update version
* update hash512
* update version'
* fix CI build error
* update version
* update vcpkg.json and portifile.cmake
* update version
* delete hash
* update version
* revert libssh2
* update version
* revert libssh2
* update portfile.cmake
* update version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/l-/libressl.json | 5 | ||||
| -rw-r--r-- | versions/l-/libssh.json | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 723981e5f..fbed5d3d6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3713,7 +3713,7 @@ "port-version": 1 }, "libressl": { - "baseline": "3.3.3", + "baseline": "3.3.4", "port-version": 0 }, "librsvg": { @@ -3801,8 +3801,8 @@ "port-version": 1 }, "libssh": { - "baseline": "0.9.5", - "port-version": 6 + "baseline": "0.9.6", + "port-version": 0 }, "libssh2": { "baseline": "1.9.0", diff --git a/versions/l-/libressl.json b/versions/l-/libressl.json index c8d282100..0ba04b1e1 100644 --- a/versions/l-/libressl.json +++ b/versions/l-/libressl.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "2dcc81c2e764c5f32d9c35280ab9ae06fda622c3", + "version": "3.3.4", + "port-version": 0 + }, + { "git-tree": "24a18d6ed79f2b8c4c01c5201998981b2d831a1a", "version": "3.3.3", "port-version": 0 diff --git a/versions/l-/libssh.json b/versions/l-/libssh.json index 2de41c959..e9fb5170c 100644 --- a/versions/l-/libssh.json +++ b/versions/l-/libssh.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "02a95a0ab1a26e3395173bc59e9f041f23b7f5c9", + "version": "0.9.6", + "port-version": 0 + }, + { "git-tree": "0eb17d68736a224ca8ce341b1b84bbae2f2f43a5", "version-string": "0.9.5", "port-version": 6 |
