dbus 1.10.18-1ubuntu2 source package in Ubuntu
Changelog
dbus (1.10.18-1ubuntu2) artful; urgency=medium
* Restore accidentally dropped debian/rules modification
to not start D-Bus on package installation
dbus (1.10.18-1ubuntu1) artful; urgency=medium
* Sync with Debian. Remaining changes:
- Clean up /etc/init/dbus.conf on upgrades. This needs to be kept until
after 18.04 LTS.
- Add dont-stop-dbus.patch: Don't stop D-Bus in the service unit
(see patch header and upstream bug for details). Fixes various
causes of shutdown hangs, particularly with remote file systems.
(LP: #1438612) (LP: #1540282)
- debian/dbus.postinst, debian/rules: Don't start D-Bus on package
installation, as that doesn't work any more with dont-stop-dbus.patch.
Instead, start dbus.socket in postinst, which will then start D-Bus
on demand after package installation.
- Add aa-get-connection-apparmor-security-context.patch: This is not
intended for upstream inclusion. It implements a bus method
(GetConnectionAppArmorSecurityContext) to get a connection's AppArmor
security context but upstream D-Bus has recently added a generic way of
getting a connection's security credentials (GetConnectionCredentials).
Ubuntu should carry this patch until packages in the archive are moved
over to the new, generic method of getting a connection's credentials.
* Dropped changes:
- make-uid-0-immune-to-timeout.patch: Applied in new release
- debian/dbus.user-session.upstart
dbus (1.10.18-1) unstable; urgency=medium
* New upstream stable release
- On SELinux systems, make sure the thread that reads AVC
notifications retains the ability to write the audit log
(Closes: #857660)
- Fix a read overflow and some memory leaks in a unit test
(no effect on production systems)
dbus (1.10.16-1) unstable; urgency=medium
* New upstream release
- Contains a security fix for a potential symlink attack in the
nonce-tcp transport. That transport is not normally used (or
recommended) on Unix.
dbus (1.10.14-1) unstable; urgency=medium
* New upstream release
dbus (1.10.12-1) unstable; urgency=medium
* New upstream release
* d/p/backports/Replace-DBUS_USE_TEST_BINARY-with-DBUS_TEST_DBUS_LAUNCH.patch:
backport a change from 1.11.2 to make the debug build of libdbus
reproducible under varying build paths
* Move Debian-specific patches to debian/patches/debian (corresponding
to "Gbp-pq: Topic debian" on the patch queue branch)
* debian/*.lintian-overrides:
- override systemd-service-file-missing-install-key for dbus.service,
which is intentionally statically enabled
- override embedded-javascript-library for Doxygen's jquery.js,
which is not actually libjs-jquery (see #736360)
* Move to debhelper compat level 10
- drop options and overrides that are now the default
dbus (1.10.10-1) unstable; urgency=medium
* New upstream stable release 1.10.10
* Provide new virtual packages for other packages to depend on:
- dbus-session-bus: any implementation of the D-Bus well-known session bus
(provided by: dbus-user-session, dbus-x11)
- default-dbus-session-bus: the recommended implementation of
dbus-session-bus (currently provided by: dbus-user-session)
* Add arm64, mips64el, ppc64el to the list of architectures that
have valgrind
* debian/gbp.conf: use DEP-14 branch names
* Standards-Version: 3.9.8 (no changes needed)
* debian/rules: fail the build if "make install" installs anything we
don't package or delete. Only do this for final releases (suite
in debian/changelog is not UNRELEASED) to facilitate future
autobuilding of new upstream releases.
* debian/rules: do not require symbols file to be complete if the
suite in debian/changelog is UNRELEASED, again to facilitate
autobuilding new upstream releases.
* debian/source/options: don't fail dpkg-source on changes to
build-aux/{compile,depcomp,missing}. We regenerate that directory anyway,
and during a snapshot build they might become symlinks.
* debian/rules: do the build in debian/build-* so it's easier to .gitignore
* debian/.gitignore: update
* Use the correct systemctl for Debian even if not installed on the build
system. (Regression in 1.10.2)
-- Jeremy Bicha <email address hidden> Sun, 18 Jun 2017 21:44:39 -0400
Upload details
- Uploaded by:
- Jeremy Bicha on 2017-06-19
- Uploaded to:
- Artful
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section |
|---|
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| dbus_1.10.18.orig.tar.gz | 1.9 MiB | 6049ddd5f3f3e2618f615f1faeda0a115104423a7996b7aa73e2f36e38cc514a |
| dbus_1.10.18-1ubuntu2.debian.tar.xz | 57.7 KiB | c86d927d09c8cbfac254cc3b17685d958e12ebc495b44b26edb748f540cea8a5 |
| dbus_1.10.18-1ubuntu2.dsc | 3.1 KiB | 090af09d4ac193e68a29b7f590aad7d9c3ebb6ff70ee8fd2f1f958f237ae4961 |
Available diffs
- diff from 1.10.10-1ubuntu2 to 1.10.18-1ubuntu2 (31.4 KiB)
- diff from 1.10.18-1ubuntu1 to 1.10.18-1ubuntu2 (512 bytes)
Binary packages built by this source
- dbus: simple interprocess messaging system (daemon and 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.
.
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 contains the D-Bus daemon and related utilities.
.
The client-side library can be found in the libdbus-1-3 package, as it is no
longer contained in this package.
- dbus-1-dbg: No summary available for dbus-1-dbg in ubuntu artful.
No description available for dbus-1-dbg in ubuntu artful.
- dbus-1-doc: simple interprocess messaging system (documentation)
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 API documentation for D-Bus, as well as
the protocol specification.
.
See the dbus description for more information about D-Bus in general.
- 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-udeb: simple interprocess messaging system (minimal runtime)
D-Bus is a message bus, used for sending messages between applications.
.
This package is a minimal version of the dbus and dbus-x11 packages,
for use in the Debian installer. It can run a session bus, but is not
suitable for use as a system bus.
- 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: simple interprocess messaging system (X11 deps)
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 dbus-launch utility which is necessary for
packages using a D-Bus session bus.
.
See the dbus description for more information about D-Bus in general.
- 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 daemon can be found in the dbus package.
- libdbus-1-3-udeb: simple interprocess messaging system (minimal library)
D-Bus is a message bus, used for sending messages between applications.
.
This package is a minimal version of the libdbus-1-3 package,
for use in the Debian installer.
- 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.

