Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libtorrent] Update to 2.0.9 #31579

Merged
merged 1 commit into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

8 changes: 3 additions & 5 deletions ports/libtorrent/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO arvidn/libtorrent
REF 64817e0e8793d0875fc10245de52ffb2540a223d # v2.0.8
SHA512 607172e6a806d78bb34443101bd384ac7a42e0edc3e7c4a2cf5c3ab5f2be64f84557726dce16c2fbaaa2ba254529a8871b3123b0e79fe87cd5bf26021ecb59da
REF "v${VERSION}"
SHA512 cc9c0d9ae66bd7c7df7487e33e8d452ba7b5756987be35a3309038a1dec576e91de5fbabe9d05e58bea9c82d83aad33c607804eeefaf3113a51354bef1a25340
HEAD_REF RC_2_0
PATCHES
0001-fix-build-error-on-Windows-ARM64-by-add-new-define.patch
)

vcpkg_from_github(
Expand Down Expand Up @@ -80,7 +78,7 @@ vcpkg_cmake_install()
vcpkg_cmake_config_fixup(PACKAGE_NAME LibtorrentRasterbar CONFIG_PATH lib/cmake/LibtorrentRasterbar)

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

# Do not duplicate include files
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include" "${CURRENT_PACKAGES_DIR}/debug/share" "${CURRENT_PACKAGES_DIR}/share/cmake")
Expand Down
2 changes: 1 addition & 1 deletion ports/libtorrent/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libtorrent",
"version": "2.0.8",
"version": "2.0.9",
"maintainers": "Arvid Norberg <[email protected]>",
"description": "An efficient feature complete C++ BitTorrent implementation",
"homepage": "https://libtorrent.org",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4613,7 +4613,7 @@
"port-version": 3
},
"libtorrent": {
"baseline": "2.0.8",
"baseline": "2.0.9",
"port-version": 0
},
"libu2f-server": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libtorrent.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "659f86cfa8b1e0f62ba1d7c6376ec5d7f292fb7c",
"version": "2.0.9",
"port-version": 0
},
{
"git-tree": "884acf58813237198df4d1265661ad93b6b57955",
"version": "2.0.8",
Expand Down