From a5dc0f82be04d16d330f1343600a16ee1f2a44cc Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 20 Dec 2022 20:40:18 +0000 Subject: Tue Dec 20 20:40:18 UTC 2022 patches/packages/libksba-1.6.3-x86_64-1_slack15.0.txz: Upgraded. Fix another integer overflow in the CRL's signature parser. (* Security fix *) patches/packages/sdl-1.2.15-x86_64-13_slack15.0.txz: Rebuilt. This update fixes a heap overflow problem in video/SDL_pixels.c in SDL. By crafting a malicious .BMP file, an attacker can cause the application using this library to crash, denial of service, or code execution. Thanks to marav for the heads-up. For more information, see: https://www.cve.org/CVERecord?id=CVE-2021-33657 (* Security fix *) --- patches/source/sdl/SDL_mixer.usrlocal.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/source/sdl/SDL_mixer.usrlocal.diff (limited to 'patches/source/sdl/SDL_mixer.usrlocal.diff') diff --git a/patches/source/sdl/SDL_mixer.usrlocal.diff b/patches/source/sdl/SDL_mixer.usrlocal.diff new file mode 100644 index 000000000..4630e9ea6 --- /dev/null +++ b/patches/source/sdl/SDL_mixer.usrlocal.diff @@ -0,0 +1,11 @@ +--- ./timidity/config.h.orig 2010-02-14 17:14:44.000000000 -0600 ++++ ./timidity/config.h 2010-02-14 17:15:45.000000000 -0600 +@@ -179,7 +179,7 @@ + #else + #define DEFAULT_PATH "/etc/timidity" + #define DEFAULT_PATH1 "/usr/share/timidity" +-#define DEFAULT_PATH2 "/usr/local/lib/timidity" ++#define DEFAULT_PATH2 "/usr/lib/timidity" + #endif + + /* These affect general volume */ -- cgit v1.2.3-65-gdbad