Commit Graph

3 Commits

Author SHA1 Message Date
Cheney Wang
6391d9d7fc
[libunwind] update to 1.8.1 (#37434) 2024-03-14 12:28:32 -07:00
jim wang
86a103d605
[libunwind] Update to 1.8.0 (#36910)
Fixes https://github.com/microsoft/vcpkg/issues/36797

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Usage test pass with following triplets:

```
x64-linux
```
2024-02-21 21:47:29 -08:00
Danyil Melnytskyi
e2b7697406
[libunwind] new port (#33204)
* Initial support of libunwind

* Fix copyright install

* ./vcpkg x-add-version --all

* Update git-tree

* Resolve some change requests

 - A blank line needs to be added at the end of the file.
 - Fix the version number in the vcpkg.json and usage files.

* Fix version

* Use vcpkg_from_github instead vcpkg_from_git

* Fix usage and portfile.cmake files

* Fix git-tree

* Yet another refactor

* Update git-tree
2023-08-16 12:51:34 -07:00