1
0

77 Commits

Author SHA256 Message Date
Alexei Sorokin
a1e1d7e835 Accepting request 702966 from home:Fisiu:branches:devel:libraries:c_c++
- Update to 1.1.13:
  * fix sock_type_t python binding
  * tighten up various input validation checks
  * replace use of boost-endian with boost-predef, fix boo#1134615
  * uTP performance fixes

OBS-URL: https://build.opensuse.org/request/show/702966
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=119
2019-05-14 20:03:36 +00:00
31a0dc414e Accepting request 668282 from home:jengelh:branches:devel:libraries:c_c++
- Avoid repeating the name in summary.
- Remove future goals from description.
- Remove idempotent (build result does not change)  %if..%endif guards.

OBS-URL: https://build.opensuse.org/request/show/668282
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=117
2019-01-28 12:20:53 +00:00
Alexei Sorokin
b4fab659e5 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=115 2018-11-26 12:31:36 +00:00
Alexei Sorokin
1070baeca9 Accepting request 651995 from home:adamm:branches:devel:libraries:c_c++
- Update to version 1.1.11:
  * Fix move_storage with save_path with a trailing slash
  * Fix tracker announce issue, advertising port 0 in secondary
    IPv6 announce
  * Fix missing boost/noncopyable.hpp includes
  * Fix python binding for torrent_info::creation_date()
- Changes since version 1.1.10:
  * Fix issue in udp_socket with unusual socket failure
  * Split progress_notification alert category into
    file-, piece- and block progress
  * utp close-reason fix
  * Exposed default add_torrent_params flags to python bindings
  * Fix redundant flushes of partfile metadata
  * Add option to ignore min-interval from trackers on
    force-reannounce
  * Raise default setting for active_limit
  * Fall back to copy+remove if rename_file fails
  * Improve handling of filesystems not supporting fallocate()
  * Force-Proxy no longer disables DHT
  * Improve connect-boost feature, to make new torrents quickly
    connect peers

OBS-URL: https://build.opensuse.org/request/show/651995
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=114
2018-11-26 12:28:57 +00:00
Alexei Sorokin
f28d5409eb - Update to version 1.1.9.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=112
2018-09-15 17:55:13 +00:00
Alexei Sorokin
cc3c1247ee - Update to version 1.1.8.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=110
2018-07-03 14:27:07 +00:00
Alexei Sorokin
a3a85759e5 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=108 2018-06-19 13:11:29 +00:00
Alexei Sorokin
09734e4d70 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=107 2018-06-19 13:07:58 +00:00
Alexei Sorokin
e0a1d35392 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=106 2018-06-19 12:53:06 +00:00
Alexei Sorokin
b51e70c3e4 - Update to version 1.1.7.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=104
2018-04-17 11:37:03 +00:00
Mariusz Fik
157ba3daef Accepting request 561730 from network
OBS-URL: https://build.opensuse.org/request/show/561730
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=102
2018-01-04 19:32:29 +00:00
Alexei Sorokin
938720b927 Accepting request 560761 from home:wolfi323:branches:devel:libraries:c_c++
- Add fix-build-against-boost-1.66.patch to fix build with the
  latest boost in Factory

OBS-URL: https://build.opensuse.org/request/show/560761
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=100
2017-12-30 15:46:14 +00:00
Alexei Sorokin
2a4049a010 - Update to version 1.1.5.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=98
2017-10-22 02:46:16 +00:00
Mariusz Fik
dd693b4ab1 Accepting request 532910 from home:Fisiu
- Update to 1.1.4:
  * Corrected missing const qualifiers on bdecode_node.
  * Fix changing queue position of paused torrents (1.1.3 regression).
  * Fix re-check issue after move_storage.
  * Handle invalid arguments to set_piece_deadline().
  * Move_storage did not work for torrents without metadata.
  * Improve shutdown time by only announcing to trackers whose IP we know.
  * Fix python3 portability issue in python binding.
  * Delay 5 seconds before reconnecting socks5 proxy for UDP ASSOCIATE.
  * Fix NAT-PMP crash when removing a mapping at the wrong time.
  * Improve path sanitization (filter unicode text direction characters).
  * Deprecate partial_piece_info::piece_state.
  * Bind upnp requests to correct local address.
  * Save resume data when removing web seeds.
  * Fix proxying of https connections.
  * Fix race condition in disk I/O storage class.
  * Fix http connection timeout on multi-homed hosts.
  * Removed depdendency on boost::uintptr_t for better compatibility.
  * Fix memory leak in the disk cache.
  * Fix double free in disk cache.
  * Forward declaring libtorrent types is discouraged. a new fwd.hpp header is
    provided.
- Add boost-1_65-fix.patch: fix building with boost 1.65.
- Drop libtorrent-rasterbar-fix-build-boost-1.54.patch.

