Hello community, here is the log from the commit of package soundtouch for openSUSE:Factory checked in at 2018-11-08 09:41:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soundtouch (Old) and /work/SRC/openSUSE:Factory/.soundtouch.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soundtouch" Thu Nov 8 09:41:20 2018 rev:29 rq:645211 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes 2018-09-13 12:09:57.862398672 +0200 +++ /work/SRC/openSUSE:Factory/.soundtouch.new/soundtouch.changes 2018-11-08 09:41:24.685596154 +0100 @@ -1,0 +2,21 @@ +Mon Oct 29 09:31:51 UTC 2018 - Marketa Calabkova <[email protected]> + +- Update to version 2.1.0 + * Disable anti-alias filter when switch + SOUNDTOUCH_PREVENT_CLICK_AT_RATE_CROSSOVER defined + * Added script for building SoundTouchDll dynamic-link-library for + GNU platforms + * Rewrote Beats-per-Minute analysis algorithm for more reliable + BPM detection + * Added BPM functions to SoundTouchDll API + * Migrated Visual Studio project files to MSVC 201x format + * Replaced function parameter value asserts with runtime exceptions +- Fixed bugs: + * CVE-2018-17098 (bsc#1108632) -- remote denial of service + * CVE-2018-17097 (bsc#1108631) -- remote denial of service (double free) + * CVE-2018-17096 (bsc#1108630) -- remote denial of service + in BPMDetect.cpp + * boo#1113134 -- out of date package +- Removed obsolete patch fix-buffer-overflow.patch + +------------------------------------------------------------------- Old: ---- fix-buffer-overflow.patch soundtouch-2.0.0.tar.gz New: ---- soundtouch-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soundtouch.spec ++++++ --- /var/tmp/diff_new_pack.tkL8MG/_old 2018-11-08 09:41:25.821594837 +0100 +++ /var/tmp/diff_new_pack.tkL8MG/_new 2018-11-08 09:41:25.825594832 +0100 @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define sover 1 Name: soundtouch -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: Audio Processing Library License: LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors Url: https://www.surina.net/soundtouch -Source: https://www.surina.net/soundtouch/%{name}-%{version}.tar.gz +Source: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz Source1: https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1 Source99: baselibs.conf BuildRequires: autoconf @@ -32,7 +32,6 @@ BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig -Patch0: fix-buffer-overflow.patch %description SoundTouch is a C++ audio processing library that allows @@ -70,11 +69,10 @@ SoundTouch. %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{version} tr -d '\r' <README.html >README.html~ touch -r README.html README.html~ mv README.html~ README.html -%patch0 -p1 %build ./bootstrap ++++++ soundtouch-2.0.0.tar.gz -> soundtouch-2.1.0.tar.gz ++++++ ++++ 8272 lines of diff (skipped)
