r25388 - in /desktop/unstable/gnome-keyring/debian: changelog patches/06_init_timeout.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Oct 19 06:23:02 UTC 2010


Author: joss
Date: Tue Oct 19 06:22:48 2010
New Revision: 25388

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25388
Log:
06_init_timeout.patch: follow upstream and use a 120 second timeout 
instead of 10.

Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/patches/06_init_timeout.patch

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=25388&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog [utf-8] Tue Oct 19 06:22:48 2010
@@ -1,3 +1,10 @@
+gnome-keyring (2.30.3-4) UNRELEASED; urgency=low
+
+  * 06_init_timeout.patch: follow upstream and use a 120 second timeout 
+    instead of 10.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 19 Oct 2010 08:22:10 +0200
+
 gnome-keyring (2.30.3-3) unstable; urgency=low
 
   * 06_init_timeout.patch: new patch. Exit the daemon when started 

Modified: desktop/unstable/gnome-keyring/debian/patches/06_init_timeout.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/patches/06_init_timeout.patch?rev=25388&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/patches/06_init_timeout.patch [utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/patches/06_init_timeout.patch [utf-8] Tue Oct 19 06:22:48 2010
@@ -8,7 +8,7 @@
  #define DEFAULT_COMPONENTS  "pkcs11,secrets"
  #endif
  
-+#define LOGIN_TIMEOUT 10
++#define LOGIN_TIMEOUT 120
 +
  static gchar* run_components = DEFAULT_COMPONENTS;
  static gboolean pkcs11_started = FALSE;




More information about the pkg-gnome-commits mailing list