Commit Graph

131 Commits

Author SHA1 Message Date
Matthias Clasen
726498e2d4 Make the daemon a PIE executable 2007-10-05 02:39:26 +00:00
Matthias Clasen
dd7f53f572 add bug refs 2007-09-14 22:08:30 +00:00
Bill Nottingham
57257cfb77 don't abort on selinux messages. (#283231) 2007-09-14 19:34:38 +00:00
Daniel J Walsh
4cd56ddddd - Reverse we_were_root check to setpcap if we were root. Also only init
audit if we were root. So error dbus message will not show up when
    policy reload happens. dbus -session will no longer try to send audit
    message, only system will.
2007-09-14 13:11:38 +00:00
David Zeuthen
c876738420 - Make dbus require dbus-libs (#261721) 2007-08-28 21:57:03 +00:00
drago01
d3ac69ac23 put libs into own package to fix multilib breakage 2007-08-27 21:33:35 +00:00
David Zeuthen
73fe28f678 - Move system bus activation helper to /{lib,lib64}/dbus-1. Also set the
correct mode and permissions.
- Own the directory /usr/share/dbus-1/system-services
- Delete the diretory /{lib,lib64}/dbus-1.0 as it's not used
- Pass 'dbus' instead of 81 as --with-dbus-user; otherwise the setuid
    system bus activation helper fails
2007-08-02 05:06:53 +00:00
Matthias Clasen
180a24a85e 1.1.2 2007-07-28 14:32:51 +00:00
Matthias Clasen
93f940aaad add lsb header to init script 2007-07-07 02:43:36 +00:00
Ray Strode
c69d0da7e8 - include session.d directory in package manifest 2007-06-28 15:34:05 +00:00
Ray Strode
44afd46a76 - Update to 1.1.1 2007-06-28 15:07:52 +00:00
Matthias Clasen
567223e663 drop a useless requires 2007-06-22 19:39:45 +00:00
Matthias Clasen
6aadbafa78 Fix a requires 2007-06-17 19:29:21 +00:00
Matthias Clasen
e55ce47f84 move dbus-launch man page to x11 subpackage 2007-04-13 23:29:58 +00:00
David Zeuthen
846498cdb3 - Start SELinux thread after setuid call (#221168) 2007-04-12 19:13:54 +00:00
Matthias Clasen
d22d766cfb fix dependencies 2007-03-28 20:29:25 +00:00
Matthias Clasen
07eda452e5 1.0.2 2007-03-26 03:33:05 +00:00
David Zeuthen
3f90a7aad9 - CVE-2006-6107: D-Bus denial of service 2006-12-15 20:20:40 +00:00
Matthias Clasen
2c2a056858 include docs 2006-11-26 05:12:17 +00:00
Ray Strode
3887781d07 - Update to 1.0.1
- Apply patch from Thiago Macieira <thiago@kde.org> to fix failed assertion
    in threading implementation
- Drop some crazy looking build time speed optimization
2006-11-20 19:03:07 +00:00
John (J5) Palmieri
db4538790b - fix my name in the changelog section 2006-11-14 19:34:37 +00:00
John (J5) Palmieri
fe28c49056 - use -p0 not -p1 when applying patch 2006-11-14 19:23:58 +00:00
John (J5) Palmieri
b3eeb66abb - add patch to fix dbus_threads_init_default 2006-11-14 19:16:50 +00:00
John (J5) Palmieri
fff67c13f5 - put my name for changelog since I made the change 2006-11-13 19:51:23 +00:00
John (J5) Palmieri
86ec7003d9 - take out make check for now 2006-11-13 19:47:28 +00:00
John (J5) Palmieri
bc03ab2c5b - update to D-Bus 1.0.0 "Blue Bird"
- build with verbose mode on but tests and asserts off
2006-11-13 19:19:12 +00:00
Ray Strode
09368a8010 - dont let dbus-launch session sitter crash in the non-autolaunch code path
(bug 214649)
2006-11-13 04:51:19 +00:00
John (J5) Palmieri
6a0b30f1a9 - take out the %ghost for machine-id since we are not actually creating it
durning builds
2006-11-06 17:26:21 +00:00
John (J5) Palmieri
deb820f3de - fixed typo 2006-11-06 16:17:04 +00:00
John (J5) Palmieri
b357291492 - Add /var/lib/dbus directory to %files 2006-11-06 15:41:29 +00:00
John (J5) Palmieri
5909b70f00 - Update to D-Bus 1.0 RC 3 (0.95)
- don't build with tests on
2006-11-03 21:27:03 +00:00
John (J5) Palmieri
9c89524618 - Update to D-Bus 1.0 RC 2 (0.94) 2006-10-14 18:21:43 +00:00
Jesse Keating
57137292b1 bump for gcc bug 2006-10-01 21:15:48 +00:00
Matthias Clasen
efedf0782a fix requires 2006-09-19 20:26:57 +00:00
John (J5) Palmieri
595fdfb574 - Update to upstream D-Bus 1.0 RC 1 (0.93) 2006-09-14 17:17:12 +00:00
Daniel J Walsh
947076318e - Only audit on the system bus 2006-09-07 18:14:26 +00:00
John (J5) Palmieri
384c9e852d - Remove the patch lines for the patches we no longer use 2006-08-18 22:26:52 +00:00
John (J5) Palmieri
71cc2d60aa - Update to 0.92
- remove old patches
2006-08-18 21:37:44 +00:00
John (J5) Palmieri
a9eff6d9d0 - add patch to fix timeout removal assertion 2006-07-22 15:42:16 +00:00
John (J5) Palmieri
9f75849dd7 - add patch to fix taking a connection ref when it is locked 2006-07-20 22:36:33 +00:00
John (J5) Palmieri
de56cc285c - change the arch-deps.h include directory to /usr/lib[64] instead of
/lib[64] in the dbus-1.pc file after compile
2006-07-19 15:39:29 +00:00
John (J5) Palmieri
abb7a58837 - Move arch include file from lib to libdir 2006-07-19 14:30:43 +00:00
John (J5) Palmieri
65676796aa - add / before % {_lib} 2006-07-18 18:21:29 +00:00
John (J5) Palmieri
142e93bb71 - s/--libdir=\/lib/--libdir=%{_lib}/ in configure stage 2006-07-18 18:13:53 +00:00
John (J5) Palmieri
ca3efead1a - Remove some remnants of the GLIB bindings from configure.in 2006-07-18 17:47:00 +00:00
John (J5) Palmieri
5a119b403b - update to 0.90
- split out bindings
2006-07-17 20:41:14 +00:00
Jesse Keating
b73b94f2d4 bumped for rebuild 2006-07-12 05:32:13 +00:00
John (J5) Palmieri
b2316634a2 - remove the s390s from the archs the mono binding is built on 2006-06-12 19:47:30 +00:00
John (J5) Palmieri
bfef33f3f2 - add gettext BR 2006-06-12 17:48:21 +00:00
John (J5) Palmieri
0a17d89ce8 - Update to upstream 0.62 2006-06-12 16:55:18 +00:00