Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2015-08-02 22:46:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtorrent-rasterbar"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2015-06-09 08:50:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
2015-08-02 22:46:34.000000000 +0200
@@ -1,0 +2,20 @@
+Sun Aug 2 09:32:36 UTC 2015 - [email protected]
+
+- Update to 1.0.6:
+ * Fix µTP vulnerability.
+ * Make UTF-8 conversions more lenient.
+ * Fix loading of piece priorities from resume data.
+ * Improve seed-mode handling (seed-mode will now automatically be
+ left when performing operations implying it's not a seed).
+ * Fix issue with file priorities and override resume data.
+ * Fix request queue size performance issue.
+ * Slightly improve UDP tracker performance.
+ * Fix HTTP scrapes.
+ * Add missing port mapping functions to Python binding.
+ * Fix bound-checking issue in bdecoder.
+ * Expose missing dht_settings fields to Python.
+ * Add function to query the DHT settings.
+ * Fix bug in 'dont_count_slow_torrents' feature, which would
+ start too many torrents.
+
+-------------------------------------------------------------------
Old:
----
libtorrent-rasterbar-1.0.5.tar.gz
New:
----
libtorrent-rasterbar-1.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.7O1C6k/_old 2015-08-02 22:46:35.000000000 +0200
+++ /var/tmp/diff_new_pack.7O1C6k/_new 2015-08-02 22:46:35.000000000 +0200
@@ -18,15 +18,16 @@
%define _name libtorrent
%define sover 8
+%define _version 1_0_6
%bcond_with examples
Name: libtorrent-rasterbar
-Version: 1.0.5
+Version: 1.0.6
Release: 0
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://rasterbar.com/products/libtorrent
-Source: http://downloads.sf.net/%{_name}/%{name}-%{version}.tar.gz
+Source:
https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz
BuildRequires: boost-devel >= 1.36
BuildRequires: gcc-c++
BuildRequires: pkg-config
@@ -137,7 +138,7 @@
cp -r docs/* %{buildroot}%{_docdir}/%{name}/
%if %{with examples}
-# drop tests binaries from -tools subpackage
+# Drop tests binaries from -tools subpackage.
rm -v
%{buildroot}%{_bindir}/{client_test,connection_tester,enum_if,fragmentation_test}
\
%{buildroot}%{_bindir}/{parse_hash_fails,parse_request_log,rss_reader,upnp_test,utp_test}
%endif
++++++ libtorrent-rasterbar-1.0.5.tar.gz -> libtorrent-rasterbar-1.0.6.tar.gz
++++++
++++ 8422 lines of diff (skipped)