Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_no_lvorbis_logg.patch | Do not uselessly link with -lvorbis -logg. Introduced in 1.2.8-4 (Wed, 21 May 2008 11:54:21 +0000). Not linked with a bug report. |
Sam Hocevar <sam@zoy.org> | no | 2012-01-20 | ||
02_hurd.patch | Fix FTBFS on Hurd Introduced in 1.2.6-3 (Tue, 31 Jul 2007 14:16:36 +0200). |
Samuel Thibault <samuel.thibault@ens-lyon.org> | no | debian | 2012-01-20 | |
04_timidity_cfg_opts.patch | Ignore unknown options in timidity.cfg Introduced in 1.2.8-6 (Fri, 22 May 2009 10:33:13 -0400). |
Brandon Barnes <winterknight@nerdshack.com> | no | debian | 2012-01-20 | |
05_fallback_to_freepats.patch | If timidity.cfg is not present, please try to load freepats.cfg Introduced in 1.2.8-6 (Fri, 22 May 2009 10:33:13 -0400). |
Fabian Greffrath <greffrath@leat.rub.de> | no | debian | 2012-01-20 | |
bug-688369-double_free_crash.patch | Fix crash on double free if loading WAV file failed Backported from upstream: # HG changeset patch # User Sam Lantinga <slouken@libsdl.org> # Date 1329087437 18000 # Node ID 2d713670db9b832b0c5aa700824900bc1fc3c3cd # Parent df72f22b4b411ad4b08f924329678aabd5ac97d6 Fixed 1418 - crash on double free if loading WAV file failed |
Sam Lantinga <slouken@libsdl.org> | no | debian | 2012-09-23 | |
bug-715461-soundfont_paths.patch | no sf2 sound fonts loaded by default Introduced in 1.2.12-6 (Thu, 11 Jul 2013 12:17:15 +0100) |
Fabian Greffrath <fabian@greffrath.com> | no | debian | 2013-10-09 | |
build-Drop-redundant-use-of-AC_CONFIG_AUX_DIRS.patch | build: Drop redundant use of AC_CONFIG_AUX_DIRS AC_CONFIG_AUX_DIRS is an undocumented, internal version of AC_CONFIG_AUX_DIR that takes a whitespace-separated list, instead of a single path to add to the list. It also does not automatically treat the given path as being relative to the $srcdir, unlike the documented AC_CONFIG_AUX_DIR. This package already has AC_CONFIG_AUX_DIR, so there's no need to use both. Newer versions of autoconf treat the argument to AC_CONFIG_AUX_DIRS as being literal (they do not expand the shell variable), causing autoreconf to fail if $srcdir is explicitly specified. Part of commit 8561d76a "autotools build system updates" upstream. |
Simon McVittie <smcv@debian.org> | not-needed | debian | 2021-10-27 | |
Fix-use-after-free-in-music_fluidsynth.c-backport-from-de.patch | Fix use-after-free in music_fluidsynth.c (backport from default branch) Tom M. There is a dangerous use-after-free in FLUIDSYNTH_Delete(): the settings object is deleted **before** the synth. Since the settings have been created first to initialize the synth, you must first delete the synth and then delete the settings. This currently crashes all applications that use fluidsynth 2.1.6 and SDL2_mixer. Originally reported at https://github.com/FluidSynth/fluidsynth/issues/748 |
Ozkan Sezer <sezeroz@gmail.com> | no | upstream, 1.2.13, commit:452a55c5d8cd78621114b8aaa258377403797ea7 | 2021-01-22 |