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 <aure...@debian.org>  Sun, 10 Dec 2006 23:24:43 +0100
+ -- Andreas Putzo <andr...@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/
 


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to