mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 14:28:17 +08:00
Merge pull request #7708 from denis-gz/libtorrent-update
[libtorrent] Update to 1.2.1-bcb26fd6
This commit is contained in:
commit
22e787f944
@ -1,5 +1,5 @@
|
|||||||
Source: libtorrent
|
Source: libtorrent
|
||||||
Version: 2019-04-19
|
Version: 1.2.1-bcb26fd6
|
||||||
Homepage: https://github.com/arvidn/libtorrent
|
Homepage: https://github.com/arvidn/libtorrent
|
||||||
Description: An efficient feature complete C++ BitTorrent implementation
|
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
|
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
|
||||||
|
@ -3,12 +3,11 @@ include(vcpkg_common_functions)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO arvidn/libtorrent
|
REPO arvidn/libtorrent
|
||||||
REF 76c2794923c4c101ff715be11d794f7fefc6c524
|
REF bcb26fd638bd8c543cd3cc42837b120ff86d44b1
|
||||||
SHA512 3e154857bb56318ebe725326e1832aa387dc85840be80ebe76c0265e8fded43bc3006d528784c8805e30c3fba41b4108ccf81170870d1686dc499048367563ea
|
SHA512 af897d2daca6e67efe777724147b1047624df9df938222fe967d380263d88ccb3c081e1a24a6c790bf1b35f46385ef08b46d8e46d0922f945cd28c59dd0d35a7
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
PATCHES
|
||||||
add-datetime-to-boost-libs.patch
|
add-datetime-to-boost-libs.patch
|
||||||
windows-boost-1.70.patch
|
|
||||||
)
|
)
|
||||||
|
|
||||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" LIBTORRENT_SHARED)
|
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" LIBTORRENT_SHARED)
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/src/ip_notifier.cpp b/src/ip_notifier.cpp
|
|
||||||
index 37e5623..daa25f8 100644
|
|
||||||
--- a/src/ip_notifier.cpp
|
|
||||||
+++ b/src/ip_notifier.cpp
|
|
||||||
@@ -380,7 +380,7 @@ struct ip_change_notifier_impl final : ip_change_notifier
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
- m_hnd.get_io_service().post([cb, err]()
|
|
||||||
+ lt::get_io_service(m_hnd).post([cb, err]()
|
|
||||||
{ cb(error_code(err, system_category())); });
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user