Debian Patches

Status for quakespasm/0.95.1+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
remove-redundant-linking.patch Remove redundant linking of vorbis libraries
Makefile attempts to link against libvorbis and libogg when using ogg support,
but these are not required, only libvorbisfile. This avoids an unnecessary
dependency.
David Banks <amoebae@gmail.com> no vendor, Debian 2013-05-12
mp3-copyright.patch Reproduce the copyright statements for all identifiable sources of snd_mp3.c Simon McVittie <smcv@debian.org> no vendor, Debian 2013-05-12
use-inherited-build-flags.patch Use the build flags inherited from the environment
The homegrown Makefile overwrites the values of some build flags. We need the
ability to inject them into the environment from the parent Debian rules file,
so remove this behaviour.
David Banks <amoebae@gmail.com> no vendor, Debian 2013-05-12
mkpak-bashism.patch Use bash for mkpak.sh Stephen Kitt <skitt@debian.org> no 2015-03-23
reproducible-build.patch Make the build reproducible Stephen Kitt <skitt@debian.org> no 2015-04-30
rotfish-double-count.patch Avoid double-counting rotfish David Banks <amoebae@gmail.com> yes upstream 2015-01-14
sys_sdl_unix-Stop-reading-from-stdin-when-EOF-is-reached.patch sys_sdl_unix: Stop reading from stdin when EOF is reached
If the quakespasm server is run noninteractively with stdin redirected
from /dev/null (for example as a systemd service), this loop would
previously ignore EOF (read() returns 0) and append the uninitialized
contents of `c` to the buffer once per iteration, until the buffer is
full, at which point it would log "Console input too long!" and repeat.

For completeness, treat read errors (read() returns -1) as equivalent
to EOF.
Simon McVittie <smcv@debian.org> yes debian upstream 2023-03-07

All known versions for source package 'quakespasm'

Links