Package: fso-deviced / 0.12.0-7

Metadata

Package Version Patches format
fso-deviced 0.12.0-7 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(+)

 search modules in multiarch path
 The modules are installed correctly into the multiarch
 path, but the code doesn't look for them in these
 directories. This patch changes the module search path
 to the correct multiarch path.
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 | 9 3 + 6 - 0 !
1 file changed, 3 insertions(+), 6 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

update gstreamer dependency.patch | (download)

configure.ac | 2 1 + 1 - 0 !
src/plugins/player_gstreamer/Makefile.am | 2 1 + 1 - 0 !
src/plugins/player_gstreamer/plugin.vala | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 build against gstreamer-1.0
 Debian will remove support for gstreamer-0.10
 releases, so we build against gstreamer-1.0.
fix led plugin.patch | (download)

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

 led name in sysfs may contain invalid characters
 DBus path name allows only [A-Z][a-z][0-9] and _, but the
 LED names in sysfs could contain all characters except / and
 '\0'. They often do actually contain '-' and ':', which are
 invalid and result in fso-deviced crash.