r25303 - in /desktop/unstable/gnome-keyring/debian: changelog patches/10_debugging_output.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Oct 5 17:21:33 UTC 2010


Author: joss
Date: Tue Oct  5 17:21:29 2010
New Revision: 25303

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25303
Log:
10_debugging_output.patch: new patch. Stop spewing sensitive 
information in the system logs. Note that it does *not* spew actual 
keys or passphrases. This bug was introduced in 2.30.
Credits go to Romain Françoise for the discovery.

Added:
    desktop/unstable/gnome-keyring/debian/patches/10_debugging_output.patch
Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/patches/series

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=25303&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog [utf-8] Tue Oct  5 17:21:29 2010
@@ -1,3 +1,12 @@
+gnome-keyring (2.30.3-2) unstable; urgency=high
+
+  * 10_debugging_output.patch: new patch. Stop spewing sensitive 
+    information in the system logs. Note that it does *not* spew actual 
+    keys or passphrases. This bug was introduced in 2.30.
+    Credits go to Romain Françoise for the discovery.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 05 Oct 2010 19:20:54 +0200
+
 gnome-keyring (2.30.3-1) unstable; urgency=low
 
   * New upstream stable release.

Added: desktop/unstable/gnome-keyring/debian/patches/10_debugging_output.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/patches/10_debugging_output.patch?rev=25303&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/patches/10_debugging_output.patch (added)
+++ desktop/unstable/gnome-keyring/debian/patches/10_debugging_output.patch [utf-8] Tue Oct  5 17:21:29 2010
@@ -1,0 +1,13 @@
+Index: gnome-keyring-2.30.3/daemon/prompt/gkd-prompt.c
+===================================================================
+--- gnome-keyring-2.30.3.orig/daemon/prompt/gkd-prompt.c	2010-10-05 19:15:30.151925967 +0200
++++ gnome-keyring-2.30.3/daemon/prompt/gkd-prompt.c	2010-10-05 19:15:39.399424728 +0200
+@@ -38,7 +38,7 @@
+ 
+ #include <sys/wait.h>
+ 
+-#define DEBUG_PROMPT 1
++#define DEBUG_PROMPT 0
+ #define DEBUG_STDERR 0
+ 
+ enum {

Modified: desktop/unstable/gnome-keyring/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/patches/series?rev=25303&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/patches/series [utf-8] Tue Oct  5 17:21:29 2010
@@ -3,4 +3,5 @@
 03_kfreebsd.patch
 04_link-libtasns1.patch
 05_hurd_maxpathlen.patch
+10_debugging_output.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list