1
0
forked from pool/libtorrent

9 Commits

Author SHA256 Message Date
d10f23b068 Import openSUSE:Leap:16.0 modifications 2025-08-12 12:12:59 +02:00
8400ae6693 remove invalid imported files 2025-08-12 12:12:58 +02:00
0fa8d374d8 Accepting request 1234609 from filesharing
- Update to release 0.15.1

OBS-URL: https://build.opensuse.org/request/show/1234609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent?expand=0&rev=16
2025-01-05 14:28:51 +00:00
OBS User unknown
116574443a [info=792e2f431d839380f2b4cd13938971b3eb4a39719c59d2c8df4ea3506c89379d]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=10
2025-01-02 11:56:19 +00:00
a67b677818 Accepting request 1233462 from filesharing
- Update to release 0.15

OBS-URL: https://build.opensuse.org/request/show/1233462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent?expand=0&rev=15
2024-12-29 10:56:23 +00:00
OBS User unknown
24c71c9067 [info=e72b545452c9b12dcfcd6ce0343a2e201dbaab4fcf352480915e1682e43a2644]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=9
2024-12-26 19:21:22 +00:00
c297900b52 Accepting request 1204534 from filesharing
- Update to release 0.14.0

OBS-URL: https://build.opensuse.org/request/show/1204534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent?expand=0&rev=14
2024-09-30 13:39:17 +00:00
OBS User unknown
6ca5649a8f [info=8c200077e9a1c7a5e2609b2599662d210a5d08fb7974ea2b86be966af2dff63a]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=8
2024-09-29 15:18:21 +00:00
ce97621e67 [info=8ac4eb2f719956e52c64c754330a56d5ef7128c6b534245f4e2f3f052b0bf7f9]
OBS-URL: https://build.opensuse.org/package/show/filesharing/libtorrent?expand=0&rev=7
2024-09-29 15:14:13 +00:00
4 changed files with 11 additions and 82 deletions

BIN
libtorrent-0.14.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libtorrent-0.16.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,69 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libtorrent
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,21 @@
#
%define lname libtorrent30
%define rtorrentvers 0.10.0
Name: libtorrent
Version: 0.16.0
%define lname libtorrent22
Version: 0.14.0
Release: 0
Summary: A BitTorrent library written in C++
License: SUSE-GPL-2.0+-with-openssl-exception
Group: Productivity/Networking/File-Sharing
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
%if 0%{?suse_version} && 0%{?suse_version} < 1600
BuildRequires: gcc13-c++
%else
BuildRequires: gcc-c++
%endif
BuildRequires: libtool
BuildRequires: pkgconfig(cppunit)
BuildRequires: pkgconfig(libcurl) >= 7.15.4
BuildRequires: pkgconfig(openssl)
BuildRequires: zlib-devel
@@ -65,11 +62,9 @@ seed speeds than the official client on high-bandwidth links.
%autosetup -p1
%build
%if 0%{?suse_version} && 0%{?suse_version} < 1600
export CXX=g++-13
%endif
export CFLAGS="%optflags -fno-strict-aliasing"
export CXXFLAGS="$CFLAGS"
export CXXFLAGS="$CXXFLAGS -std=gnu++14"
autoreconf -fiv
%configure --enable-ipv6 --with-posix-fallocate
%make_build
@@ -83,7 +78,7 @@ find "%buildroot" -type f -name "*.la" -delete
%files -n %lname
%_libdir/libtorrent.so.*
%files devel
%files -n %name-devel
%_includedir/torrent/
%_libdir/libtorrent.so
%_libdir/pkgconfig/libtorrent.pc