Package: gpsd / 3.17-7

Metadata

Package Version Patches format
gpsd 3.17-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
full systemd support | (download)

systemd/gpsd.service | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

---
gpsd_hotplug_rules_disable_generic_serial_converters | (download)

gpsd.rules.in | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

---
ed205512d_Fixes SConstruct for SCons 3.0.0 | (download)

SConstruct | 15 11 + 4 - 0 !
1 file changed, 11 insertions(+), 4 deletions(-)

 [patch] fixes sconstruct for scons 3.0.0.

SCons 3.0.0 introduced a bug where the print_funtion future import is
inflicted on the SConstruct script, making 'print' as a statement
illegal.  This is expected to be fixed in SCons 3.0.1, but in the
meantime it's necessary to switch to the print_function mode for
compatibility.  Fortunately, there were only three print statements in
the whole file.

This is not a complete Python 3 fix; it simply restores correct
operation when running SCons under Python 2.

TESTED:
Arraged to test all three print() instances under OSX.
Tested "scons build-all check" under OSX, Ubuntu, CentOS, Fedora,
FreeBSD, OpenBSD, and NetBSD.

json cve fix | (download)

json.c | 53 35 + 18 - 0 !
json.h | 2 1 + 1 - 0 !
2 files changed, 36 insertions(+), 19 deletions(-)

---