[maemo-commits] [maemo-commits] r9574 - in projects/haf/trunk/osso-gnome-vfs2/debian: . patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Feb 2 16:46:46 EET 2007
Author: richard
Date: 2007-02-02 16:46:45 +0200 (Fri, 02 Feb 2007)
New Revision: 9574

Added:
   projects/haf/trunk/osso-gnome-vfs2/debian/patches/28-http-timeout.patch
Modified:
   projects/haf/trunk/osso-gnome-vfs2/debian/changelog
Log:
Prepare for release.

Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/changelog	2007-02-02 14:34:20 UTC (rev 9573)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/changelog	2007-02-02 14:46:45 UTC (rev 9574)
@@ -1,3 +1,9 @@
+osso-gnome-vfs2 (2.16.3-1osso7) unstable; urgency=low
+
+  * Really apply the patch for NB#50018
+
+ -- Richard Hult <richard at imendio.com>  Fri,  2 Feb 2007 15:41:41 +0100
+
 osso-gnome-vfs2 (2.16.3-1osso6) unstable; urgency=low
 
   * Split out samba package into its own binary package

Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/28-http-timeout.patch
===================================================================
--- projects/haf/trunk/osso-gnome-vfs2/debian/patches/28-http-timeout.patch	2007-02-02 14:34:20 UTC (rev 9573)
+++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/28-http-timeout.patch	2007-02-02 14:46:45 UTC (rev 9574)
@@ -0,0 +1,14 @@
+Index: modules/http-neon-method.c
+===================================================================
+--- modules/http-neon-method.c	(revision 8989)
++++ modules/http-neon-method.c	(arbetskopia)
+@@ -1640,6 +1640,9 @@ http_acquire_connection (HttpContext *co
+ 		return GNOME_VFS_ERROR_INTERNAL;
+ 	}
+ 
++	/* Set the timeout, filed as upstream bug #402851, NB#50018. */
++	ne_set_read_timeout (session, 30);
++	
+ 	user_agent = getenv (CUSTOM_USER_AGENT_VARIABLE);
+ 	   
+ 	if (user_agent == NULL) {


More information about the maemo-commits mailing list