summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-17Update proposed fd.o #61301 patch set:debian/1.9.10-3Simon McVittie4-0/+308
- dbus-launch --autolaunch now returns the XDG_RUNTIME_DIR/bus if available
2015-02-13prepare releasedebian/1.9.10-2Simon McVittie1-5/+5
2015-02-13Replace part of user-bus patch series with a reviewed versionSimon McVittie6-34/+13
No functional changes.
2015-02-13Fix test breakage if XDG_RUNTIME_DIR is not setSimon McVittie3-0/+68
2015-02-13more copyright updatesSimon McVittie1-0/+3
2015-02-13Add user-bus patch set as proposed upstream (fd.o #61301)Simon McVittie16-5/+1461
- connect to XDG_RUNTIME_DIR/bus by default, if it is a socket - add systemd --user units to run dbus-daemon, in the new dbus-user-session package (Closes: #682375, #774626 for users of systemd and dbus-user-session) - even if dbus-x11 is installed, do not override an existing DBUS_SESSION_BUS_ADDRESS (Closes: #681241) - if dbus-x11 is installed, propagate all Xsession environment variables except XDG_SEAT, XDG_SESSION_ID, XDG_VTNR into D-Bus and systemd services for backwards compatibility (remove dbus-x11 to get a "legacy-free" mode of operation)
2015-02-13Add patch proposed upstream adding unix:runtime=yes as a listenable address ↵Simon McVittie4-0/+324
(fd.o #61303)
2015-02-13Add patch from upstream to add a man page for dbus-test-toolSimon McVittie4-0/+372
2015-02-13Move installed-tests to new dbus-tests package, and add dbus-test-tool to ↵Simon McVittie11-5/+131
that package
2015-02-12If DEB_BUILD_OPTIONS=noudeb, don't do the udeb build, for a 30% speedupSimon McVittie2-0/+13
2015-02-12dbus-x11: use dbus-x11.install for the Xsession hookSimon McVittie4-1/+2
2015-02-12Update copyright fileSimon McVittie1-31/+11
2015-02-12Add patch from upstream to reduce the number of fds the fdpass test demandsSimon McVittie3-0/+64
This fixes autopkgtest in a more limited environment.
2015-02-12Configure gbp-pq to export patches without patch numbersSimon McVittie4-8/+14
Re-export our long-standing Debian patch in that format.
2015-02-12Remove debian/source/local-options, no longer necessarySimon McVittie2-1/+7
dpkg-source now unapplies patches after the build if they were unapplied before.
2015-02-09New upstream release fixes a local denial of service when using systemd ↵debian/1.9.10-1Simon McVittie1-1/+3
activation (CVE-2015-0245)
2015-02-09Merge tag 'upstream/1.9.10' into experimentalSimon McVittie41-138/+3688
Upstream version 1.9.10
2015-02-09Imported Upstream version 1.9.10upstream/1.9.10Simon McVittie41-138/+3688
2015-02-09Merge branch 'master' into experimentalSimon McVittie1-0/+7
Conflicts: Makefile.in NEWS bus/system.conf.in configure configure.ac
2015-02-06Standards-Version: 3.9.6 (no changes needed)Simon McVittie2-1/+2
2015-02-06Move Vcs-Git to cgit; go via https, because we canSimon McVittie2-1/+7
2015-02-04New upstream release fixes a local denial of service when using systemd ↵debian/1.8.16-1Simon McVittie1-0/+7
activation (CVE-2015-0245)
2015-02-04Merge tag 'upstream/1.8.16'Simon McVittie8-20/+62
Upstream version 1.8.16
2015-02-04Imported Upstream version 1.8.16upstream/1.8.16upstreamSimon McVittie8-20/+62
2015-02-03New upstream release with GNOME-style installed testsdebian/1.9.8-1Simon McVittie8-11/+85
- run the tests through gnome-desktop-testing-runner - also continue to run the tests the old way to make sure there are no regressions - also run one test as root to verify behaviour with multiple uids - dbus-1-dbg is temporarily not Multi-Arch: same (until we split out dbus-1-tests, which will require a trip through the NEW queue)
2015-02-03Merge tag 'upstream/1.9.8' into experimentalSimon McVittie48-748/+2060
Upstream version 1.9.8
2015-02-03Imported Upstream version 1.9.8upstream/1.9.8Simon McVittie5-36/+5
2015-02-03Imported Upstream version 1.9.8Simon McVittie48-744/+2087
2015-02-03Merge branch 'master' into experimentalSimon McVittie2-2/+32
Conflicts: NEWS configure configure.ac test/dbus-daemon.c
2015-02-03releasedebian/1.8.14-2Simon McVittie1-2/+2
2015-01-31adjust changelog: point to the bug the triggers addressedSimon McVittie1-1/+1
2015-01-30Relax the triggers from interest to interest-noawait (Closes: #771989; ↵Simon McVittie2-2/+17
mitigates: #776063) This is not strictly correct, because the purpose of the triggers is to set up the .conf, .service files for system services before those services satisfy dependencies. However, it mitigates #776063 (apt getting into a stuck state during upgrades), and should in principle be redundant anyway, because dbus-daemon is meant to use inotify to keep up with configuration changes. See #771989, #776063 for details.
2015-01-02New upstream release to harden dbus-daemon against packages that install ↵Simon McVittie1-2/+4
unsafe security policy configurations.
2015-01-02Merge tag 'upstream/1.9.6' into experimentalSimon McVittie9-19/+222
Upstream version 1.9.6
2015-01-02Imported Upstream version 1.9.6upstream/1.9.6Simon McVittie9-19/+222
2015-01-02Merge tag 'debian/1.8.12-3' into experimentalSimon McVittie1-0/+38
dbus Debian release 1.8.12-3 Conflicts: NEWS bus/connection.c configure configure.ac
2015-01-02preinst: partially revert change from 1.9.4-2Simon McVittie3-23/+15
* preinst: partially revert change from 1.8.12-2. It seems that the preinst is too late to add a useful dpkg-statoverride entry: dpkg has already loaded the statoverride database by this point, and if we add the entry in the preinst, dpkg-statoverride won't run and have its --update side-effect in the postinst. (Closes: #773107, #773838) * postinst: don't run dpkg-statoverride with 2>/dev/null: in the unlikely event that it fails for a reason other than "not overridden" (which results in silently exiting 1), we'll want to know about it.
2015-01-02New upstream release to harden dbus-daemon against packages that install ↵Simon McVittie1-0/+7
unsafe security policy configurations.
2015-01-02Merge tag 'upstream/1.8.14'Simon McVittie9-19/+214
Upstream version 1.8.14
2015-01-02Imported Upstream version 1.8.14upstream/1.8.14Simon McVittie9-19/+214
2014-12-23preinst: partially revert change from 1.8.12-2debian/1.8.12-3Simon McVittie3-23/+14
* preinst: partially revert change from 1.8.12-2. It seems that the preinst is too late to add a useful dpkg-statoverride entry: dpkg has already loaded the statoverride database by this point, and if we add the entry in the preinst, dpkg-statoverride won't run and have its --update side-effect in the postinst. (Closes: #773107, #773838) * postinst: don't run dpkg-statoverride with 2>/dev/null: in the unlikely event that it fails for a reason other than "not overridden" (which results in silently exiting 1), we'll want to know about it.
2014-12-21Make dbus-daemon-launch-helper permissions more robust (Closes: #773107)debian/1.8.12-2Simon McVittie4-2/+42
* postinst: use dpkg-statoverride to set the permissions for dbus-daemon-launch-helper (expected to be 04754 root:messagebus) as suggested in Policy §10.9. This avoids a temporarily broken state when an upgraded dbus is unpacked but not yet configured (Closes: #773107) * preinst: opportunistically set up the same dpkg-statoverride entry if the group already exists, to avoid the same broken state during upgrades from older versions without needing Pre-Depends: adduser * postrm: delete the dpkg-statoverride entry on purge
2014-12-15Make dbus-daemon-launch-helper permissions more robust (Closes: #773107)debian/1.9.4-2Simon McVittie4-2/+42
* postinst: use dpkg-statoverride to set the permissions for dbus-daemon-launch-helper (expected to be 04754 root:messagebus) as suggested in Policy §10.9. This avoids a temporarily broken state when an upgraded dbus is unpacked but not yet configured (Closes: #773107) * preinst: opportunistically set up the same dpkg-statoverride entry if the group already exists, to avoid the same broken state during upgrades from older versions without needing Pre-Depends: adduser * postrm: delete the dpkg-statoverride entry on purge
2014-11-24New upstream release 1.9.4debian/1.9.4-1Simon McVittie2-0/+44
2014-11-24Merge tag 'upstream/1.9.4' into experimentalSimon McVittie13-21/+89
Upstream version 1.9.4
2014-11-24Imported Upstream version 1.9.4upstream/1.9.4Simon McVittie13-21/+89
2014-11-241.8.12-1debian/1.8.12-1Simon McVittie2-0/+44
2014-11-24Merge tag 'upstream/1.8.12'Simon McVittie9-19/+80
Upstream version 1.8.12
2014-11-24Imported Upstream version 1.8.12upstream/1.8.12Simon McVittie9-19/+80
2014-11-06add new symbolsdebian/1.9.2-1Simon McVittie1-0/+2