Your message dated Tue, 05 Sep 2006 14:33:41 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#385383: fixed in dhcdbd 1.14-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: dhcdbd
Version: 1.14-2
Severity: normal
Tags: patch

Hi,
version 1.14-2 of dhcdbd 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
--- dbus_service.c.old	2006-08-24 17:37:47.801746000 +0200
+++ dbus_service.c	2006-08-24 17:38:01.062574750 +0200
@@ -1412,7 +1412,7 @@
     return ( cs );
 
  give_up:
-    dbus_connection_disconnect( connection );
+    dbus_connection_close( connection );
     dbus_shutdown();
     return ( 0L );
 }
@@ -1456,7 +1456,7 @@
     cs->roots=0L;
 
 
-    dbus_connection_disconnect( cs->connection );
+    dbus_connection_close( cs->connection );
     dbus_shutdown();
     free( cs );
 }

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


--- End Message ---
--- Begin Message ---
Source: dhcdbd
Source-Version: 1.14-3

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

dhcdbd_1.14-3.diff.gz
  to pool/main/d/dhcdbd/dhcdbd_1.14-3.diff.gz
dhcdbd_1.14-3.dsc
  to pool/main/d/dhcdbd/dhcdbd_1.14-3.dsc
dhcdbd_1.14-3_i386.deb
  to pool/main/d/dhcdbd/dhcdbd_1.14-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 dhcdbd 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:42:19 +0200
Source: dhcdbd
Binary: dhcdbd
Architecture: source i386
Version: 1.14-3
Distribution: unstable
Urgency: low
Maintainer: Riccardo Setti <[EMAIL PROTECTED]>
Changed-By: Riccardo Setti <[EMAIL PROTECTED]>
Description: 
 dhcdbd     - dbus interface to the ISC DHCP client
Closes: 385383
Changes: 
 dhcdbd (1.14-3) unstable; urgency=low
 .
   * Changed a deprecated dbus function (closes: #385383)
    - added 40_dbus0.9.patch
Files: 
 18cc1d313d37c4eefecae297087f3656 740 admin optional dhcdbd_1.14-3.dsc
 7b7d2951e58a44efb930ef0dfa6f0369 5384 admin optional dhcdbd_1.14-3.diff.gz
 bf09f68ca77b348e003eb5da88697a6e 47530 admin optional dhcdbd_1.14-3_i386.deb

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

iD8DBQFE/chTokwHIYS/ecgRAma/AJ96NfGx14O6PmZu5wrkzbTHvxCmAwCfULgs
B8xWuOoWbYNFCFcs/GaLgjY=
=JpE7
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to