1
0

2 Commits

Author SHA256 Message Date
ff677ef1c5 Accepting request 1240831 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1240831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtorrent-rasterbar?expand=0&rev=91
2025-01-28 16:05:44 +00:00
3f4acd7c81 - Update to version 2.0.11
* bump version for future release
  * torrent_status::num_pieces counts pieces passed hash check
  * Updated numerous action revisions
  * fix setup.py to not use distutils
  * fix integer overflow in piece picker
  * Send read_piece_alert after piece passes
  * test for set_piece_deadline()
  * Make anti-leech choker never increase score for dishonesty
  * fix the compilation failure caused
  * bump libsimulator submodule
  * assume copy_file_range() exists on linux (unless old glibc)
  * rely on the openssl version already installed on the runner
  * remove aligned storage, as it's deprecated in C++23
  * apply DSCP setting to peers before connecting
  * check settings_pack::max_out_request_queue before alert
    outstanding_r…
  * improve debug facilities of swarm simulations
  * Improve simulator determinism
  * fix issue when closing a uTP connection
  * fix test_copy_file to recognize overlayfs as supporting
    sparse files.
  * Fix some typos
  * don't discard netlink messages for previously seen addresses
  * fix pre-allocation when changing priority
  * limit the piece size in create_torrent constructor
  * Updated numerous pre-commit hook revs.
  * fix BEP-40 peer priority for IPv6
  * minor fix on documentation
  * allow connections while checking resume data if
    no_verify_files flag is set
  * don't hint POSIX_FADV_RANDOM
  * fix tests to work on linux ZFS
  * fix bug where file_progress could sometimes be reported as
    >100%
  * Move construct std::shared_ptr objects
  * Bump libsimulator submodule
  * fix performance bug in the file pool
  * piece_picker updates
  * Add announce_port support
  * fix race condition when cancelling requests after becoming a
    seed
  * abort_download() is OK in any state
  * Bump some pre-commit-hook revs
  * Fix mmap error when reading empty file during resume check
    on Linux
  * homebrew uses standard name for pre-built boost_system now
  * remove use of std::aligned_union
  * bump version
  * Fix typos
  * add some possible values to the documentation for
    dht_bootstrap_nodes
  * fix applying IP filter to DHT traffic (HanabishiRecca)
  * add invariant check to socks5_stream
  * fix fcntl.h warning
  * use stricter rules for what filenames are valid on Android
  * validate add_torrent_params::save_path at run-time

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=178
2025-01-28 13:18:02 +00:00
5 changed files with 67 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/arvidn/libtorrent.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v2.0.10</param>
<param name="revision">v2.0.11</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="filename">libtorrent-rasterbar</param>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15559e3fdfb28d159b05d39979ae112d79b97ead9f2dfda2b19ba9633fb0bd24
size 3357020

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c559d2d188d8ca946bdecbec8d7dcecad2e0214f23ec0c0968bb85003a4f9146
size 3434380

View File

@@ -1,3 +1,64 @@
-------------------------------------------------------------------
Tue Jan 28 13:10:35 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.0.11
* bump version for future release
* torrent_status::num_pieces counts pieces passed hash check
* Updated numerous action revisions
* fix setup.py to not use distutils
* fix integer overflow in piece picker
* Send read_piece_alert after piece passes
* test for set_piece_deadline()
* Make anti-leech choker never increase score for dishonesty
* fix the compilation failure caused
* bump libsimulator submodule
* assume copy_file_range() exists on linux (unless old glibc)
* rely on the openssl version already installed on the runner
* remove aligned storage, as it's deprecated in C++23
* apply DSCP setting to peers before connecting
* check settings_pack::max_out_request_queue before alert
outstanding_r…
* improve debug facilities of swarm simulations
* Improve simulator determinism
* fix issue when closing a uTP connection
* fix test_copy_file to recognize overlayfs as supporting
sparse files.
* Fix some typos
* don't discard netlink messages for previously seen addresses
* fix pre-allocation when changing priority
* limit the piece size in create_torrent constructor
* Updated numerous pre-commit hook revs.
* fix BEP-40 peer priority for IPv6
* minor fix on documentation
* allow connections while checking resume data if
no_verify_files flag is set
* don't hint POSIX_FADV_RANDOM
* fix tests to work on linux ZFS
* fix bug where file_progress could sometimes be reported as
>100%
* Move construct std::shared_ptr objects
* Bump libsimulator submodule
* fix performance bug in the file pool
* piece_picker updates
* Add announce_port support
* fix race condition when cancelling requests after becoming a
seed
* abort_download() is OK in any state
* Bump some pre-commit-hook revs
* Fix mmap error when reading empty file during resume check
on Linux
* homebrew uses standard name for pre-built boost_system now
* remove use of std::aligned_union
* bump version
* Fix typos
* add some possible values to the documentation for
dht_bootstrap_nodes
* fix applying IP filter to DHT traffic (HanabishiRecca)
* add invariant check to socks5_stream
* fix fcntl.h warning
* use stricter rules for what filenames are valid on Android
* validate add_torrent_params::save_path at run-time
-------------------------------------------------------------------
Fri Apr 19 12:59:53 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libtorrent-rasterbar
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
Version: 2.0.10
Version: 2.0.11
Release: 0
Summary: A C++ implementation of the BitTorrent protocol
License: BSD-3-Clause