r26100 - in /packages/unstable/anjuta-extras/debian: changelog patches/01_libxml_crash.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Dec 30 13:27:53 UTC 2010


Author: joss
Date: Thu Dec 30 13:27:51 2010
New Revision: 26100

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26100
Log:
01_libxml_crash.patch: stolen upstream. Fix crasher with pulseaudio 
caused by misuse of libxml.

Added:
    packages/unstable/anjuta-extras/debian/patches/01_libxml_crash.patch
Modified:
    packages/unstable/anjuta-extras/debian/changelog
    packages/unstable/anjuta-extras/debian/patches/series

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=26100&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog [utf-8] Thu Dec 30 13:27:51 2010
@@ -1,3 +1,10 @@
+anjuta-extras (2.32.0.0-3) unstable; urgency=low
+
+  * 01_libxml_crash.patch: stolen upstream. Fix crasher with pulseaudio 
+    caused by misuse of libxml.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 30 Dec 2010 14:27:27 +0100
+
 anjuta-extras (2.32.0.0-2) unstable; urgency=low
 
   * Upload to unstable.

Added: packages/unstable/anjuta-extras/debian/patches/01_libxml_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/patches/01_libxml_crash.patch?rev=26100&op=file
==============================================================================
--- packages/unstable/anjuta-extras/debian/patches/01_libxml_crash.patch (added)
+++ packages/unstable/anjuta-extras/debian/patches/01_libxml_crash.patch [utf-8] Thu Dec 30 13:27:51 2010
@@ -1,0 +1,26 @@
+From 0ff39d7715421020aeb1a861502ef4e87bd2c5fe Mon Sep 17 00:00:00 2001
+From: Sébastien Granjoux <seb.sfo at free.fr>
+Date: Sat, 25 Dec 2010 14:42:40 +0000
+Subject: profiler: bgo#633018 crash in Anjuta IDE: misuse of xmlCleanupParser
+
+---
+diff --git a/plugins/profiler/gprof-options.c b/plugins/profiler/gprof-options.c
+index a67ff93..b15fe3e 100644
+--- a/plugins/profiler/gprof-options.c
++++ b/plugins/profiler/gprof-options.c
+@@ -427,7 +427,6 @@ gprof_options_load (GProfOptions *self, const gchar *path)
+ 		gprof_options_parse_tree (self, root);
+ 		
+ 		xmlFreeDoc (settings_doc);
+-		xmlCleanupParser ();
+ 	}
+ }
+ 
+@@ -447,5 +446,4 @@ gprof_options_save (GProfOptions *self, const gchar *path)
+ 	xmlSaveFormatFile (path, settings_doc, TRUE);
+ 	
+ 	xmlFreeDoc (settings_doc);
+-	xmlCleanupParser ();
+ }
+--
+cgit v0.8.3.1

Modified: packages/unstable/anjuta-extras/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/patches/series?rev=26100&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/patches/series [utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/patches/series [utf-8] Thu Dec 30 13:27:51 2010
@@ -1,2 +1,3 @@
+01_libxml_crash.patch
 10_scratchbox_config.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list