Skip to content

[libtorrent] update to 2.0.12#50474

Draft
toge wants to merge 5 commits intomicrosoft:masterfrom
toge:libtorrent-2.0.12
Draft

[libtorrent] update to 2.0.12#50474
toge wants to merge 5 commits intomicrosoft:masterfrom
toge:libtorrent-2.0.12

Conversation

@toge
Copy link
Copy Markdown
Contributor

@toge toge commented Mar 15, 2026

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version, or no changes were necessary.
  • Any fixed CI baseline and CI feature baseline entries are removed from that file, or no entries needed to be changed.
  • All patch files in the port are applied and succeed.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Exactly one version is added in each modified versions file.

https://github.com/arvidn/libtorrent/releases/tag/v2.0.12

python features has been always failed on Windows since 2020.

if(VCPKG_TARGET_IS_WINDOWS)
    # Building python bindings is currently broken on Windows
    if("python" IN_LIST FEATURES)
        message(FATAL_ERROR "The python feature is currently broken on Windows")
    endif()
...
endif()

I think it should be defined supports in vcpkg.json.

@vicroms
Copy link
Copy Markdown
Member

vicroms commented Mar 17, 2026

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@vicroms vicroms marked this pull request as draft March 18, 2026 19:14
@toge toge marked this pull request as ready for review April 4, 2026 05:26
@vicroms vicroms marked this pull request as draft April 4, 2026 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants