aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Pombal <FranciscoPombal@users.noreply.github.com>2020-09-04 15:10:43 +0100
committerGitHub <noreply@github.com>2020-09-04 07:10:43 -0700
commita110d7b5dac7a0d05a6081ee633439911d09d3c2 (patch)
tree40a39beffbacd058636fbfb856a8f94ee2b7a285
parentc3ddf744d18f4472977f35e77dd7bc4fd0d8edcb (diff)
downloadvcpkg-a110d7b5dac7a0d05a6081ee633439911d09d3c2.tar.gz
vcpkg-a110d7b5dac7a0d05a6081ee633439911d09d3c2.zip
[libtorrent] Update to 1.2.10 (#13341)
-rw-r--r--ports/libtorrent/CONTROL2
-rw-r--r--ports/libtorrent/add-datetime-to-boost-libs.patch4
-rw-r--r--ports/libtorrent/fix_find_iconv.patch4
-rw-r--r--ports/libtorrent/no_use_iconv.patch4
-rw-r--r--ports/libtorrent/portfile.cmake4
5 files changed, 9 insertions, 9 deletions
diff --git a/ports/libtorrent/CONTROL b/ports/libtorrent/CONTROL
index c8405288b..e0fa5a95b 100644
--- a/ports/libtorrent/CONTROL
+++ b/ports/libtorrent/CONTROL
@@ -1,5 +1,5 @@
Source: libtorrent
-Version: 1.2.9
+Version: 1.2.10
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-variant
diff --git a/ports/libtorrent/add-datetime-to-boost-libs.patch b/ports/libtorrent/add-datetime-to-boost-libs.patch
index 1ef09021a..e9eeae919 100644
--- a/ports/libtorrent/add-datetime-to-boost-libs.patch
+++ b/ports/libtorrent/add-datetime-to-boost-libs.patch
@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 4f329339f..36f033b92 100644
+index 9efd451fb..7ff587631 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -672,9 +672,9 @@ else()
+@@ -719,9 +719,9 @@ else()
endif()
# Boost
diff --git a/ports/libtorrent/fix_find_iconv.patch b/ports/libtorrent/fix_find_iconv.patch
index cf30ef18f..2c22c15e0 100644
--- a/ports/libtorrent/fix_find_iconv.patch
+++ b/ports/libtorrent/fix_find_iconv.patch
@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 303f905e4..6bdbc5ac4 100644
+index 9efd451fb..d85b31fd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -603,24 +603,19 @@ target_optional_compile_definitions(torrent-rasterbar PUBLIC FEATURE NAME mutabl
+@@ -643,24 +643,19 @@ target_optional_compile_definitions(torrent-rasterbar PUBLIC FEATURE NAME mutabl
target_optional_compile_definitions(torrent-rasterbar PUBLIC FEATURE NAME streaming DEFAULT ON
DESCRIPTION "Enables support for piece deadline" DISABLED TORRENT_DISABLE_STREAMING)
diff --git a/ports/libtorrent/no_use_iconv.patch b/ports/libtorrent/no_use_iconv.patch
index 8e62a950c..3f275299a 100644
--- a/ports/libtorrent/no_use_iconv.patch
+++ b/ports/libtorrent/no_use_iconv.patch
@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 303f905e4..1810c23c6 100644
+index 9efd451fb..05066be82 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -603,26 +603,6 @@ target_optional_compile_definitions(torrent-rasterbar PUBLIC FEATURE NAME mutabl
+@@ -643,26 +643,6 @@ target_optional_compile_definitions(torrent-rasterbar PUBLIC FEATURE NAME mutabl
target_optional_compile_definitions(torrent-rasterbar PUBLIC FEATURE NAME streaming DEFAULT ON
DESCRIPTION "Enables support for piece deadline" DISABLED TORRENT_DISABLE_STREAMING)
diff --git a/ports/libtorrent/portfile.cmake b/ports/libtorrent/portfile.cmake
index 1f3b76e5a..54d40d63d 100644
--- a/ports/libtorrent/portfile.cmake
+++ b/ports/libtorrent/portfile.cmake
@@ -39,8 +39,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO arvidn/libtorrent
- REF libtorrent-1.2.9
- SHA512 c547d96470f6a89f22adc0f5579ffb98b877a46f0a163698c49f1de57f23af60a7b0d3c1ca482e3ed8d3e35124d14a1d16a53e455f4d69f347fcb33c6ded75a8
+ REF libtorrent-1.2.10
+ SHA512 e6de939fb6527783695e0b6623ddbe27f85842a36c0899b93ea0284cb3c6f3d14b8c39e29316adb3bf9acac7804f38385cc06854a32df28e7f4f6839af9f382d
HEAD_REF RC_1_2
PATCHES
add-datetime-to-boost-libs.patch