vcpkg/versions/s-/secp256k1.json

45 lines
1.2 KiB
JSON
Raw Normal View History

{
"versions": [
2022-07-19 04:16:51 +08:00
{
"git-tree": "deb0a4b2cf9d3e5a0d4c3c8475a6851b7345d39d",
"version-date": "2022-07-11",
"port-version": 1
},
[secp256k1] Update secp256k1 from 2017 to 2022 (#25398) * Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year. - Edit CMakeList.txt to target precomputed library. - Edit libsecp256k1-config.h to undef and define VARS compilation. - Edit portfile.cmake to download new sources from repository, commit reference 44c2452fd387f7ca604ab42d73746e7d3a44d8a2 (bitcoin-core/secp256k1) - Edit vcpkg.json to new version portfile * Update secp256k1 from 2017 to 2022, that added Schnorr Signature on last year >> vcpkg x-add-version secp256k1 - Update secp256k1.json version - Update baseline.json version * Update ports/secp256k1/portfile.cmake Added JonLiu1993 suggestion. Put PREFER_NINJA to secp256k1/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/secp256k1/vcpkg.json Added JonLiu1993 suggestion. Put dependencies to secp256k1/vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update port-version, REQUIRED to "x-add-version" >> vcpkg x-add-version secp256k1 * Update port file to secp256k1 identation * Update vcpkg.json identation >> vcpkg format-manifest ports/secp256k1/vcpkg.json * Update x-add-version command vcpkg x-add-version secp256k1 * [secp256k1 ]Update secp256k1 from 2017 to 2022 * update version * Add license * update version * Update, add features * version * fix * version * clean port version * version Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-07-16 03:08:22 +08:00
{
"git-tree": "31de2b5d2286595ff7771a30dee3c68d04e78082",
"version-date": "2022-07-11",
"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": "a0ba39af9284d60d41166c4f546975e9f2b2d9df",
"version-string": "2017-19-10",
"port-version": 4
},
{
"git-tree": "2ed3df183a68fa41ed68c2c4442804627946eb39",
"version-string": "2017-19-10",
"port-version": 3
},
{
"git-tree": "dce0d7645d36fe02662ee1074266120e79db8930",
"version-string": "2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4-2",
"port-version": 0
},
{
"git-tree": "e4bede6515b28cbd5b7245e381ee0412bbb09e5e",
"version-string": "2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4-1",
"port-version": 0
},
{
"git-tree": "d27ced801856bdd1c72b467fdbdb7c0ddda9a166",
"version-string": "2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4",
"port-version": 0
},
{
"git-tree": "db0eada2cf78deecfcfab3a2e4c536fe45f1d3cb",
"version-string": "",
"port-version": 0
}
]
}