Skip to content

Commit

Permalink
[libtorrent] Update to 1.2.1-bcb26fd6
Browse files Browse the repository at this point in the history
1.2.1-bcb26fd6

	* fix issue where trackers from magnet links were not included in create_torrent()
	* make peer_info::client a byte array in python binding
	* pick contiguous pieces from peers with high download rate
	* fix error handling of moving storage to a drive letter that isn't mounted
	* fix HTTP Host header when using proxy

1.2.1 release

	* add dht_pkt_alert and alerts_dropped_alert to python bindings
  • Loading branch information
Denis Zavorotnyy committed Aug 15, 2019
1 parent 513e28e commit 063b687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ports/libtorrent/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libtorrent
Version: 2019-04-19
Version: 1.2.1-bcb26fd6
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
5 changes: 2 additions & 3 deletions ports/libtorrent/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO arvidn/libtorrent
REF 76c2794923c4c101ff715be11d794f7fefc6c524
SHA512 3e154857bb56318ebe725326e1832aa387dc85840be80ebe76c0265e8fded43bc3006d528784c8805e30c3fba41b4108ccf81170870d1686dc499048367563ea
REF bcb26fd638bd8c543cd3cc42837b120ff86d44b1
SHA512 af897d2daca6e67efe777724147b1047624df9df938222fe967d380263d88ccb3c081e1a24a6c790bf1b35f46385ef08b46d8e46d0922f945cd28c59dd0d35a7
HEAD_REF master
PATCHES
add-datetime-to-boost-libs.patch
windows-boost-1.70.patch
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" LIBTORRENT_SHARED)
Expand Down
13 changes: 0 additions & 13 deletions ports/libtorrent/windows-boost-1.70.patch

This file was deleted.

0 comments on commit 063b687

Please sign in to comment.