Package: mumble / 1.3.3-1
Metadata
Package | Version | Patches format |
---|---|---|
mumble | 1.3.3-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
06 lsb lower dbus dependency.diff | (download) |
scripts/murmur.init |
8 4 + 4 - 0 ! |
remove init script dependency on dbus For more information, see #731003 Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731003 |
07 use embedded celt baseline.diff | (download) |
main.pro |
2 1 + 1 - 0 ! |
include embedded celt 0.7.1 only, as this is a base requirement for Mumble, but avoid shipping any other version to minimize possible security risks with CELT due to being dead upstream Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682010 |
12 disable ice by default.diff | (download) |
scripts/murmur.ini.system |
2 1 + 1 - 0 ! |
disable ice by default |
25 make logfiles readable by adm.diff | (download) |
scripts/murmur.logrotate |
1 1 + 0 - 0 ! |
create logfiles owned by group adm in logrotate snippet |
35 add dpkg buildflags.diff | (download) |
overlay_gl/overlay_gl.pro |
10 10 + 0 - 0 ! |
add dpkg-buildflags hardening flags via qmake https://wiki.debian.org/Hardening#Notes_for_packages_using_QMake The overlay intentionally disables the "-z,now" linker flag in order to be able to resolve OpenGL symbols at runtime without linking against a specific libGL implementation. |
44 add speechd header.diff | (download) |
src/mumble.pri |
2 2 + 0 - 0 ! |
fix include path for the speechd headers for ubuntu |
46 var run to run.diff | (download) |
scripts/murmur.ini.system |
2 1 + 1 - 0 ! |
patch to replace /var/run path with /run as suggested in the Debian Policy Manual section 9.1.1 and close bug #693348 Bug-Debian: http://bugs.debian.org/693348 |
52 use update rc.d for disable.diff | (download) |
scripts/murmur.init |
5 0 + 5 - 0 ! |
remove disable from init script to comply with debian policy section ยง9.3.3.1. Daemon enable/disable is now via command 'update-rc.d mumble-server [enable|disable]' instead. |
54 fix mysql start.diff | (download) |
scripts/murmur.init |
4 2 + 2 - 0 ! |
change $mysql -> mysql in init script to start mysql Bug: https://bugs.debian.org/698715 |