rpms/gvfs/F-11 webdav-username.patch, NONE, 1.1 gvfs.spec, 1.130, 1.131

Matthias Clasen mclasen at fedoraproject.org
Wed May 13 04:59:09 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gvfs/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16668

Modified Files:
	gvfs.spec 
Added Files:
	webdav-username.patch 
Log Message:
Try to fix issues with webdav authentication


webdav-username.patch:

--- NEW FILE webdav-username.patch ---
diff --git a/daemon/gvfsbackenddav.c b/daemon/gvfsbackenddav.c
index aee9034..15d5670 100644
--- a/daemon/gvfsbackenddav.c
+++ b/daemon/gvfsbackenddav.c
@@ -1378,6 +1378,8 @@ soup_authenticate_interactive (SoupSession *session,
 
   if (res && !aborted)
     {
+      if (new_username == NULL)
+        new_username = g_strdup(info->username);
       soup_auth_authenticate (auth, new_username, new_password);
 
       g_free (info->username);



Index: gvfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gvfs/F-11/gvfs.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -p -r1.130 -r1.131
--- gvfs.spec	6 May 2009 16:14:33 -0000	1.130
+++ gvfs.spec	13 May 2009 04:58:39 -0000	1.131
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 1.2.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -74,6 +74,8 @@ Patch114: 0014-gvfs-use-device-media-det
 # https://bugzilla.redhat.com/show_bug.cgi?id=498649
 Patch115: 0015-gvfs-respect-presentation-hide-for-drives.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=582373
+Patch200: webdav-username.patch
 
 %description
 The gvfs package provides backend implementations for the gio
@@ -177,6 +179,8 @@ media players (Media Transfer Protocol) 
 %patch114 -p1 -b .gdu-automount-only-on-insertion
 %patch115 -p1 -b .gdu-hide-drives
 
+%patch200 -p1 -b .webdav-username
+
 %build
 
 # Needed for gvfs-0.2.1-archive-integration.patch
@@ -319,6 +323,9 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Wed May 13 2009 Matthias Clasen <mclasen at redhat.com> - 1.2.2-8
+- Try to fix issues with webdav authentication
+
 * Wed May 06 2009 Tomas Bzatek <tbzatek at redhat.com> - 1.2.2-7
 - FTP: fix 32-bit file size string conversion (#499286)
 




More information about the scm-commits mailing list