gpsd version 3.18.1 has been out for two months. It added many new features and fixed many bugs. Please bump.
3.18.1 builds on python 3.6 and is sideswiped by bug 673382.
FYI, 3.18.1 fixes this serious remote vulnerability: https://ics-cert.us-cert.gov/advisories/ICSA-18-310-01
3.19 is out now, still no bump :-(
This seems to work as well as it ever did (trying to "sync" with enough satellites now). For 3.19 the following changes are required: 1) add new protocol "greis" 2) change patch name for patch #1 3) remove patches 2 and 3 (applied upstream) Since I'm not officially in Sci project anymore, I'm not pushing the new ebuild unless I get a clear "yes, please do..."
tcp://localhost:2947 NMEA0183> ┌──────────────────────────────────────────────────────────────────────────────┐ │Time: 2019-10-02T18:58:24.998Z Lat: 34 54.059200' N Lon: 120 25.818800' W │ └───────────────────────────────── Cooked TPV ─────────────────────────────────┘ ┌──────────────────────────────────────────────────────────────────────────────┐ │ GPGGA GPGSA GPGSV GPRMC PEMT │ └───────────────────────────────── Sentences ──────────────────────────────────┘ ┌──────────────────┐┌────────────────────────────┐┌────────────────────────────┐ │Ch PRN Az El S/N ││Time: 185824.998 ││Time: 185824.998 │ │ 0 20 303 72 31 ││Latitude: 3454.0592 N ││Latitude: 3454.0592 │ │ 1 10 254 50 41 ││Longitude: 12025.8188 W ││Longitude: 12025.8188 │ │ 2 29 150 29 44 ││Speed: 000.0 ││Altitude: 00083.9 │ │ 3 16 273 24 34 ││Course: 000.0 ││Quality: 1 Sats: 07 │ │ 4 26 245 18 0 ││Status: A FAA: ││HDOP: 01.1 │ │ 5 15 61 39 43 ││MagVar: 013.5E ││Geoid: -32.9 │ │ 6 13 39 11 38 │└─────────── RMC ────────────┘└─────────── GGA ────────────┘ │ 7 27 317 25 45 │┌────────────────────────────┐┌────────────────────────────┐ │ 8 32 192 10 0 ││Mode: A3 Sats: 20 10 29 15 ││UTC: RMS: │ │ 9 21 26 68 43 ││DOP: H=01.1 V=01.6 P=02.0 ││MAJ: MIN: │ │10 47 104 10 0 ││TOFF: -4.364700860 ││ORI: LAT: │ │11 20 299 72 0 ││PPS: ││LON: ALT: │ └────── GSV ───────┘└──────── GSA + PPS ─────────┘└─────────── GST ────────────┘ (76) $GPRMC,185824.998,A,3454.0592,N,12025.8188,W,000.0,000.0,021019,013.5,E*79
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcb70d5dc733edf8419c1435a0b5f8c03a838f5 commit ffcb70d5dc733edf8419c1435a0b5f8c03a838f5 Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2019-10-03 05:13:17 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2019-10-04 18:59:32 +0000 sci-geosciences/gpsd: bump, partial cleanups Bump for security vulnerability, start cleanups. Fixes: https://bugs.gentoo.org/673372 Fixes: https://bugs.gentoo.org/673382 Fixes: https://bugs.gentoo.org/678474 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> sci-geosciences/gpsd/Manifest | 2 + .../gpsd/files/gpsd-3.18.1-do_not_rm_library.patch | 11 ++ .../gpsd/files/gpsd-3.19-do_not_rm_library.patch | 11 ++ sci-geosciences/gpsd/gpsd-3.18.1.ebuild | 192 +++++++++++++++++++++ sci-geosciences/gpsd/gpsd-3.19.ebuild | 192 +++++++++++++++++++++ 5 files changed, 408 insertions(+)