r19928 - in /desktop/lenny/glib2.0/debian: changelog control patches/10_gfile_set_error.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun May 10 06:56:01 UTC 2009


Author: joss
Date: Sun May 10 06:56:01 2009
New Revision: 19928

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19928
Log:
10_gfile_set_error.patch: new patch. Fix crashes in gvfs caused by 
wrong passing of a GError. Closes: #517752.

Added:
    desktop/lenny/glib2.0/debian/patches/10_gfile_set_error.patch
Modified:
    desktop/lenny/glib2.0/debian/changelog
    desktop/lenny/glib2.0/debian/control
    desktop/lenny/glib2.0/debian/patches/series

Modified: desktop/lenny/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/lenny/glib2.0/debian/changelog?rev=19928&op=diff
==============================================================================
--- desktop/lenny/glib2.0/debian/changelog (original)
+++ desktop/lenny/glib2.0/debian/changelog Sun May 10 06:56:01 2009
@@ -1,3 +1,10 @@
+glib2.0 (2.16.6-2) stable; urgency=low
+
+  * 10_gfile_set_error.patch: new patch. Fix crashes in gvfs caused by 
+    wrong passing of a GError. Closes: #517752.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 10 May 2009 08:54:35 +0200
+
 glib2.0 (2.16.6-1+lenny1) stable-security; urgency=low
 
   * SECURITY: 12_base64-overflow-CVE-2008-4316.patch:

Modified: desktop/lenny/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/lenny/glib2.0/debian/control?rev=19928&op=diff
==============================================================================
--- desktop/lenny/glib2.0/debian/control (original)
+++ desktop/lenny/glib2.0/debian/control Sun May 10 06:56:01 2009
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>> 5.0.22),
                pkg-config (>= 0.14.0),
                gettext,

Added: desktop/lenny/glib2.0/debian/patches/10_gfile_set_error.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/lenny/glib2.0/debian/patches/10_gfile_set_error.patch?rev=19928&op=file
==============================================================================
--- desktop/lenny/glib2.0/debian/patches/10_gfile_set_error.patch (added)
+++ desktop/lenny/glib2.0/debian/patches/10_gfile_set_error.patch Sun May 10 06:56:01 2009
@@ -1,0 +1,15 @@
+Debian #517752
+GNOME #545203
+Upstream commit r7269
+
+--- trunk/gio/gfile.c	2008/07/20 00:34:58	7208
++++ trunk/gio/gfile.c	2008/07/28 19:12:19	7269
+@@ -4201,7 +4201,7 @@
+ 
+   if (iface->read_fn == NULL)
+     {
+-      g_set_error_literal (error, G_IO_ERROR,
++      g_set_error_literal (&error, G_IO_ERROR,
+                            G_IO_ERROR_NOT_SUPPORTED,
+                            _("Operation not supported"));
+ 

Modified: desktop/lenny/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/lenny/glib2.0/debian/patches/series?rev=19928&op=diff
==============================================================================
--- desktop/lenny/glib2.0/debian/patches/series (original)
+++ desktop/lenny/glib2.0/debian/patches/series Sun May 10 06:56:01 2009
@@ -1,5 +1,6 @@
 01_gettext-desktopfiles.patch
 02_usr_share_gnome_applications.patch
 03_blacklist-directories.patch
+10_gfile_set_error.patch
+12_base64-overflow-CVE-2008-4316.patch
 60_wait-longer-for-threads-to-die.patch
-12_base64-overflow-CVE-2008-4316.patch




More information about the pkg-gnome-commits mailing list