1
0

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
This commit is contained in:
Alexei Sorokin
2015-11-23 13:44:51 +00:00
committed by Git OBS Bridge
parent 590b1e3ada
commit 1e2cf28143
4 changed files with 31 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Nov 23 13:23:15 UTC 2015 - p.drouand@gmail.com
- Update to version 1.0.7
* fix bug where loading settings via load_state() would not trigger all
appropriate actions
* fix bug where 32 bit builds could use more disk cache than the virtual
address space (when set to automatic)
* fix support for torrents with > 500'000 pieces
* fix ip filter bug when banning peers
* fix IPv6 IP address resolution in URLs
* introduce run-time check for torrent info-sections beeing too large
* fix web seed bug when using proxy and proxy-peer-connections=false
* fix bug in magnet link parser
* introduce add_torrent_params flags to merge web seeds with resume data
(similar to trackers)
* fix bug where dont_count_slow_torrents could not be disabled
* fix fallocate hack on linux (fixes corruption on some architectures)
* fix auto-manage bug with announce to tracker/lsd/dht limits
* improve DHT routing table to not create an unbalanced tree
* fix bug in uTP that would cause any connection taking more than one second
to connect be timed out (introduced in the vulnerability path)
* fixed falling back to sending UDP packets direct when socks proxy fails
* fixed total_wanted bug (when setting file priorities in add_torrent_params)
* fix python3 compatibility with sha1_hash
-------------------------------------------------------------------
Sun Aug 2 09:32:36 UTC 2015 - sor.alexei@meowr.ru

View File

@@ -18,10 +18,10 @@
%define _name libtorrent
%define sover 8
%define _version 1_0_6
%define _version 1_0_7
%bcond_with examples
Name: libtorrent-rasterbar
Version: 1.0.6
Version: 1.0.7
Release: 0
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
License: BSD-3-Clause