Your message dated Tue, 05 Sep 2006 14:34:32 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385380: fixed in network-manager 0.6.4-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: network-manager
Version: 0.6.4-1
Severity: normal
Tags: patch

Hi,
version 0.6.4-1 of network-manager uses a deprecated dbus function that
is removed in dbus >= 0.90. dbus 0.92 will most probably go into
unstable in the next days.
The function dbus_connection_disconnect() was removed and can be
replaced by dbus_connection_close(). Attached is a patch that fixes
this.

Bye
--- ./gnome/libnm_glib/libnm_glib.c.old	2006-08-24 18:08:22.200388750 +0200
+++ ./gnome/libnm_glib/libnm_glib.c	2006-08-24 18:08:33.353085750 +0200
@@ -230,7 +230,7 @@
 	{
 		/* Try to reactivate our connection to dbus on the next pass through the event loop */
 		ctx->nm_state = LIBNM_NO_DBUS;
-		dbus_connection_disconnect (ctx->dbus_con);
+		dbus_connection_close (ctx->dbus_con);
 		libnm_glib_schedule_dbus_watcher (ctx);
 	}
 	else if (dbus_message_is_signal (message, DBUS_INTERFACE_DBUS, "NameOwnerChanged"))
@@ -444,7 +444,7 @@
 		g_main_loop_unref (ctx->g_main_loop);
 
 	if (ctx->dbus_con)
-		dbus_connection_disconnect (ctx->dbus_con);
+		dbus_connection_close (ctx->dbus_con);
 
 	if (ctx->callbacks_lock)
 		g_mutex_free (ctx->callbacks_lock);

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---
--- Begin Message ---
Source: network-manager
Source-Version: 0.6.4-3

We believe that the bug you reported is fixed in the latest version of
network-manager, which is due to be installed in the Debian FTP archive:

libnm-glib-dev_0.6.4-3_i386.deb
  to pool/main/n/network-manager/libnm-glib-dev_0.6.4-3_i386.deb
libnm-glib0_0.6.4-3_i386.deb
  to pool/main/n/network-manager/libnm-glib0_0.6.4-3_i386.deb
libnm-util-dev_0.6.4-3_i386.deb
  to pool/main/n/network-manager/libnm-util-dev_0.6.4-3_i386.deb
libnm-util0_0.6.4-3_i386.deb
  to pool/main/n/network-manager/libnm-util0_0.6.4-3_i386.deb
network-manager-dev_0.6.4-3_i386.deb
  to pool/main/n/network-manager/network-manager-dev_0.6.4-3_i386.deb
network-manager-gnome_0.6.4-3_i386.deb
  to pool/main/n/network-manager/network-manager-gnome_0.6.4-3_i386.deb
network-manager_0.6.4-3.diff.gz
  to pool/main/n/network-manager/network-manager_0.6.4-3.diff.gz
network-manager_0.6.4-3.dsc
  to pool/main/n/network-manager/network-manager_0.6.4-3.dsc
network-manager_0.6.4-3_i386.deb
  to pool/main/n/network-manager/network-manager_0.6.4-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Riccardo Setti <[EMAIL PROTECTED]> (supplier of updated network-manager package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue,  5 Sep 2006 19:48:00 +0200
Source: network-manager
Binary: libnm-util-dev network-manager-gnome network-manager-dev libnm-util0 
libnm-glib0 network-manager libnm-glib-dev
Architecture: source i386
Version: 0.6.4-3
Distribution: unstable
Urgency: low
Maintainer: Riccardo Setti <[EMAIL PROTECTED]>
Changed-By: Riccardo Setti <[EMAIL PROTECTED]>
Description: 
 libnm-glib-dev - network management framework (GLib interface)
 libnm-glib0 - network management framework (GLib shared library)
 libnm-util-dev - network management framework (development files)
 libnm-util0 - network management framework (shared library)
 network-manager - network management framework daemon
 network-manager-dev - network management framework (development files)
 network-manager-gnome - network management framework (GNOME frontend)
Closes: 385380
Changes: 
 network-manager (0.6.4-3) unstable; urgency=low
 .
   * Changed adeprecated dbus function (closes: 385380)
    - added 12_dbus0.9.patch.
Files: 
 2d1917a9499506a05164a11e91141a68 1011 net optional network-manager_0.6.4-3.dsc
 b3fd6cc212d243720d484f6e475adb90 16730 net optional 
network-manager_0.6.4-3.diff.gz
 78a588481e64ba887b9e97a6a5fb10b1 237636 net optional 
network-manager_0.6.4-3_i386.deb
 59c8b0432a5e5e337e2c8f86dfe26c80 368594 gnome optional 
network-manager-gnome_0.6.4-3_i386.deb
 7ae91e6b534d3c7e6f8ad3defd3d1641 112128 devel optional 
network-manager-dev_0.6.4-3_i386.deb
 8d81c0d8316e8cabd9f0c6f2247a3a63 117374 libs optional 
libnm-glib0_0.6.4-3_i386.deb
 d1260c4ea86383ae83aacbbd28bc3471 117802 libdevel optional 
libnm-glib-dev_0.6.4-3_i386.deb
 a7f40ba88d662dbd0e2817e895565f27 123144 libs optional 
libnm-util0_0.6.4-3_i386.deb
 f441ea6bdc1539d04206aa498340d283 125468 libdevel optional 
libnm-util-dev_0.6.4-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE/ch/okwHIYS/ecgRAmzkAKCEkSgX77rI/G0v2Sc5asNVXbO5wQCfeBKP
0ZDyCh7aZaRtCfZuCU3eSVY=
=HhOf
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to