diff options
| author | Francisco Pombal <17580742+FranciscoPombal@users.noreply.github.com> | 2021-04-30 19:21:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 11:21:51 -0700 |
| commit | 71b30b087428e9ab0904de3343e43032fd37b7da (patch) | |
| tree | 68c269d96db64d1b424de3c69c9f0c887b01c8ff /versions | |
| parent | 369e139bf3e5e1d05b9b1e83d0f3dc1796d53383 (diff) | |
| download | vcpkg-71b30b087428e9ab0904de3343e43032fd37b7da.tar.gz vcpkg-71b30b087428e9ab0904de3343e43032fd37b7da.zip | |
[libtorrent] Update to latest 1.2.x commit (#17166)
* [libtorrent] Update to latest 1.2.x commit
- Update to 1.2.13 plus some additional fixes (allows dropping existing
patches)
- Build with libiconv by default on all platforms
- Fix deprecated usage of `vcpkg_check_features` without the `FEATURES`
keyword
- Migrate to vcpkg.json manifest files
* [libtorrent] Update versioning information
Co-authored-by: Francisco Pombal <FranciscoPombal@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libtorrent.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 36efdcb3a..70e73edaf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3561,7 +3561,7 @@ "port-version": 0 }, "libtorrent": { - "baseline": "1.2.12", + "baseline": "1.2.13-b799640", "port-version": 0 }, "libu2f-server": { diff --git a/versions/l-/libtorrent.json b/versions/l-/libtorrent.json index ac282a58f..f3f07ac98 100644 --- a/versions/l-/libtorrent.json +++ b/versions/l-/libtorrent.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "cefe40e87e8a190462a748b1a230cedac39e8395", + "version-string": "1.2.13-b799640", + "port-version": 0 + }, + { "git-tree": "6bd8c71880f419aa740153f9cd01cdf26453794e", "version-string": "1.2.12", "port-version": 0 |
