John (J5) Palmieri
74a865a340
upgrade to 0.36.2 which fixes an exploit where users can attach to another
...
user's session bus (CAN-2005-0201)
2005-08-29 21:29:10 +00:00
John (J5) Palmieri
423a7704d6
- Upgrade to dbus-0.36.1
...
- Install all files to lib64/ on 64bit machines
2005-08-24 18:39:11 +00:00
John (J5) Palmieri
f3c349608a
- point to qt 3.3
2005-08-23 22:01:17 +00:00
John (J5) Palmieri
fdca858618
- uncomment out the BuildRequires on qt-devel
2005-08-23 21:48:46 +00:00
John (J5) Palmieri
33260f206f
- Upgrade to dbus-0.36
...
- Split modules that go into %{_lib}/python2.4/site-packages/dbus and those
that go into %{python_sitelib}/dbus (they differ on 64bit)
- Renable Qt bindings since packages in core can use them
2005-08-23 21:42:14 +00:00
John (J5) Palmieri
23b181f97a
- take out restarts on upgrade
2005-07-18 18:39:26 +00:00
John (J5) Palmieri
796232d94b
- Upgrade to dbus-0.35.2
...
- removed dbus-0.34-kill-babysitter.patch
- removed dbus-0.34-python-threadsync.patch
- removed dbus-0.23-selinux-avc-audit.patch
- added dbus-0.35.2-selinux-avc-audit.patch :
----------------------------------------------------------------------
2005-07-18 18:33:21 +00:00
John (J5) Palmieri
63e8e7ff66
- fixed typo
2005-06-28 21:00:22 +00:00
John (J5) Palmieri
38ead4a197
- Upgrade to dbus-0.34
...
- added dbus-0.34-kill-babysitter.patch
- added dbus-0.34-python-threadsync.patch
- remove dbus-0.32-print_child_pid.patch
- remove dbus-0.32-deadlock-fix.patch
- remove dbus-0.33-types.patch
- removed all old patches
2005-06-28 20:52:19 +00:00
John (J5) Palmieri
5d22cad874
- Add new libaudit patch from Steve Grub and enable in configure (Bug
...
#159218 )
2005-06-08 17:47:15 +00:00
Bill Nottingham
d3c7d05f31
oops, put it in the right place
2005-05-23 19:02:39 +00:00
Bill Nottingham
7d5e52fae6
remove static libs from python bindings
2005-05-23 18:43:02 +00:00
John (J5) Palmieri
f6f349213f
- Backport patch from CVS that fixes int32's being marshaled as uint16's in
...
the python bindings
2005-05-01 19:45:27 +00:00
John (J5) Palmieri
31baefc506
- update to upstream 0.33
...
- renable selinux audit patch
2005-04-26 01:26:19 +00:00
John (J5) Palmieri
b5ddf633ae
- Added patch to fix deadlocks when using recursive g_mains
2005-04-12 16:16:19 +00:00
John (J5) Palmieri
2567d6e7ff
replace selinux_init patch with selinux_chroot_workaround patch to work
...
around bad selinux interactions when using chroots on the beehive build
machines
2005-04-12 15:29:52 +00:00
John (J5) Palmieri
008e8670b9
- add print_child_pid patch which make sure we prin the child's pid if we
...
fork
- remove try something test patch
2005-04-11 21:02:27 +00:00
John (J5) Palmieri
975cd53dd3
- added DBUS_VERBOSE=1 to investigate beehive build failures
...
- added try something patch to change script shebang line
2005-04-11 20:18:05 +00:00
Colin Walters
35fbd21cb0
try using make instead of make_fast
2005-04-11 19:10:34 +00:00
David Zeuthen
9e642d3018
- add fix for glib infinite loop (fdo #2889 )
2005-04-07 18:14:27 +00:00
John (J5) Palmieri
d26cb11fe7
- add selinux-init patch to fix dbus from segfaulting when building on
...
machines that don't have selinux enabled
2005-03-31 19:45:47 +00:00
John (J5) Palmieri
fa2fbac9f8
- Uploaded dbus-0.32.tar.gz
2005-03-31 16:59:24 +00:00
John (J5) Palmieri
10238dc366
- update to upstream version 0.32
2005-03-31 16:57:27 +00:00
John (J5) Palmieri
49023d82b6
- Pyrex has been patched to generate gcc4.0 complient code
...
- Rebuild for gcc4.0
2005-03-23 17:05:56 +00:00
John (J5) Palmieri
1c28ead0f3
- s/compat-gcc32/compat-gcc-32
2005-03-16 15:57:47 +00:00
John (J5) Palmieri
ca70aaf691
- change compat-gcc requirement to compat-gcc32
...
- rebuild with gcc 3.2
2005-03-16 15:53:27 +00:00
John (J5) Palmieri
5661bc7c04
take out the source line for the precompiled init script
2005-03-08 17:13:52 +00:00
John (J5) Palmieri
156a777ff6
- Remove precompiled init script and let the sources generate it
2005-03-08 17:12:51 +00:00
John (J5) Palmieri
eddb857b99
- disable audit patch for now
2005-03-07 23:08:09 +00:00
John (J5) Palmieri
ae4f4f2003
add hack to compile on i386 with gcc33
2005-03-07 23:02:59 +00:00
John (J5) Palmieri
438da18a07
- gcc33 not gcc34
2005-03-07 22:43:37 +00:00
John (J5) Palmieri
b11d19ca8e
force gcc34 because pyrex generate improper lvalue code
2005-03-07 22:27:25 +00:00
John (J5) Palmieri
d7fbd5710f
- update to upstream version 0.31
...
- take out user has same id patch (merged upstream)
- udi patch updated
- dbus-daemon-1 renamed to dbus-daemon
- dbus-glib-tool renamed to dbus-binding-tool
2005-03-07 22:14:02 +00:00
John (J5) Palmieri
567cb4527e
- Explicitly pass in the pid file location to ./configure instead of
...
letting it guess based on the build enviornment
- Add patch to fix random users from connecting to a users session bus
2005-02-01 21:52:22 +00:00
John (J5) Palmieri
61bbf18840
- Add Steve Grubb's SE-Linux audit patch (Bug# 144920)
2005-01-21 23:40:46 +00:00
John (J5) Palmieri
78c0bc4059
- take out the autoreconf as the patches that needed it have been removed
2005-01-21 22:57:32 +00:00
John (J5) Palmieri
6f4ca0a3b1
- Update to upstream version 0.23
...
- Drop all patches except for the UDI patch as they have been integrated
upstream
- List of API changes:
add setgroups() to drop supplementary groups
removed dbus_bug_get_with_g_main since it's been replaced by dbus_g_bus_get
added support for int64 and uint64 to the python bindings
use SerivceOwnerChanges signal instead of ServiceCreated and ServiceDeleted
2005-01-21 22:49:49 +00:00
Jeremy Katz
22c8fd7bf5
- rebuild against python 2.4
2004-11-09 01:12:21 +00:00
John (J5) Palmieri
57eb5d3df1
- Add a requires for glib2-devel in the devel package
...
- Add SE-Linux backport from Colin Walters that fixes messages getting lost
in SE-Linux contexts
2004-11-02 20:41:12 +00:00
John (J5) Palmieri
11b6ed20be
- Bump up release and rebuild
2004-10-13 15:29:06 +00:00
Tim Waugh
1e8ddbc53e
- Run /sbin/ldconfig for glib sub-package (bug #134062 ).
2004-10-11 13:41:40 +00:00
John (J5) Palmieri
ead51ab1c9
- Fixed patch to use dbus-1 instead of dbus-1.0
...
- (configure.in): Exported just the datadir instead of the full path to the
dbus datadir for consistency
2004-09-22 23:46:37 +00:00
John (J5) Palmieri
57656d1a53
- Adding patch to move /usr/lib/dbus-1.0/services to
...
/usr/share/dbus-1.0/services
2004-09-22 19:55:15 +00:00
John (J5) Palmieri
f8d2937dc6
- reverting BuildRequires: redhat-release because of issues with build
...
system
- added precompiled version of the messagebus init script
2004-09-16 21:49:56 +00:00
John (J5) Palmieri
2670858681
- changed /etc/redhat-release to the package redhat-release
2004-09-16 20:57:22 +00:00
John (J5) Palmieri
ad11a9328c
fix typo in spec
2004-09-16 20:45:07 +00:00
John (J5) Palmieri
16d81f6f4d
- added python int64 patch from davidz
2004-09-16 20:44:09 +00:00
John (J5) Palmieri
fb47a38b23
- added BuildRequires: /etc/redhat-release (RH Bug #132436 )
2004-09-16 20:30:40 +00:00
cvsdist
3f583b0cf4
auto-import changelog data from dbus-0.22-4.src.rpm
...
Wed Aug 18 2004 John (J5) Palmieri <johnp@redhat.com>
- Added Steve Grubb's spec file patch (RH Bug #130201 )
2004-09-09 04:08:53 +00:00
cvsdist
c1a18949b4
auto-import dbus-0.22-3 from dbus-0.22-3.src.rpm
2004-09-09 04:08:48 +00:00