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 1.2.11 #14755

Merged
merged 1 commit into from
Dec 3, 2020
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
6 changes: 2 additions & 4 deletions ports/libtorrent/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Source: libtorrent
Version: 1.2.10
Port-Version: 2
Version: 1.2.11
Homepage: https://github.com/arvidn/libtorrent
Description: An efficient feature complete C++ BitTorrent implementation
Build-Depends: openssl, boost-system, boost-date-time, boost-chrono, boost-random, boost-asio, boost-crc, boost-config, boost-iterator, boost-scope-exit, boost-multiprecision, boost-pool, boost-variant
Expand All @@ -17,11 +16,10 @@ Build-Depends: libiconv (windows)
Description: build with libiconv on Windows

Feature: python
Build-Depends: boost-python, libtorrent[deprfun]
Build-Depends: boost-python
Description: build the python bindings in bindings/python directory

Feature: test
Build-Depends: libtorrent[deprfun]
Description: build the libtorrent tests

Feature: tools
Expand Down
16 changes: 0 additions & 16 deletions ports/libtorrent/add-datetime-to-boost-libs.patch

This file was deleted.

130 changes: 0 additions & 130 deletions ports/libtorrent/fix_python_cmake.patch

This file was deleted.

6 changes: 2 additions & 4 deletions ports/libtorrent/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO arvidn/libtorrent
REF libtorrent-1.2.10
SHA512 e6de939fb6527783695e0b6623ddbe27f85842a36c0899b93ea0284cb3c6f3d14b8c39e29316adb3bf9acac7804f38385cc06854a32df28e7f4f6839af9f382d
REF v1.2.11
SHA512 d502286f67bf462f14169daafe12b94ca723598530c85360c3a4b3c73535202b63632036248fdecc942cb559e66e6a5cb5afa830dc78bbff72a6c9a330710b62
HEAD_REF RC_1_2
PATCHES
add-datetime-to-boost-libs.patch
fix_python_cmake.patch
${ICONV_PATCH}
)

Expand Down