[Pkg-utopia-commits] r637 - in packages/unstable/dbus/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Thu Feb 23 10:30:09 UTC 2006


Author: sjoerd
Date: 2006-02-23 10:30:07 +0000 (Thu, 23 Feb 2006)
New Revision: 637

Added:
   packages/unstable/dbus/debian/patches/dbus-group_info_free.patch
Modified:
   packages/unstable/dbus/debian/changelog
Log:
* debian/patch/dbus-group_info_free.patch
  + Added. Don't run into in infinite loop when freeing group info

Modified: packages/unstable/dbus/debian/changelog
===================================================================
--- packages/unstable/dbus/debian/changelog	2006-02-22 11:22:25 UTC (rev 636)
+++ packages/unstable/dbus/debian/changelog	2006-02-23 10:30:07 UTC (rev 637)
@@ -1,8 +1,10 @@
-dbus (0.60-7) unstable; urgency=low
+dbus (0.60-7) unstable; urgency=medium
 
+  * debian/patch/dbus-group_info_free.patch
+    + Added. Don't run into in infinite loop when freeing group info
   * Update cli-common depend to >= 0.2.0. Older versions have known bugs 
 
- -- Sjoerd Simons <sjoerd at debian.org>  Mon, 20 Feb 2006 00:32:08 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 23 Feb 2006 11:24:44 +0100
 
 dbus (0.60-6) unstable; urgency=low
 

Added: packages/unstable/dbus/debian/patches/dbus-group_info_free.patch
===================================================================
--- packages/unstable/dbus/debian/patches/dbus-group_info_free.patch	2006-02-22 11:22:25 UTC (rev 636)
+++ packages/unstable/dbus/debian/patches/dbus-group_info_free.patch	2006-02-23 10:30:07 UTC (rev 637)
@@ -0,0 +1,9 @@
+Index: dbus/dbus-userdb.c
+===================================================================
+RCS file: /cvs/dbus/dbus/dbus/dbus-userdb.c,v
+retrieving revision 1.17
+diff -r1.17 dbus-userdb.c
+64c64
+<   _dbus_group_info_free_allocated (info);
+---
+>   _dbus_group_info_free (info);




More information about the Pkg-utopia-commits mailing list