2008
gpsdrive (2.10~pre4-6.dfsg-1+lenny1) testing-proposed-updates; urgency=low
* Remove example script gpssmswatch. Prone to symlink attacks
and removed upstream.
* Added 101-signalposreq.dpatch to remove signalposreq() from
gpsdrive to fix a potential symlink vulnerability. Removed
unused unlinks of temporary files (Closes: #508597,#508596).
* Added 102-unittest.dpatch to use mkdtemp in src/unit_test.c to
fix a symlink vulnerability.
* Updated patch for geo-code to avoid a potential race condition
(CVE-2008-5380).
-- Andreas Putzo <andreas@putzo.net> Mon, 29 Dec 2008 16:08:22 +0000
gpsdrive (2.10~pre4-6.dfsg-1) unstable; urgency=low
* Added .dfsg to version to allow a sourceful upload
that really removes files with unknown or incompatible
licenses (gpsfetchmap.pl, map-icons/japan, map-icons/nickw)
from the upstream tarball, generated using the get-orig-source
target in debian/rules. (Closes: #497115)
* Fixed spelling error in short description of the gpsdrive-data package.
(Closes: #494657)
* Added patch 100-fix-insecure-tempfiles.dpatch that uses mktemp
in geo-code to avoid symlink attacks. Thanks Moritz Muehlenhoff for
the patch. (Closes: #496436)
-- Andreas Putzo <andreas@putzo.net> Sun, 31 Aug 2008 17:40:05 +0000
gpsdrive (2.10~pre4-6) unstable; urgency=low
* gpsdrive-data: Remove dependency on gpsdrive and put it
back to Recommends which is sufficient.
-- Andreas Putzo <andreas@putzo.net> Sun, 10 Aug 2008 20:35:58 +0000
gpsdrive (2.10~pre4-5) unstable; urgency=low
* Add missing Replaces to the gpsdrive-data package
and add a dependency on gpsdrive. (Closes: #493892)
* Update Suggests and README.Debian to postgresql-8.3-postgis.
* Remove make install for map-icons in debian/rules.
* Added Vcs-* fields to debian/control.
-- Andreas Putzo <andreas@putzo.net> Thu, 07 Aug 2008 10:13:33 +0000
gpsdrive (2.10~pre4-4) unstable; urgency=low
* No longer create openstreetmap-map-icons-* binary packages.
They are build from the openstreetmap-map-icons source package
now. (Closes: #482866).
* Build a gpsdrive-data packages that contains architecture independent
files.
* Added DM-Upload-Allowed field to debian/control.
* Bumped Policy to 3.8.0, without changes.
* Updated 50-scripts.dpatch to fix bashism in wpget.
(Closes: #489603).
* Removed debian revison from mapnik dependency to
fix a lintian warning.
* Added 99-autobestmap.dpatch so that the toggle button
in gpsdrive works again. Already fixed upstream.
(Closes: #480234).
* Wrap lines in copyright file at 80 characters.
* Upload sponsored by Petter Reinholdtsen.
-- Andreas Putzo <andreas@putzo.net> Sat, 19 Jul 2008 20:01:39 +0000
gpsdrive (2.10~pre4-3) unstable; urgency=low
* Fix regression of last upload in the mapnik handling.
Mapnik no longer tolerates errors in the map config file.
- Add 97-osmxml.dpatch to fix a syntax error and to comment
the world_boundaries.
(Closes: #472825)
- Add 98-mapnik-exception.dpatch to handle errors more gracefully.
- Add NEWS file to explain how to handle existing osm.xml files
* Updated 50-scripts.dpatch (gpsdrive_mapnik_gentiles.py) to search
for osm.xml in user's home directory.
Thanks to Giovanni Mascellani.
(Closes: #466227)
-- Andreas Putzo <andreas@putzo.net> Wed, 26 Mar 2008 18:35:38 +0000
gpsdrive (2.10~pre4-2) unstable; urgency=low
[ Andreas Putzo ]
* Enable DBUS support. All gps receivers supported by
gpsd should work with this interface.
- Added 80-dbus.dpatch
- Added libdubs-glib-1-dev to Build-Depends
- Changed debian/rules to use --enable-dbus
* Add 90-usage.dpatch to fix usage output
(Closes: #456152)
* Update 03-manpage.dpatch.
- Reflect usage changes.
- Changed mailinglist.
- Changed AUTHORS.
- Minor cosmetic changes.
* Updated 70-perl.dpatch, correcting module path of Geo::Gpsdrive::Filter.
Thanks to Michael Eric Menk.
(Closes: #458273)
* Add settings.dpatch using basename() to determine patch of way.txt in
gpsdriverc.
(Closes: #459213)
* Remove geo-nearest from the gpsdrive-scripts package.
Script no longer works with geocaching.com.
(Closes: #464982)
* Revise long description, removing redundancy.
(Closes: #467046)
[ Francesco Paolo Lovergine ]
* Added 95-newapi.dpatch patch to manage new mapnik 0.5 API.
Thanks Dominic Hargreaves.
(Closes: #465344,#466472)
* Added 96-mapnik-plugin-dir.dpatch to use the mapnik-plugin-dir utility
instead of the embedded lib path. This is suboptimal because
it should be autoconfiscated instead in gpsdrive bulding system.
But it works :)
* Policy bumped to 3.7.3, without changes.
-- Andreas Putzo <andreas@putzo.net> Tue, 26 Feb 2008 22:37:16 +0000
2007
gpsdrive (2.10~pre4-1) unstable; urgency=low
* New upstream release.
* Split the package to lower dependencies (-scripts) and
disk space usage (map-icons).
* Repackage upstream tarball to remove the debian/ dir.
Added get-orig-source target to debian/rules.
* Removed gpsfetchmap.pl from upstream tarball due to license issues.
A new version has been released under GPL which will be installed from
debian/scripts/gpsfetchmap.pl now. Updated the manpage for that reason.
* Removed map-icons with unclear licenses.
* Updated debian/copyright.
* Add Homepage field in debian/control.
* Bumped to debhelper compat level 5.
* Removed some docs and install some of the scripts as examples.
* Added Build-Depends on automake1.9.
* Add 01-make.dpatch to remove unneeded dirs from Makefile.{am,in}
and to remove checks for perl modules in configure.ac
* Add 03-manpage.dpatch, merged typo fixes for manpage from old patch.
* Add 10-mapnikdir.dpatch to install mapnik files in gpsdrive dir.
* Add 20-homedir.dpatch to avoid overriding files in user's homedir.
* Add 30-icons.dpatch so that the icons are found.
* Add 40-backported.dpatch to include some bugfixes from upstream VCS.
* Add 50-scripts.dpatch to use python2.5.
* Add 60-sql.dpatch, merged from old patch.
* Add 70-perl.dpatch to avoid namespace clashes for the perl modules.
* Removed 04_missing_includes.dpatch - package builds fine with gcc-4.3.
* Removed 05_start_gpsd.dpatch - feature has been removed.
* Added postgres and osm2pgsql to Suggests in debian/control.
* Updated dependencies.
* Updated debian readme file with install/upgrade hints.
-- Andreas Putzo <andreas@putzo.net> Tue, 16 Oct 2007 20:00:05 +0000
gpsdrive (2.10~pre2-2) unstable; urgency=low
* Removed libfly.so, libnautic.so, because they weren't used. * Removed gpsfetchmap wrapper from debian/. * Fixed mistake in debian/rules which caused gpsdrive to configure twice. * Documentation were installed twice in different dirs. * Added missing perl dependencies.
-- Andreas Putzo <andreas@putzo.net> Sun, 29 Jul 2007 12:27:49 +0000
gpsdrive (2.10~pre2-1) unstable; urgency=low
* New upstream release. Closes: #321429. - Proxy support works again Closes: #300443. Closes: #400745. - Package can be build twice in a row (FTBFS). Closes: #424369. * Acknowledge NMU. Closes: 343815. * Set Debian GIS Project as new Maintainer and myself as Uploader. Closes: #406522. * Added missing #includes (FTBFS gcc-4.3). Closes: #417498. * Fixed typos. Closes: #363622. Closes: #428263. * Suggesting libmysqlclient15off now. Closes: #357397. * Switched to dpatch, rewrite of debian/rules. * Build-depend on autotools-dev to symlink to config.guess/config.sub. * Updated debian/copyright, debin/control * Fixed misspelled email address in debian/changelog. * Created manpages for gpsfetchmap and friendsd2 * Changed gpsdrive.c to use the correct command line switches for gpsd Closes: #317809
-- Andreas Putzo <andreas@putzo.net> Tue, 17 Jul 2007 16:29:39 +0200
2006
gpsdrive (2.09-2.2) unstable; urgency=low
* Porter NMU. * Update config.guess/config.sub. Closes: #317323. * Update po/de.po. Closes: #314065.
-- Aurelien Jarno <aurel32@debian.org> Sun, 10 Dec 2006 23:24:43 +0100
gpsdrive (2.09-2.1) unstable; urgency=low
* Non-maintainer upload.
* Build-depend on libmysqlclient15-dev instead of the obsolete
libmysqlclient10-dev which should be removed for etch; requires minor
source changes due to changed library name and a small ABI change.
Closes: #343815.
-- Steve Langasek <vorlon@debian.org> Mon, 20 Feb 2006 01:00:45 -0800
2005
gpsdrive (2.09-2sarge1) stable-security; urgency=high
* Non-maintainer upload by the Security Team
* Corrected format string to fix arbitrary code execution
[src/friendsd.c, CVE-2005-3523]
-- Martin Schulze <joey@infodrom.org> Mon, 7 Nov 2005 07:32:56 +0100
gpsdrive (2.09-2) unstable; urgency=low
* closes: #286902 (does not compile with gcc-4.x (FTBFS (amd64/gcc-4.0))) * closes: #224905 (gpsdrive: Please give gpsd it's own package) * closes: #238050 (new upstream version) * closes: #282886 (gpsdrive: missing dependency to libgdk-pixbuf2) (was never needed, since libgdk-pixbuf2 is part of libgtk2.0)
-- Frank Kirschner <kirfrank@debian.org> Mon, 10 Jan 2005 12:05:36 +0100
2004
gpsdrive (2.09-1) unstable; urgency=low
* new upstream release * closes: #248609 (mapblast/expedia map-servers do work again)
-- Frank Kirschner <kirfrank@debian.org> Tue, 25 May 2004 11:44:03 +0200
gpsdrive (2.07-1) unstable; urgency=low
* new upstream release
* replaced non-free script 'gpsfetchmap' with a wrapper to 'gpsfetchmap.pl'
closes: #224913
-- Frank Kirschner <kirfrank@debian.org> Tue, 27 Jan 2004 13:25:20 +0100
2003
gpsdrive (2.04-2) unstable; urgency=low
* closes: #200247 (bug in loadmapconfig() on map_koord.txt files < 512 bytes long) (This was not a real bug) * Suggests libmysql for MySQL support. * fixed several lintian warnings
-- Frank Kirschner <kirfrank@debian.org> Thu, 9 Oct 2003 14:20:05 +0200
gpsdrive (2.04-1) unstable; urgency=low
* new upstream release. * closes: #186437 (MySQL Support needed) * closes: #194403 (mapblast doesn't send images) * closes: #197789 (FTBFS with g++-3.3: Missing <cassert> include) * closes: #197832 (gpsfetchmap script gives syntax error) * closes: #199364 (Expedia map service changed, no longer directly compatible with gpsdrive) * closes: #210807 (Gpsdrive requires xfonts-75dpi to run) * closes: #210977 (much newer version available)
-- Frank Kirschner <kirfrank@debian.org> Thu, 9 Oct 2003 09:33:26 +0200
gpsdrive (2.0-0pre9-1) unstable; urgency=low
* new upstream release.
-- Frank Kirschner <kirfrank@debian.org> Tue, 1 Jul 2003 20:00:06 +0200
gpsdrive (1.32-1) unstable; urgency=low
* new upstram release. (closes: #183066)
-- Frank Kirschner <kirfrank@debian.org> Wed, 12 Mar 2003 17:14:37 +0100
2002
gpsdrive (1.30-1) unstable; urgency=low
* new upstream release. (closes: #170823)
-- Frank Kirschner <kirfrank@debian.org> Sat, 30 Nov 2002 12:18:33 +0100
gpsdrive (1.18-1) unstable; urgency=low
* new upstream release. * added xutils to build-dependencies. (closes: #144287)
-- Frank Kirschner <kirfrank@debian.org> Wed, 24 Apr 2002 23:40:31 +0200
gpsdrive (1.17-1) unstable; urgency=low
* new package-maintainer. (closes: #143320) * new upstream release.
-- Frank Kirschner <kirfrank@debian.org> Wed, 17 Apr 2002 18:44:47 +0200
2001
gpsdrive (1.6-1) unstable; urgency=low
* Initial Release.
-- Cosimo Alfarano <kalfa@debian.org> Fri, 7 Dec 2001 19:14:57 +0100