[DebianGIS-dev] r1831 - packages/gpsdrive/branches/etch/debian

nd-guest at alioth.debian.org nd-guest at alioth.debian.org
Fri Dec 26 22:05:14 UTC 2008


Author: nd-guest
Date: 2008-12-26 22:05:14 +0000 (Fri, 26 Dec 2008)
New Revision: 1831

Modified:
   packages/gpsdrive/branches/etch/debian/changelog
   packages/gpsdrive/branches/etch/debian/rules
Log:
use mktemp in ge-code, remove geo-nearest,
base changelog on correct etch version   


Modified: packages/gpsdrive/branches/etch/debian/changelog
===================================================================
--- packages/gpsdrive/branches/etch/debian/changelog	2008-12-26 22:03:56 UTC (rev 1830)
+++ packages/gpsdrive/branches/etch/debian/changelog	2008-12-26 22:05:14 UTC (rev 1831)
@@ -1,10 +1,11 @@
-gpsdrive (2.09-2.2) unstable; urgency=low
+gpsdrive (2.09-2.1+etch1) unstable; urgency=high
 
-  * Porter NMU.
-  * Update config.guess/config.sub. Closes: #317323.
-  * Update po/de.po. Closes: #314065.
+  * Patch geo-code to use mktemp to fix a potential symlink
+    attack (CVE-2008-5380). (Closes: #508595)
+  * Remove /usr/bin/geo-nearest. Script no longer works with
+    geocaching.com and uses insecure temporary files.
 
- -- Aurelien Jarno <aurel32 at debian.org>  Sun, 10 Dec 2006 23:24:43 +0100
+ -- Andreas Putzo <andreas at putzo.net>  Fri, 26 Dec 2008 18:26:11 +0000
 
 gpsdrive (2.09-2.1) unstable; urgency=low
 

Modified: packages/gpsdrive/branches/etch/debian/rules
===================================================================
--- packages/gpsdrive/branches/etch/debian/rules	2008-12-26 22:03:56 UTC (rev 1830)
+++ packages/gpsdrive/branches/etch/debian/rules	2008-12-26 22:05:14 UTC (rev 1831)
@@ -52,6 +52,8 @@
 
 	# Remove gpsd, since debian has an own gpsd package
 	rm $(destdir)/bin/gpsd
+	# Remove geo-nearest (#508595)
+	rm $(destdir)/bin/geo-nearest
 	# add old manpages
 	#cp -r $(CURDIR)/debian/man/ $(destdir)/share/
 




More information about the Pkg-grass-devel mailing list