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 filePatch | File delta | Description |
---|---|---|
0001_version.patch | (download) |
VERSION |
2 1 + 1 - 0 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
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 ! |
--- |