Package: fso-deviced / 0.12.0-5

Metadata

Package Version Patches format
fso-deviced 0.12.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
openmoko wifi 2.6.39.patch | (download)

src/plugins/openmoko_powercontrol/plugin.vala | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix wifi handling with kernel 2.6.34+
 This patch fixes wifi power management if kernel 2.6.34 or newer kernels are
 used.
Debian-Bug: http://bugs.debian.org/647003
fix pkglibdir.patch | (download)

configure.ac | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

---
update gee dependency.patch | (download)

configure.ac | 2 1 + 1 - 0 !
src/lib/Makefile.am | 2 1 + 1 - 0 !
src/lib/fsodevice-2.0.deps | 2 1 + 1 - 0 !
src/plugins/accelerometer_bma180/Makefile.am | 2 1 + 1 - 0 !
src/plugins/accelerometer_kxsd9/Makefile.am | 2 1 + 1 - 0 !
src/plugins/accelerometer_lis302/Makefile.am | 2 1 + 1 - 0 !
src/plugins/audio/Makefile.am | 2 1 + 1 - 0 !
src/plugins/dummy_input/Makefile.am | 2 1 + 1 - 0 !
src/plugins/gpio_input/Makefile.am | 2 1 + 1 - 0 !
src/plugins/gta04_quirks/Makefile.am | 2 1 + 1 - 0 !
src/plugins/herring_quirks/Makefile.am | 2 1 + 1 - 0 !
src/plugins/kernel_idle/Makefile.am | 2 1 + 1 - 0 !
src/plugins/kernel_input/Makefile.am | 2 1 + 1 - 0 !
src/plugins/n900_quirks/Makefile.am | 2 1 + 1 - 0 !
src/plugins/player_alsa/Makefile.am | 2 1 + 1 - 0 !
src/plugins/player_canberra/Makefile.am | 2 1 + 1 - 0 !
src/plugins/player_gstreamer/Makefile.am | 2 1 + 1 - 0 !
src/plugins/router_alsa/Makefile.am | 2 1 + 1 - 0 !
18 files changed, 18 insertions(+), 18 deletions(-)

 build against libgee-0.8
 Debian will remove support for old libgee
 releases, so we build against libgee-0.8.
fix dbus permissions.patch | (download)

data/fsodeviced.conf | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix security problem in dbus configuration
 Old configuration allows every local user to send arbitrary D-Bus
 messages to the path /org/freesmartphone/Framework on *any* D-Bus
 system service (rough HTTP analogy: send a POST to
 http://server/org/freesmartphone/Framework on any server).
Bug-CVE: https://security-tracker.debian.org/tracker/CVE-2014-8156