diff options
| author | Dawid Wróbel <me@dawidwrobel.com> | 2021-06-02 20:53:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 17:53:16 -0700 |
| commit | 64c07e5f4e0c0cb97e7c07df17104ed2b0571ec8 (patch) | |
| tree | d48c7f2b54429d56d32c11025207e0643897b6d0 /versions | |
| parent | 9f46627f76b1ee7a10ccefbe69b416d8115b01ec (diff) | |
| download | vcpkg-64c07e5f4e0c0cb97e7c07df17104ed2b0571ec8.tar.gz vcpkg-64c07e5f4e0c0cb97e7c07df17104ed2b0571ec8.zip | |
[libgpg-error] update to 1.42, add Windows support, arm fixes (#16932)
* [libgpg-error] update to 1.41, support Win, fix linux-arm
- Support Windows builds using ShiftMediaProject
- Update to 1.41 (latest by ShiftMediaProject)
- Fix linux-arm build
- Also convert CONTROL to JSON manifest format
* [libgpg-error] update versions
* [libgpg-error] use git tag instead of sha
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [libgpg-error] warn about using ShiftMediaProject fork
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [libgpg-error] 'Rebuild' target is implied and redundant
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [libgpg-error] remove leftover from nettle port
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [libgpg-error] fix compilation issues
* [libgpg-error] update to 1.42
* [libgpg-error] update versions
* [libgpg-error] attempt to fix x64-windows-static-md triplet
* [libgpg-error] update versions
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libgpg-error.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 9786fcb36..5e2360a51 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3157,8 +3157,8 @@ "port-version": 0 }, "libgpg-error": { - "baseline": "1.39", - "port-version": 1 + "baseline": "1.42", + "port-version": 0 }, "libgpod": { "baseline": "2019-08-29", diff --git a/versions/l-/libgpg-error.json b/versions/l-/libgpg-error.json index dc514eb6e..aecf1ec8a 100644 --- a/versions/l-/libgpg-error.json +++ b/versions/l-/libgpg-error.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "80b315c6991fd5092637d010433ebfcbcbfda92d", + "version": "1.42", + "port-version": 0 + }, + { "git-tree": "36b77502b20b311f354f24c02f27fd5dd4896663", "version-string": "1.39", "port-version": 1 |
