Package dbus: Information
Source package: dbus
Version: 1.0.3-alt1.M40.2
Build time: Apr 4, 2008, 08:39 PM
Category: System/Servers
Report package bugHome page: http://www.freedesktop.org/Software/dbus
License: GPL or Academic Free License
Summary: D-BUS is a simple IPC framework based on messages.
Description:
D-BUS is a system for low-latency, low-overhead, easy to use interprocess
communication (IPC). In more detail:
o D-BUS is low-latency because it is designed to avoid round trips and
allow asynchronous operation, much like the X protocol.
o D-BUS is low-overhead because it uses a binary protocol, and does not
have to convert to and from a text format such as XML. Because D-BUS is
intended for potentially high-resolution same-machine IPC, not primarily
for Internet IPC, this is an interesting optimization.
o D-BUS is easy to use because it works in terms of messages rather than
byte streams, and automatically handles a lot of the hard IPC issues.
Also, the D-BUS library is designed to be wrapped in a way that lets
developers use their framework's existing object/type system, rather
than learning a new one specifically for IPC.
This package contains D-BUS daemon and system utilities.List of RPM packages built from this SRPM:
dbus (x86_64, i586)
dbus-tools (x86_64, i586)
dbus-tools-gui (x86_64, i586)
libdbus (x86_64, i586)
libdbus-devel (x86_64, i586)
dbus (x86_64, i586)
dbus-tools (x86_64, i586)
dbus-tools-gui (x86_64, i586)
libdbus (x86_64, i586)
libdbus-devel (x86_64, i586)
Maintainer: Igor Zubkov
Last changed
April 4, 2008 Valery Inozemtsev 1.0.3-alt1.M40.2
- added /etc/dbus-1/system.d (close #14759)
Feb. 28, 2008 Valery Inozemtsev 1.0.3-alt1.M40.1
- 1.0.3: + fixed CVE-2008-0595
Sept. 29, 2007 Igor Zubkov 1.0.2-alt4
- change chkconfig 345 46 03 -> 345 33 92 - add trigger for update