- update to 0.16.9:
* fix long filename truncation on windows
* distinguish file open mode when checking files and downloading/seeding with bittorrent.
updates storage interface
* improve file_storage::map_file when dealing with invalid input
* improve handling of invalid utf-8 sequences in strings in torrent files
* handle more cases of broken .torrent files
* fix bug filename collision resolver
* fix bug in filename utf-8 verification
* make need_save_resume() a bit more robust
* fixed sparse flag manipulation on windows
* fixed streaming piece picking issue
- do not hide symbols (drop -fvisibility=hidden) to fix qbittorrent
OBS-URL: https://build.opensuse.org/request/show/173515
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=25
- update to 0.16.8:
+ support torrents with more than 262000 pieces
+ make tracker back-off configurable
+ improve SSL torrent support by using SNI and a single SSL listen socket
+ improved peer exchange performance by sharing incoming
connections which advertize listen port
+ add web seed support for torrents with pad files
+ introduced a more scalable API for torrent status updates
+ updated the API to add_torrent_params turning all bools into
flags of a flags field
+ added async_add_torrent() function to significantly improve
performance when adding many torrents
+ deprecated compact storage allocation
+ feature to encrypt peer connections with a secret AES-256 key
stored in .torrent file
+ added support for fadvise/F_RDADVISE for improved disk
read performance
- removed libtorrent-rasterbar-boost-time_utc.patch
- removed libtorrent-rasterbar-0.15.9-missing-return.patch
- specfile cleanup: remove tags and allow to build on SLE-11-SP2
OBS-URL: https://build.opensuse.org/request/show/155991
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=23
- Update to 0.16.6:
+ support torrents with more than 262000 pieces
+ support banning web seeds sending corrupt data
+ feature to encrypt peer connections with a secret AES-256 key
stored in .torrent file
+ added support for RSS feeds
+ uTP protocol support
+ and much more, full list available in ChangeLog file
- Drop libtorrent-rasterbar-boost-time_utc.patch
- Drop libtorrent-rasterbar-0.15.9-missing-return.patch - it's not
needed for linux builds.
- soname gets 7
OBS-URL: https://build.opensuse.org/request/show/148939
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=21