- Added a patch to fix bug #168743 which corrects the name of a data member

from close to close_fn
f38
John (J5) Palmieri 19 years ago
parent 91939ef4e4
commit 2995ea695b

@ -0,0 +1,11 @@
--- gnome-vfs-2.12.0/modules/smb-method.c.use_correct_close 2005-09-28 14:29:32.000000000 -0400
+++ gnome-vfs-2.12.0/modules/smb-method.c 2005-09-28 14:30:11.000000000 -0400
@@ -1486,7 +1486,7 @@
/* Important: perform_authentication leaves and re-enters the lock! */
while (perform_authentication (&actx) > 0) {
- r = smb_context->close (smb_context, handle->file);
+ r = smb_context->close_fn (smb_context, handle->file);
actx.res = (r >= 0) ? GNOME_VFS_OK : gnome_vfs_result_from_errno ();
}

@ -49,6 +49,7 @@ Patch201: gnome-vfs-2.8.1-console-mount-opt.patch
Patch400: neon-0.24.7-gssapi.patch Patch400: neon-0.24.7-gssapi.patch
Patch500: gnome-vfs-2.12.0-readlink-buffer.patch Patch500: gnome-vfs-2.12.0-readlink-buffer.patch
Patch501: gnome-vfs-2.12.0-use-correct-close.patch
%description %description
GNOME VFS is the GNOME virtual file system. It is the foundation of GNOME VFS is the GNOME virtual file system. It is the foundation of
@ -97,6 +98,7 @@ shares (SMB) to applications using GNOME VFS.
%patch400 -p0 -b .neon-gssapi %patch400 -p0 -b .neon-gssapi
%patch500 -p1 -b .readlink-buffer %patch500 -p1 -b .readlink-buffer
%patch501 -p1 -b .use-correct-close
%build %build
@ -176,7 +178,10 @@ done
%changelog %changelog
* Tue Sep 27 2005 John (J5) Palmieir <johnp@redhat.com> 2.12.0-2 * Tue Sep 27 2005 John (J5) Palmieir <johnp@redhat.com> 2.12.0-2
- Backported patch to fix bug #167985 - Backported patch to fix bug #167985 which corrects the size of a
readlink buffer
- Added a patch to fix bug #168743 which corrects the name of a
data member from close to close_fn
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1 * Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
- Update to 2.12.0 - Update to 2.12.0

Loading…
Cancel
Save