Package: fso-datad / 0.12.0-3

Metadata

Package Version Patches format
fso-datad 0.12.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix dbus permissions.patch | (download)

data/fsodatad.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

fix pkglibdir.patch | (download)

configure.ac | 20 20 + 0 - 0 !
1 file changed, 20 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/plugins/world/Makefile.am | 2 1 + 1 - 0 !
tests/Makefile.am | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 build against libgee-0.8
 Debian will remove support for old libgee
 releases, so we build against libgee-0.8.