1
0

Accepting request 178422 from home:Fisiu:branches:devel:libraries:c_c++

- Update to 0.16.10:
  * fix encryption level handle invalid values
  * add a number of missing functions to the python binding
  * fix typo in Jamfile for building shared libraries
  * prevent tracker exchange for magnet links before metadata is
    received
  * fix crash in make_magnet_uri when generating links longer than
    1024 characters
  * fix hanging issue when closing files on windows (completing a
    download)
  * fix piece picking edge case that could cause torrents to get
    stuck at hash failure
  * try unencrypted connections first, and fall back to encryption
    if it fails (performance improvement)
  * add missing functions to python binding (flush_cache(),
    remap_files() and orig_files())
  * improve handling of filenames that are invalid on windows
  * support 'implied_port' in DHT announce_peer
  * don't use pool allocator for disk blocks (cache may now return
    pages to the kernel)

OBS-URL: https://build.opensuse.org/request/show/178422
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=27
This commit is contained in:
Mariusz Fik 2013-06-10 17:33:15 +00:00 committed by Git OBS Bridge
parent c7a47dc91e
commit 5ce7cf29b5
5 changed files with 29 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Jun 4 10:54:20 UTC 2013 - fisiu@opensuse.org
- Update to 0.16.10:
* fix encryption level handle invalid values
* add a number of missing functions to the python binding
* fix typo in Jamfile for building shared libraries
* prevent tracker exchange for magnet links before metadata is
received
* fix crash in make_magnet_uri when generating links longer than
1024 characters
* fix hanging issue when closing files on windows (completing a
download)
* fix piece picking edge case that could cause torrents to get
stuck at hash failure
* try unencrypted connections first, and fall back to encryption
if it fails (performance improvement)
* add missing functions to python binding (flush_cache(),
remap_files() and orig_files())
* improve handling of filenames that are invalid on windows
* support 'implied_port' in DHT announce_peer
* don't use pool allocator for disk blocks (cache may now return
pages to the kernel)
-------------------------------------------------------------------
Thu Apr 25 16:05:49 CEST 2013 - mhrusecky@suse.cz

View File

@ -23,13 +23,13 @@
%bcond_with examples
Name: libtorrent-rasterbar
Version: 0.16.9
Version: 0.16.10
Release: 0
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://www.rasterbar.com/products/libtorrent/
Source: https://libtorrent.googlecode.com/files/libtorrent-rasterbar-%{version}.tar.gz
Source: https://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: boost-devel >= 1.36
BuildRequires: gcc-c++
BuildRequires: libGeoIP-devel