1
0

Accepting request 765474 from home:avindra:branches:devel:libraries:c_c++

- Update to version 1.2.3
  * fix erroneous event=completed tracker announce when checking
    files
  * promote errors in parsing listen_interfaces to post
    listen_failed_alert
  * fix bug in protocol encryption/obfuscation
  * fix buffer overflow in SOCKS5 UDP logic
  * fix issue of rapid calls to file_priority() clobbering each
    other
  * clear tracker errors on success
  * optimize setting with unlimited unchoke slots
  * fixed restoring of trackers, comment, creation date and
    created-by in resume data
  * fix handling of torrents with too large pieces
  * fixed division by zero in anti-leech choker
  * fixed bug in torrent_info::swap

OBS-URL: https://build.opensuse.org/request/show/765474
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=124
This commit is contained in:
Alexei Sorokin
2020-01-18 20:51:29 +00:00
committed by Git OBS Bridge
parent 041128c3d3
commit 0a9d297042
4 changed files with 27 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Jan 18 17:19:16 UTC 2020 - Avindra Goolcharan <avindra@opensuse.org>
- Update to version 1.2.3
* fix erroneous event=completed tracker announce when checking
files
* promote errors in parsing listen_interfaces to post
listen_failed_alert
* fix bug in protocol encryption/obfuscation
* fix buffer overflow in SOCKS5 UDP logic
* fix issue of rapid calls to file_priority() clobbering each
other
* clear tracker errors on success
* optimize setting with unlimited unchoke slots
* fixed restoring of trackers, comment, creation date and
created-by in resume data
* fix handling of torrents with too large pieces
* fixed division by zero in anti-leech choker
* fixed bug in torrent_info::swap
-------------------------------------------------------------------
Tue Dec 3 20:08:48 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libtorrent-rasterbar
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%define _name libtorrent
%define sover 10
%define _version 1_2_2
%define _version 1_2_3
%bcond_without python2
%bcond_without python3
%bcond_with examples
%bcond_with tests
Name: libtorrent-rasterbar
Version: 1.2.2
Version: 1.2.3
Release: 0
Summary: A C++ implementation of the BitTorrent protocol
License: BSD-3-Clause