forked from pool/libtorrent
Compare commits
22 Commits
Author | SHA256 | Date | |
---|---|---|---|
0efbfb95a3 | |||
|
d97178862a | ||
|
73384ba3ec | ||
a4dcac0e5a | |||
|
473a8dc989 | ||
eb1e8ca4de | |||
|
d79539396b | ||
a691066f26 | |||
|
0c62dca029 | ||
e8d062d4b2 | |||
|
e2c7f9a4df | ||
87c225879b | |||
|
007898cbb8 | ||
|
12c2071ebd | ||
|
9c76eb5f93 | ||
2a38d807da | |||
|
10e5bcb887 | ||
7253720f10 | |||
|
bdfd1bc85e | ||
be832d44ce | |||
|
72c654af9f | ||
afd4da26d9 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1757072145
|
||||||
|
commit: 176d6ae8814d49528a2108ec5ef689464a4e9861b3b5d2e6138bbecc402f22e6
|
||||||
|
url: https://src.opensuse.org/jengelh/libtorrent
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e88f8c7806db1e0503f493eafb98b1d4db3d27ca10b924fc21e7ba4eb8a4862
|
||||||
|
size 256
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983
|
|
||||||
size 834027
|
|
BIN
libtorrent-0.16.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libtorrent-0.16.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,78 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 5 11:31:57 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.16.0
|
||||||
|
* The ``network.block.*`` commands now work properly for IPv4/6,
|
||||||
|
although IPv6 support still has some issues.
|
||||||
|
* Converted curl/http to be thread-safe.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 23 08:20:10 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.15.6
|
||||||
|
* Strict checking of d.views push_back arguments.
|
||||||
|
* Invert color of focus ui element.
|
||||||
|
* Use getaddrinfo for numeric hostname lookups in UdnsResolver.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 22 20:22:30 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.15.5
|
||||||
|
* Ignore invalid completed chunks value when encountering such.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 2 08:07:03 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.15.4
|
||||||
|
* Threads were not rejoined, which has been fixed
|
||||||
|
* Moved TrackerList and TrackerController out of the public API
|
||||||
|
* Use poll interrupting callbacks for SCGI requests
|
||||||
|
* Updated ThrottleList to use new Scheduler
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 2 09:54:42 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.15.3
|
||||||
|
* Fixed slow SCGI replies
|
||||||
|
* Cleaned up thread/scheduler code
|
||||||
|
- Delete 0001-0.15.2-Missing-header-algorithm.patch
|
||||||
|
0002-Fixed-DhtController-m_router-check-and-log-unit-test.patch
|
||||||
|
(merged)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 20:41:18 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.15.2
|
||||||
|
* preparation for multi-threaded trackers
|
||||||
|
* added a thread-safe DNS resolver
|
||||||
|
- Add 0001-0.15.2-Missing-header-algorithm.patch,
|
||||||
|
0002-Fixed-DhtController-m_router-check-and-log-unit-test.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 2 11:53:47 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.15.1
|
||||||
|
* Resolved a crash with Handshake buffer resizing
|
||||||
|
* Respect failure intervals for trackers
|
||||||
|
* Fix file truncation on resume with fallocate enabled
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 26 19:18:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.15
|
||||||
|
* Resolved a crash with Handshake buffer resizing.
|
||||||
|
* Respect failure intervals for trackers.
|
||||||
|
* Fix file truncation on resume with fallocate enabled.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 29 12:10:54 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.14.0
|
||||||
|
* Significant performance improvements to improve throughput and
|
||||||
|
reduce CPU usage.
|
||||||
|
* A fix for a torrent client crash with the socket address object.
|
||||||
|
* Support for 33 Gbit/s throttles on ruTorrent.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 4 14:55:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Sep 4 14:55:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtorrent
|
# spec file for package libtorrent
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,21 +16,24 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define rtorrentvers 0.9.8
|
%define lname libtorrent30
|
||||||
Name: libtorrent
|
Name: libtorrent
|
||||||
%define lname libtorrent21
|
Version: 0.16.0
|
||||||
Version: 0.13.8
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A BitTorrent library written in C++
|
Summary: A BitTorrent library written in C++
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
URL: https://github.com/rakshasa/libtorrent
|
URL: https://github.com/rakshasa/libtorrent
|
||||||
|
Source: https://github.com/rakshasa/rtorrent/releases/download/v%version/libtorrent-%version.tar.gz
|
||||||
Source: https://github.com/rakshasa/rtorrent/releases/download/v%rtorrentvers/%name-%version.tar.gz
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||||
|
BuildRequires: gcc13-c++
|
||||||
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
%endif
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(cppunit)
|
BuildRequires: pkgconfig(cppunit)
|
||||||
|
BuildRequires: pkgconfig(libcurl) >= 7.15.4
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
@@ -62,9 +65,11 @@ seed speeds than the official client on high-bandwidth links.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if 0%{?suse_version} && 0%{?suse_version} < 1600
|
||||||
|
export CXX=g++-13
|
||||||
|
%endif
|
||||||
export CFLAGS="%optflags -fno-strict-aliasing"
|
export CFLAGS="%optflags -fno-strict-aliasing"
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
export CXXFLAGS="$CXXFLAGS -std=gnu++11"
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure --enable-ipv6 --with-posix-fallocate
|
%configure --enable-ipv6 --with-posix-fallocate
|
||||||
%make_build
|
%make_build
|
||||||
@@ -73,13 +78,12 @@ autoreconf -fiv
|
|||||||
%make_install
|
%make_install
|
||||||
find "%buildroot" -type f -name "*.la" -delete
|
find "%buildroot" -type f -name "*.la" -delete
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libtorrent.so.*
|
%_libdir/libtorrent.so.*
|
||||||
|
|
||||||
%files -n %name-devel
|
%files devel
|
||||||
%_includedir/torrent/
|
%_includedir/torrent/
|
||||||
%_libdir/libtorrent.so
|
%_libdir/libtorrent.so
|
||||||
%_libdir/pkgconfig/libtorrent.pc
|
%_libdir/pkgconfig/libtorrent.pc
|
||||||
|
Reference in New Issue
Block a user