vcpkg/versions/l-/libssh2.json

70 lines
1.7 KiB
JSON
Raw Normal View History

{
"versions": [
[openssl] update to 3.0.2 (#22878) * Create package openssl3 * Create package openssl3 * Delete openssl3 * update version to 3.0.1 * Delete openssl3 * Update manifests to 3.0.1 * Fix download url * Update port version * Update version * Remove wrong port version * Fix errors * Fix license * Remove empty folders * Fix post-build errors * Add license field * Fix cmake for uwp * Remove patch file * format manifest * Update version file * Fix port version * version * Test: remove vcvarsall * version * fix version * version * Fix docs in cmake files as well * wrong branch * Add port openssl-1 * Fix directories * delete openssl-1 * [openssl-1] Add port * version * Fix UWP build * version * migrate uthenticode * version * Fix UWP build for librabbitmq * version * Fix UWP warnings * version * Fix patch * version * Disable C4996 on UWP * version * [idevicerestore] disable C4996 * remove warning fixes * Revert uthenticode * Final newlines * version * Remove winsock replace * version * [libwebsockets] Disable /WX on Windows * version * Typo * version * Disable C4996 in patch instead * version * [luasec] Use openssl-1 * version * revert luasec * migrate luasec * version * revert winsock * version * revert winsock * version * revert revert * version * Fix platform for luasec * Fix supports * version * . * version * uthenticode * libmysql * azure-c-shared-utility * version * remove azure-c-shared-utility * revert all * uthenticode * version * azure * version * libmysql * version * remove mysql * [libdatachannel] disable warnings on UWP * version * Fix patches * version * Add openssl-1 to CI baseline * openssl-1: check if copyright exists * version * revert azure * [libssh2] disable c4996 * version * [aws-sdk-cpp] -Wno-deprecated * version * fix aws patch * version * fix aws patch * version * [qpid-proton] disable warning * version * Fix patch * version * [librtmp] disable c4996 * version * [libu2f-server] disablec4996 * switch version scheme * version * [idevicerestore] disable c4996 * version * typo * version * fix cmake * version * fix cmake again * version * [uthenticode] patch to support Openssl 3 * version * fix idevicerestore * version * search for conflicting copyrights * version * Fix luasec * fix version * version * fix azure * version * Remove debug stuff * version * [open62541] patch * update port version * version * [libmysql] patch * version * Fix patch * version * Format openssl * Format openssl portfiles * Check for conflicting copyrights * Fix typo * Rename openssl-1 to openssl1 * Rename openssl-1 to openssl1 * version * Update ci baseline * version * resolve conflicting port versions * version * apply latest openssl security fix * version * Fix qpid-proton * version * retrigger Bbuild of qtbase * version * revert qtbase * Remove openssl1 * version * version * fix openssl_version_fix Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-07 02:04:46 +08:00
{
"git-tree": "5d6f965bcf911a4750731aad9785a4b40686a2b3",
"version": "1.10.0",
"port-version": 4
},
2022-03-29 03:57:34 +08:00
{
"git-tree": "d1a340be6b7c2a25f42cf4de44c836a577477bfc",
"version": "1.10.0",
"port-version": 3
},
{
"git-tree": "944feb4094c60226c2526be764fed688bb8b334f",
"version": "1.10.0",
"port-version": 2
},
{
"git-tree": "3c6dd977de517dc2091377a58c55b7d23f2bc3a0",
"version": "1.10.0",
"port-version": 1
},
{
"git-tree": "996df01b95684f41e8870b9154aeea3bffc63840",
"version": "1.10.0",
"port-version": 0
},
Bulk convert control files. (#19986) ``` function Convert-Control { Param($full) .\vcpkg.exe format-manifest $full $root = $full.Substring(0, $full.Length - 7) # CONTROL $new = $root + 'vcpkg.json' $content = Get-Content -Raw $new $asJson = ConvertFrom-Json $content -AsHashtable -Depth 100 $oldVersion = $asJson['port-version'] if ($null -eq $oldVersion) { $oldVersionFull = $asJson['version-string'] Write-Host "Got version $oldVersionFull" $match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$') if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) { $newFullVersion = [string]$match.Groups[1].Value $oldVersion = [int]$match.Groups[2].Value Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion" $newVersion = $oldVersion + 1 $asJson['version-string'] = $newFullVersion Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion" } else { Write-Host "No previous version for $full -- setting 1" $newVersion = 1 } } else { $newVersion = [int]$oldVersion + 1 Write-Host "New version for $full : $newVersion" } $asJson['port-version'] = $newVersion $content = ConvertTo-Json $asJson -Depth 100 Set-Content -Path $new -Value $content .\vcpkg.exe format-manifest $new } Get-ChildItem ports\CONTROL -Recurse | Foreach-Object { Convert-Control $_.FullName } git commit -am "this message" .\vcpkg.exe x-add-version -all git commit -a --amend ```
2021-09-09 16:24:04 +08:00
{
"git-tree": "d448a6d5c97053355abbfa84171fcc7624dcd509",
"version-string": "1.9.0",
"port-version": 1
},
{
"git-tree": "7c2f49406ae7f86a941bd7a23e7a40aad93e4c93",
"version-string": "1.9.0",
"port-version": 0
},
{
"git-tree": "7b01f535a81d955811c5a28f542b5653ca5f6f91",
"version-string": "1.8.2",
"port-version": 0
},
{
"git-tree": "f02300d8078f63e09a230bbcf52ddffbb6343fce",
"version-string": "1.8.0-4",
"port-version": 0
},
{
"git-tree": "249561bd3f86ac1501b87285bcaacc4eb32f228e",
"version-string": "1.8.0-3",
"port-version": 0
},
{
"git-tree": "d538d22f1ff306faf526f4278ad2b506c0e46b72",
"version-string": "1.8.0-2",
"port-version": 0
},
{
"git-tree": "148da70008292fda258fdd61abe7981fae6ff92e",
"version-string": "1.8.0-1",
"port-version": 0
},
{
"git-tree": "8264f0e776ef5bed4f79edd6c6678ca31e7ed627",
"version-string": "1.8.0",
"port-version": 0
}
]
}