8
0
Files
libtorrent-rasterbar/_service
Luigi Baldoni 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

17 lines
610 B
Plaintext

<services>
<service mode="manual" name="tar_scm">
<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.11</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="filename">libtorrent-rasterbar</param>
</service>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="manual" name="set_version" />
</services>