Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gpsd-3.26-1.1 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: gpsd Distribution: openSUSE Tumbleweed
Version: 3.26 Vendor: openSUSE
Release: 1.1 Build date: Wed May 14 22:31:14 2025
Group: Hardware/Other Build host: reproducible
Size: 1730654 Source RPM: gpsd-3.26-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://gpsd.gitlab.io/gpsd/
Summary: Service daemon for mediating access to a GPS
gpsd is a service daemon that mediates access to a GPS sensor connected
to the host computer by serial or USB interface, making its data on the
location/course/velocity of the sensor available to be queried on TCP
port 2947 of the host computer.  With gpsd, multiple GPS client
applications (such as navigational and wardriving software) can share
access to a GPS without contention or loss of data.  Also, gpsd
responds to queries with a format that is substantially easier to parse
than NMEA 0183.  A client library is provided for applications.

After installing this RPM, gpsd will automatically connect to USB GPSes
when they are plugged in and requires no configuration.  For serial
GPSes, you will need to start gpsd by hand.  Once connected, the daemon
automatically discovers the correct baudrate, stop bits, and protocol.
The daemon will be quiescent when there are no clients asking for
location information, and copes gracefully when the GPS is unplugged
and replugged.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed May 14 2025 Arjen de Korte <suse+build@de-korte.org>
  - Update to version 3.26
    * Handle NTRIPv2 that comes in "chunks".
    * Add many UBX decodes.  Mostly in ubxtool, some in gpsd.
    * Improve TSIP and UBX intitalization.
    * Gather Antenna Status (ant_stat) and Jamming (jam) and send to JSON.
    * Always build u-blox, RTCM104V2, RTCM104V3 drivers.
    * Add partial support for badly documented ALLYSTAR GNSS messages.
    * Add minimal support for Unicore GNSS messages.
    * Add minimal support for CASIC GNSS messages.
    * Add minimal support for buggy Inertial Sense GNSS messages.
    * Try to work better as non-root using non-standard "capabilities".
    * Add SUBSYSTEM=gnss rule to gpsd.rules
    * Moved ntploggps from NTPSec to GPSD and renamed to gpslogntp.
    * Fix many build, Coverity, and Codacy warnings.
    * Improved Python interface for the lexer.
    * Add support for new BeiDou PRNs and subframes.
    * Officially deprecate gpsmon.
    * Improve support for NMEA 4.11 (a stealthy moving target).
    * Remove Oceanserver IMU support.  Never worked well.
    * Always with  build ubx, NMEA 103, rtcm104v2 and rtcm104v3 support.
    * Add support for jamming detection.
    * Add Go client example.
    * Add support for RTCM3.2
  - Update gpsd.keyring (0C898D47 -> 4294517B)
* Mon Apr 29 2024 pgajdos@suse.com
  - usage of %python3_fix_shebang to cover /usr/bin is also
    needed [bsc#1212476]
* Wed Mar 13 2024 pgajdos@suse.com
  - remove dependency on /usr/bin/python3 using
    %python3_fix_shebang_path macro, [bsc#1212476]
* Tue Feb 27 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Mon Sep 18 2023 Christophe Marin <christophe@krop.fr>
  - Split the Qt5 wrapper from gpsd-devel to avoid installing
    unneeded dependencies when building plasma 6 packages
    (boo#1215444)
* Wed Jan 11 2023 Arjen de Korte <suse+build@de-korte.org>
  - Update to version 3.25
    * Have ubxtool "-w 0" run forever.
    * Bump libgps version to 30.0
    * Change fixsource_t, store server locally, make pointers const.
    * Move gpsd_hexpack() to gps.h as gps_hexpack()
    * Move gpsd_hexdump() to gps.h as gps_hexdump()
    * Allow gpsctl -s/--ship to work without -f.
    * Grab prRes and quality from u-blox 8+, into JSON, then into xgps.
    * New GPSD-MIB, installed in share/mibs/gpsd.
    * gpssnmp supports GPSD-MIB in pass and pass_persist modes
    * Add decodes for NMEA $xxHDM, $xxROT and $xxXDR
    * Add Magnetic Heading (mheading) and Rate of Rotation (rot) to
      attitude_t
    * Allow NTP time from gpsd://, tcp:// and udp:// sources
    * Add the -B, --nobuffer, option to gpspipe.
    * gpsd opens $RUNDIR/chrony.clk.XXX.sock to supply serial time to
      chronyd.
    * Add -g and --garmin options to gpxlogger for depth.
    * Add -F and --filein options to gpxlogger to read GPSD JSON from a
      file.
  - Update gpsd.keyring (DD3DD9BB -> 0C898D47)
* Thu Apr 28 2022 Martin Hauke <mardnh@gmx.de>
  - Update to version 3.24
    * NTRIP 2.0 now works.  But still only plain HTML, not RTP, etc.
    * Remove ntrip option and NTRIP_ENABLE.  Always build.
    * Remove passthrough option and PASSTHROUGH_ENABLE. Always build.
    * Remove nmea0183 option and NMEA0183_ENABLE. Always build.
    * Remove netfeed option and NETFEED_ENABLE. Always build.
    * gpsd will retry ntrip:// and tcp:// connections
    * cgps can expand to show more sats. Added --rtk option.
    * maidenhead() checks for input errors.
    * Better SHM logs.
    * PPS and TOFF JSON now include shm used, and real precision.
    * Add initial, untested, TSIPv1 support
    * split debug messages into different syslog() levels.
    * New ppscheck options, and can use /dev/ppsX devices.
    * First try at TSIPv1 protocol decodes.
    * Decode Quectel $PQVERNO for firmware version
    * Decode Skytrak PX1172RH_DS messages.
  - Update gpsd.keyring (0C898D47 -> DD3DD9BB)
* Tue Oct 19 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Re-enable LTO on aarch64
* Mon Sep 27 2021 Dirk Stoecker <opensuse@dstoecker.de>
  - Set ProtectClock to false or gpsd will not start
* Wed Sep 22 2021 Arjen de Korte <suse+build@de-korte.org>
  - Don't use gpsd version in patches (will break with every update)
    % harden_gpsd.service.patch
    % harden_gpsdctl@.service.patch

Files

/usr/bin/gpsctl
/usr/lib/systemd/system/gpsd.service
/usr/lib/systemd/system/gpsd.socket
/usr/lib/systemd/system/gpsdctl@.service
/usr/lib/udev/gpsd.sh
/usr/lib/udev/rules.d/51-gpsd.rules
/usr/sbin/gpsd
/usr/sbin/gpsdctl
/usr/sbin/rcgpsd
/usr/share/doc/packages/gpsd
/usr/share/doc/packages/gpsd/AUTHORS
/usr/share/doc/packages/gpsd/NEWS
/usr/share/doc/packages/gpsd/README.adoc
/usr/share/doc/packages/gpsd/SUPPORT.adoc
/usr/share/doc/packages/gpsd/example1.c.txt
/usr/share/doc/packages/gpsd/example2.py.txt
/usr/share/fillup-templates/sysconfig.gpsd
/usr/share/licenses/gpsd
/usr/share/licenses/gpsd/COPYING
/usr/share/man/man1/gpsctl.1.gz
/usr/share/man/man8/gpsd.8.gz
/usr/share/man/man8/gpsdctl.8.gz
/usr/share/man/man8/gpsinit.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Jun 3 01:28:11 2025