From d736d434a17a479511171c03d0ae2b0e3204ddcefa9eb88355b3f7d036b4aa6e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 14 Jul 2020 16:06:48 +0000 Subject: [PATCH] Accepting request 820719 from home:derselbst:branches:multimedia:libs - Update to version 2.1.4 * fix an uninitialized memory access possibly triggering an FPE trap * fix several regressions introduced in 2.1.3: * `fluid_synth_start()` failed for certain presets * fix a NULL dereference in jack driver * fix a stack-based overflow when creating the synth OBS-URL: https://build.opensuse.org/request/show/820719 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=76 --- fluidsynth-2.1.3.tar.gz | 3 --- fluidsynth-2.1.4.tar.gz | 3 +++ fluidsynth.changes | 11 +++++++++++ fluidsynth.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.1.3.tar.gz create mode 100644 fluidsynth-2.1.4.tar.gz diff --git a/fluidsynth-2.1.3.tar.gz b/fluidsynth-2.1.3.tar.gz deleted file mode 100644 index 6090358..0000000 --- a/fluidsynth-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:645fbfd7c04543c6d3bf415eab8250527813b8dc8e6d6972dbcc8cb525e1d409 -size 1363832 diff --git a/fluidsynth-2.1.4.tar.gz b/fluidsynth-2.1.4.tar.gz new file mode 100644 index 0000000..dc37dce --- /dev/null +++ b/fluidsynth-2.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4f3e4a957d03812765bd0e400f61cd6c9fdb4bf10970e5cdaea8487d54b250 +size 1363975 diff --git a/fluidsynth.changes b/fluidsynth.changes index ab9761d..6d2b39b 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 13 16:03:45 UTC 2020 - Tom Mbrt + +- Update to version 2.1.4 + * fix an uninitialized memory access possibly triggering an FPE + trap + * fix several regressions introduced in 2.1.3: + * `fluid_synth_start()` failed for certain presets + * fix a NULL dereference in jack driver + * fix a stack-based overflow when creating the synth + ------------------------------------------------------------------- Tue May 26 11:34:04 UTC 2020 - Tom Mbrt diff --git a/fluidsynth.spec b/fluidsynth.spec index baacc93..dfb4817 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -25,7 +25,7 @@ %define sover 2 Name: fluidsynth -Version: 2.1.3 +Version: 2.1.4 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later