r17923 - in /desktop/unstable/gnome-keyring/debian: changelog patches/03_ssh_agent-failure.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Dec 15 09:43:06 UTC 2008


Author: joss
Date: Mon Dec 15 09:43:05 2008
New Revision: 17923

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17923
Log:
03_ssh_agent-failure.patch: patch from upstream (r1228). Correctly
initialises some variables. Closes: #508717.

Added:
    desktop/unstable/gnome-keyring/debian/patches/03_ssh_agent-failure.patch
Modified:
    desktop/unstable/gnome-keyring/debian/changelog

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=17923&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog (original)
+++ desktop/unstable/gnome-keyring/debian/changelog Mon Dec 15 09:43:05 2008
@@ -1,3 +1,10 @@
+gnome-keyring (2.22.3-3) UNRELEASED; urgency=low
+
+  * 03_ssh_agent-failure.patch: patch from upstream (r1228). Correctly
+    initialises some variables. Closes: #508717.
+
+ -- Josselin Mouette <joss at debian.org>  Mon, 15 Dec 2008 10:43:06 +0100
+
 gnome-keyring (2.22.3-2) unstable; urgency=low
 
   * 02_dbus_crash.patch: patch from upstream to fix a crash that happens 

Added: desktop/unstable/gnome-keyring/debian/patches/03_ssh_agent-failure.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/patches/03_ssh_agent-failure.patch?rev=17923&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/patches/03_ssh_agent-failure.patch (added)
+++ desktop/unstable/gnome-keyring/debian/patches/03_ssh_agent-failure.patch Mon Dec 15 09:43:05 2008
@@ -1,0 +1,20 @@
+--- trunk/daemon/pk/gkr-pk-storage.c	2008/08/07 17:56:40	1227
++++ trunk/daemon/pk/gkr-pk-storage.c	2008/08/07 18:05:10	1228
+@@ -657,7 +657,7 @@
+ 	gchar *custom_label = NULL;
+ 	gchar *secondary;
+ 	gchar *display = NULL;
+-	gboolean ret;
++	gboolean ret = TRUE;
+ 	guint flags;
+ 	GkrPkIndex *index;
+ 	GkrKeyring *login;
+@@ -741,7 +741,7 @@
+ 	gchar *stype, *secondary;
+ 	gchar *display = NULL;
+ 	const gchar *password;
+-	gboolean ret;
++	gboolean ret = TRUE;
+ 	GkrPkIndex *index;
+ 	gint st;
+ 	guint flags;




More information about the pkg-gnome-commits mailing list