OBS-URL: https://build.opensuse.org/request/show/532910
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=96
2017-10-09 21:59:25 +00:00
Alexei Sorokin
5e537e66e8 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=94 2017-05-23 13:31:53 +00:00
Alexei Sorokin
4b84f96b32 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=93 2017-05-23 12:54:11 +00:00
03e0fdeca3 Accepting request 497085 from home:alois:branches:devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/497085
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=92
2017-05-22 10:29:13 +00:00
Alexei Sorokin
7bcf575cd2 - Update to version 1.1.3.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=90
2017-04-23 00:37:51 +00:00
Alexei Sorokin
09e4d38afd OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=88 2017-03-29 14:15:58 +00:00
Alexei Sorokin
0da369bc78 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=87 2017-03-29 14:08:24 +00:00
Alexei Sorokin
c02fe74112 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=83 2017-03-07 12:16:32 +00:00
Alexei Sorokin
e117d5ae4f OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=82 2017-03-07 12:15:34 +00:00
Alexei Sorokin
a770e27f6b Accepting request 476887 from home:alois:branches:devel:libraries:c_c++
Update to 1.1.2

OBS-URL: https://build.opensuse.org/request/show/476887
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=81
2017-03-05 10:39:44 +00:00
Alexei Sorokin
0c2448ea4a Accepting request 453926 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/453926
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=79
2017-02-01 16:04:51 +00:00
Alexei Sorokin
399adb9c9c OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=77 2016-12-05 16:01:01 +00:00
Alexei Sorokin
fcf143d185 Accepting request 434205 from home:Fisiu:branches:devel:libraries:c_c++
- Require boost => 1.61 to fix build failures.

OBS-URL: https://build.opensuse.org/request/show/434205
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=75
2016-10-10 20:20:46 +00:00
Alexei Sorokin
b74c3d6f03 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=74 2016-08-28 22:05:32 +00:00
Alexei Sorokin
d478414cdc - Update to version 1.1.1.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=73
2016-08-28 21:50:35 +00:00
Alexei Sorokin
f3bc9a0abf OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=72 2016-08-17 10:42:37 +00:00
Alexei Sorokin
6c36ff9ce6 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=71 2016-07-29 14:41:14 +00:00
Alexei Sorokin
7fc11c1ff6 Accepting request 415838 from home:michel_mno:branches:devel:libraries:c_c++
- new libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch
  to allow ppc64le build.
  provided upstream https://github.com/arvidn/libtorrent/pull/967

OBS-URL: https://build.opensuse.org/request/show/415838
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=70
2016-07-29 14:40:52 +00:00
Alexei Sorokin
721953af42 Accepting request 414528 from home:jengelh:branches:devel:libraries:c_c++
- Remove useless duplicate pkgconfig dependency

OBS-URL: https://build.opensuse.org/request/show/414528
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=69
2016-07-23 12:24:19 +00:00
Alexei Sorokin
a12286ed13 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=67 2016-07-17 21:07:16 +00:00
Alexei Sorokin
ac9e7a3f5d OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=66 2016-07-16 12:23:51 +00:00
Alexei Sorokin
b8f41fb803 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=65 2016-07-15 17:26:15 +00:00
Alexei Sorokin
221ddb372e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=63 2016-07-03 16:21:10 +00:00
Alexei Sorokin
bfd63d6526 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=62 2016-06-29 19:10:45 +00:00
Alexei Sorokin
f4581fa2be Accepting request 403930 from home:alois:branches:devel:libraries:c_c++
Fixes linking problem with Boost::Atomic on qbittorrent on aarch64.

OBS-URL: https://build.opensuse.org/request/show/403930
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=61
2016-06-21 18:56:30 +00:00
Alexei Sorokin
3022751b81 Accepting request 403736 from home:alois:branches:devel:libraries:c_c++
Fixes build of network:qbittorrent.

OBS-URL: https://build.opensuse.org/request/show/403736
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=60
2016-06-20 17:41:57 +00:00
Alexei Sorokin
38c0b646f8 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=59 2016-06-06 10:25:20 +00:00
Alexei Sorokin
4f05e38941 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=58 2016-05-17 07:18:00 +00:00
Alexei Sorokin
d19bb7aa13 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=57 2016-05-16 22:45:08 +00:00
Alexei Sorokin
cf7cf50a7e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=56 2016-05-16 22:40:57 +00:00
Alexei Sorokin
3b412efb9b Accepting request 390239 from home:susnux:branches:devel:libraries:c_c++
Fix build for non x86 architectures (ppc, arm...)

OBS-URL: https://build.opensuse.org/request/show/390239
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=54
2016-04-15 17:40:08 +00:00
Alexei Sorokin
24eb90593b Accepting request 390080 from home:susnux:branches:devel:libraries:c_c++
Update to 1.1.0

OBS-URL: https://build.opensuse.org/request/show/390080
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=53
2016-04-14 23:34:39 +00:00
Alexei Sorokin
c3c20f0427 - Update to 1.0.9.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=52
2016-03-04 09:08:53 +00:00
Alexei Sorokin
4b36770be6 - Update to 1.0.8.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=51
2016-02-11 19:56:56 +00:00
Alexei Sorokin
4f1cb0cf63 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=50 2016-01-15 01:30:50 +00:00
Alexei Sorokin
33f9e1bfc7 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=49 2015-11-23 13:45:18 +00:00
Alexei Sorokin
1e2cf28143 Accepting request 345878 from home:posophe:branches:devel:libraries:c_c++
update

OBS-URL: https://build.opensuse.org/request/show/345878
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=48
2015-11-23 13:44:51 +00:00