r16805 - in /packages/unstable/brasero/debian: changelog patches/008-fix-volume-identifier-crash.patch patches/series

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Aug 26 23:16:01 UTC 2008


Author: kov
Date: Tue Aug 26 23:16:00 2008
New Revision: 16805

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16805
Log:
added patch from upstream to fix #495984

Added:
    packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch
Modified:
    packages/unstable/brasero/debian/changelog
    packages/unstable/brasero/debian/patches/series

Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=16805&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Tue Aug 26 23:16:00 2008
@@ -11,7 +11,12 @@
   * Refreshed 006-fix-libdvdcss and 007-fix-gnome-doc-utils-path patches
     to be applied cleanly. 
 
- -- Alan Baghumian <alan at technotux.org>  Sun, 10 Aug 2008 14:26:27 +0200
+  [ Gustavo Noronha Silva ]
+  * debian/patches/008-fix-volume-identifier-crash.patch:
+  - patch from upstream #1149 changeset to fix the crash when some
+    unix-device-less volumes are present (Closes: #495984)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 26 Aug 2008 19:57:26 -0300
 
 brasero (0.8.0-2) unstable; urgency=low
 

Added: packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch?rev=16805&op=file
==============================================================================
--- packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch (added)
+++ packages/unstable/brasero/debian/patches/008-fix-volume-identifier-crash.patch Tue Aug 26 23:16:00 2008
@@ -1,0 +1,12 @@
+--- trunk/src/burn-volume-obj.c	2008/08/22 23:02:42	1148
++++ trunk/src/burn-volume-obj.c	2008/08/23 06:47:39	1149
+@@ -90,6 +90,9 @@
+ 
+ 		tmp = iter->data;
+ 		device_path = g_volume_get_identifier (tmp, G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE);
++		if (!device_path)
++			continue;
++
+ 		BRASERO_BURN_LOG ("Found volume %s", device_path);
+ 		if (!strcmp (device_path, volume_path)) {
+ 			volume = tmp;

Modified: packages/unstable/brasero/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/patches/series?rev=16805&op=diff
==============================================================================
--- packages/unstable/brasero/debian/patches/series (original)
+++ packages/unstable/brasero/debian/patches/series Tue Aug 26 23:16:00 2008
@@ -1,2 +1,3 @@
 006-fix-libdvdcss.patch
 007-fix-gnome-doc-utils-path.patch
+008-fix-volume-identifier-crash.patch




More information about the pkg-gnome-commits mailing list