dbus 1.14.0-2ubuntu3 source package in Ubuntu
Changelog
dbus (1.14.0-2ubuntu3) kinetic; urgency=medium * SECURITY UPDATE: Assertion failure in dbus-marshal-validate - debian/patches/CVE-2022-42010.patch: Check brackets in signature nest correctly - CVE-2022-42010 * SECURITY UPDATE: Out-of-bound access in dbus-marshal-validate - debian/patches/CVE-2022-42011.patch: Validate length of arrays of fixed-length items - CVE-2022-42011 * SECURITY UPDATE: Out-of-bound access in dbus-marshal-byteswap - debian/patches/CVE-2022-42012.patch: Byte-swap Unix fd indexes if needed - CVE-2022-42012 -- Nishit Majithia <email address hidden> TUe, 25 Oct 2022 18:48:42 +0530
Upload details
- Uploaded by:
- Nishit Majithia
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dbus_1.14.0.orig.tar.xz | 1.3 MiB | ccd7cce37596e0a19558fd6648d1272ab43f011d80c8635aea8fd0bad58aebd4 |
dbus_1.14.0-2ubuntu3.debian.tar.xz | 67.8 KiB | 4e10e7cc0411984815ad6da29831b906b2ee08748893441f104332fc518230d1 |
dbus_1.14.0-2ubuntu3.dsc | 3.3 KiB | 9ad3a7d5da05d620cc408fb0ccd1618bd4b3d6e0f9863ae3a8de90e636787a0d |
Available diffs
Binary packages built by this source
- dbus: simple interprocess messaging system (system message bus)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
D-Bus supports broadcast messages, asynchronous messages (thus
decreasing latency), authentication, and more. It is designed to be
low-overhead; messages are sent using a binary protocol, not using
XML. D-Bus also supports a method call mapping for its messages, but
it is not required; this makes using the system quite simple.
.
It comes with several bindings, including GLib, Python, Qt and Java.
.
This package provides a fully-functional D-Bus system bus with activation
support, used for communication between system services, and depends on
most of the other components of the reference implementation of D-Bus.
.
To provide a complete D-Bus session bus, install one of the packages
that implement the dbus-session-bus virtual package, such as
dbus-user-session. The recommended implementation is indicated by
the default-dbus-session- bus virtual package.
- dbus-1-doc: No summary available for dbus-1-doc in ubuntu kinetic.
No description available for dbus-1-doc in ubuntu kinetic.
- dbus-bin: simple interprocess messaging system (command line utilities)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the D-Bus command-line utilities such as dbus-send
and dbus-monitor.
- dbus-bin-dbgsym: No summary available for dbus-bin-dbgsym in ubuntu kinetic.
No description available for dbus-bin-dbgsym in ubuntu kinetic.
- dbus-daemon: No summary available for dbus-daemon in ubuntu kinetic.
No description available for dbus-daemon in ubuntu kinetic.
- dbus-daemon-dbgsym: debug symbols for dbus-daemon
- dbus-dbgsym: debug symbols for dbus
- dbus-session-bus-common: simple interprocess messaging system (session bus configuration)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package contains the configuration files defining the behaviour of
the D-Bus session bus, used for applications and per-user services.
These are used by the reference implementation in the dbus package,
and by the reimplementation in the dbus-broker package.
.
To provide a complete D-Bus session bus, install one of the packages
that implement the dbus-session-bus virtual package, such as
dbus-user-session. The recommended implementation is indicated by
the default-dbus-session- bus virtual package.
- dbus-system-bus-common: No summary available for dbus-system-bus-common in ubuntu kinetic.
No description available for dbus-system-
bus-common in ubuntu kinetic.
- dbus-tests: simple interprocess messaging system (test infrastructure)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
This package provides automated and manual tests for D-Bus, and the
dbus-test-tool utility. It also provides copies of the D-Bus libraries and
executables compiled with extra debug information and logging.
.
See the dbus package description for more information about D-Bus in general.
- dbus-tests-dbgsym: No summary available for dbus-tests-dbgsym in ubuntu kinetic.
No description available for dbus-tests-dbgsym in ubuntu kinetic.
- dbus-user-session: simple interprocess messaging system (systemd --user integration)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
On systemd systems, this package opts in to the session model in which
a user's session starts the first time they log in, and does not end
until all their login sessions have ended. This model merges all
parallel non-graphical login sessions (text mode, ssh, cron, etc.), and up
to one graphical session, into a single "user-session" or "super-session"
within which all background D-Bus services are shared.
.
Multiple graphical sessions per user are not currently supported in this
mode; as a result, it is particularly suitable for gdm, which responds to
requests to open a parallel graphical session by switching to the existing
graphical session and unlocking it.
.
To retain dbus' traditional session semantics, in which login sessions
are artificially isolated from each other, remove this package and install
dbus-x11 instead.
.
See the dbus package description for more information about D-Bus in general.
- dbus-x11: No summary available for dbus-x11 in ubuntu kinetic.
No description available for dbus-x11 in ubuntu kinetic.
- dbus-x11-dbgsym: No summary available for dbus-x11-dbgsym in ubuntu kinetic.
No description available for dbus-x11-dbgsym in ubuntu kinetic.
- libdbus-1-3: simple interprocess messaging system (library)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
D-Bus supports broadcast messages, asynchronous messages (thus
decreasing latency), authentication, and more. It is designed to be
low-overhead; messages are sent using a binary protocol, not using
XML. D-Bus also supports a method call mapping for its messages, but
it is not required; this makes using the system quite simple.
.
It comes with several bindings, including GLib, Python, Qt and Java.
.
The message bus daemon can be found in the dbus-daemon package.
- libdbus-1-3-dbgsym: debug symbols for libdbus-1-3
- libdbus-1-dev: simple interprocess messaging system (development headers)
D-Bus is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in
terms of complexity.
.
See the dbus description for more information about D-Bus in general.