Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: third_party/gpsd/README.chromium

Issue 8463022: Make chrome communicate with gpsd through libgps/shared memory (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixing nits Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/gpsd/README.chromium
diff --git a/third_party/gpsd/README.chromium b/third_party/gpsd/README.chromium
index 88a8130804cef242c3ae9bfb7e1ca49bc5c4183d..5fd1245bdf25f531a1a657ffac768255b7a22d3f 100644
--- a/third_party/gpsd/README.chromium
+++ b/third_party/gpsd/README.chromium
@@ -1,19 +1,20 @@
Name: gpsd
-URL: http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary
-InfoURL: http://gpsd.berlios.de/
-Version: 2.94
+URL: http://download-mirror.savannah.gnu.org/releases/gpsd/
+InfoURL: http://catb.org/gpsd/
+Version: 3.1
License: BSD
Description:
-versions 2.94
+versions 3.1
gpsd is a service daemon that monitors one or more GPSes or AIS receivers
attached to a host computer through serial or USB ports, making all data on the
location/course/velocity of the sensors available to be queried on TCP port
-2947 of the host computer.
+2947 of the host computer. From version 3.1 on, shared memory export is also
+availble for gps data communication between gpsd and clients.
Local Modifications:
No modifications.
-Only the gps.h file is imported, as the client library (libgps.so) is
+Only the gps.h file is imported, as the client library (libgps.so.20) is
dynamically loaded (where present).
Security Critical: yes

Powered by Google App Engine
This is Rietveld 408576698