From fa2cf58f3de414e7ac28e953aa9f52a9e83ee81f Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 14 Aug 2018 16:09:53 +0200 Subject: [PATCH] The last round of security fixes also fixes CVE-2018-14044, CVE-2018-14045 (rhbz#1601618, rhbz#1601620, rhbz#1601624, rhbz#1601625) --- soundtouch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/soundtouch.spec b/soundtouch.spec index 40d4d59..e2015b5 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -1,6 +1,6 @@ Name: soundtouch Version: 2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPLv2+ Group: System Environment/Libraries @@ -95,6 +95,10 @@ ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc %changelog +* Tue Aug 14 2018 Hans de Goede - 2.0.0-6 +- The last round of security fixes also fixes CVE-2018-14044, CVE-2018-14045 + (rhbz#1601618, rhbz#1601620, rhbz#1601624, rhbz#1601625) + * Tue Aug 14 2018 Hans de Goede - 2.0.0-5 - Security fix for CVE-2018-1000223 (rhbz#1609193, rhbz#1609194)