Package: mplayer / 2:1.4+ds1-1+deb11u1

Metadata

Package Version Patches format
mplayer 2:1.4+ds1-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_version.patch | (download)

VERSION | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 modify the version file.
 Follow DOCS/tech/binary-packaging.txt instructions and adjust the version
 since we modify the source.
 .
 Official releases always have a VERSION file and get-orig-source generates
 one too.
0002_mplayer_debug_printf.patch | (download)

mplayer.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 in case of crash, suggest installing package mplayer-dbgsym for debugging symbols
0100_svn37857_CVE 2016 4352.patch | (download)

libmpdemux/demux_gif.c | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 validate image size in demux_gif
 Fixes crash with -vo null and overflow.gif
 Reported by Gustavo Grieco
0201_PATH_MAX_HURD.patch | (download)

gui/dialog/fileselect.c | 6 6 + 0 - 0 !
libao2/ao_esd.c | 4 4 + 0 - 0 !
libmenu/menu_filesel.c | 5 5 + 0 - 0 !
libmpcodecs/vf_screenshot.c | 5 5 + 0 - 0 !
libmpdemux/mf.c | 5 5 + 0 - 0 !
mplayer.c | 5 5 + 0 - 0 !
osdep/osdep.h | 5 5 + 0 - 0 !
stream/stream_bd.c | 5 5 + 0 - 0 !
8 files changed, 40 insertions(+)

 fix ftbfs in gnu/hurd.
 - PATH_MAX does not have to be defined and is not define in GNU/Hurd.
 - O_NDELAY is deprecated and not defined in Hurd unless _BSD_SOURCE is defined.
 .
 Hardcoding PATH_MAX is ugly but if it's not defined then "anything" is a valid
 limit as long as it does not break malloc. It would be better if it used
 dynamically allocated memory instead of 4096 but someone can provide an
 improved patch for that.
0202_glibc 2.27.patch | (download)

cpudetect.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix ftbfs with glibc 2.27 on i386
 cpudetect.c uses the non-standard "struct sigcontext" in its SIGILL handler. As
 of glibc 2.27, this is not defined in strict standards compliant mode.
 .
 Fix by defining _GNU_SOURCE in cpudetect.c.
0203_generic arch fallback.patch | (download)

configure | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fallback to the "generic" architecture if cpu detection fails
 Should fix FTBFS on m68k and riscv.
CVE 2022 38850_CVE 2022 38851_CVE 2022 38855_CVE 2022 38858_CVE 2022 38860_CVE 2022 38861_CVE 2022 38863_CVE 2022 38864_CVE 2022 38865_CVE 2022 38866.patch | (download)

libmpcodecs/mp_image.c | 8 6 + 2 - 0 !
libmpcodecs/vd.c | 4 3 + 1 - 0 !
libmpdemux/asfheader.c | 2 1 + 1 - 0 !
libmpdemux/aviheader.c | 6 3 + 3 - 0 !
libmpdemux/aviheader.h | 1 1 + 0 - 0 !
libmpdemux/demux_avi.c | 6 4 + 2 - 0 !
libmpdemux/demux_mov.c | 15 14 + 1 - 0 !
libmpdemux/mpeg_hdr.c | 16 11 + 5 - 0 !
8 files changed, 43 insertions(+), 15 deletions(-)

---