| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: dbus-1 | Distribution: SUSE LINUX 10.1 (X86-64) |
| Version: 0.60 | Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany |
| Release: 33.17.3 | Build date: Wed Feb 27 11:05:46 2008 |
| Group: System/Daemons | Build host: verdi.suse.de |
| Size: 1071243 | Source RPM: dbus-1-0.60-33.17.3.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://dbus.freedesktop.org/ | |
| Summary: D-Bus Message Bus System | |
D-Bus is a message bus system, a simple way for applications to talk to
one another. D-Bus supplies both a system daemon and a
per-user-login-session daemon. Also, the message bus is built on top of
a general one-to-one message passing framework, which can be used by
any two apps to communicate directly (without going through the message
bus daemon).
Authors:
--------
Olivier Andrieu <oliv__a@users.sourceforge.net>
Philip Blundell <pb@nexus.co.uk>
Anders Carlsson <andersca@gnome.org>
Kristian Hogsberg <krh@redhat.com>
Alex Larsson <alexl@redhat.com>
Michael Meeks <michael@ximian.com>
Seth Nickell <seth@gnome.org>
Havoc Pennington <hp@redhat.com>
Harri Porten <porten@kde.org>
Matthew Rickard <mjricka@epoch.ncsc.mil>
Zack Rusin <zack@kde.org>
Joe Shaw <joe@assbarn.com>
Colin Walters <walters@gnu.org>
David Zeuthen <david@fubar.dk>
GPL v2 or later; Other uncritical OpenSource License
internal MD5: 78e86a63e5d2e5752855924dc9085fbc
GPG
* Tue Feb 26 2008 - thoenig@suse.de
- add patch: CVE-2008-0595.diff:
- fix applying policies in an insecure manner (CVE-2008-0595)
* Fri Apr 13 2007 - thoenig@suse.de
- Add another hunk to 'dbus-dbusqt-sp1.diff' in order to make Qt4
applications compile on SLE10-SP1 (b.n.c #263101)
* Sat Jan 13 2007 - thoenig@suse.de
- Add patches (dbus-dbusqt-sp1.diff) from Dirk Mueller to fix D-Bus
for dbus-qt (#233985, #233986, #233990, #233993)
* Sat May 06 2006 - kukuk@suse.de
- Really fix requires for dbus-1
* Tue May 02 2006 - lrupp@suse.de
- fix Requires for dbus-1 (#171473)
* Mon Apr 24 2006 - thoenig@suse.de
- Add patch (dbus-mono-exit-on-disconnect.diff) from Aaron Bockover
to extend the API of the mono bindings for exit_on_disconnect()
(Novell bug #167824).
* Wed Mar 15 2006 - thoenig@suse.de
- disable dbus-connection-blocks-on-poll.diff as it leads to
crashes in applications using
dbus_connection_send_with_reply_and_block ().
* Mon Mar 06 2006 - thoenig@suse.de
- add restart_on_update back to %postun (#143151, #150042)
* Fri Mar 03 2006 - thoenig@suse.de
- Add patch (dbus-connection-blocks-on-poll.diff) in order to fix
pending replies being delayed if an application using the bus
blocks on another pending reply. (not tracked in upstream
bugzilla, only on-list, Novell bug #154916)
- Sync patches with dbus-1-mono
* Wed Mar 01 2006 - thoenig@suse.de
- Add patch (dbus-reply_pending_limit.diff) in order to fix the
pending replies limit not to be common for all connections.
(Freedesktop bug #4200, Novell bug #153733)
* Fri Feb 24 2006 - aj@suse.de
- Sync patches with dbus-1-mono.
* Tue Feb 14 2006 - ro@suse.de
- move all bindings except for glib to dbus-1-mono specfile
- remove restart_on_update (only restart on reboot) (#143151)
- move all bindings except for glib to dbus-1-mono specfile
- remove restart_on_update (only restart on reboot) (#143151)
* Fri Feb 03 2006 - aj@suse.de
- Remove unneeded BuildRequires.
* Sun Jan 29 2006 - aj@suse.de
- Splitup packages dbus-1-qt3-devel, dbus-1-qt-devel (#144857).
* Fri Jan 27 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - thoenig@suse.de
- Fixed D-BUS to restart on `rcdbus restart` id session busses
are running (closes #127969)
* Fri Jan 20 2006 - werner@suse.de
- Make rc script fully conforming with LSB
* Thu Jan 19 2006 - meissner@suse.de
- Use -fstack-protector.
- Added some missing requires to the -devel packages.
* Thu Jan 05 2006 - thoenig@suse.de
- added libxml2-python to Requires of dbus-1-python (closes
[#141225])
* Tue Dec 20 2005 - dmueller@suse.de
- fix Qt4/x86_64 build with Qt 4.1
* Sat Dec 17 2005 - thoenig@suse.de
- renamed sub package for Qt bindings from dbus-1-qt to dbus-1-qt3
- introducing Qt4 bindings, new package is dbus-1-qt
- renamed dbus-qt_compile_fix.diff to dbus-qt3_compile_fix.diff
- added -fno-strict-aliasing to CXXFLAGS
- modified patch:
* removed configure.in parts of dbus-qt3_compile_fix.diff (fixed
upstream)
- removed patches:
* dbus-dnotify_configure-01.diff (fixed upstream)
* dbus-dnotify_watchdirs-01.diff (fixed upstream)
* Fri Dec 09 2005 - ro@suse.de
- disable selinux
* Tue Nov 22 2005 - coolo@suse.de
- make libdbus-1-qt self containing lib
* Sat Nov 12 2005 - thoenig@suse.de
- added patches to make dnotify actually work for configuration
file changes. We now can add new bus policies at runtime.
* dbus-dnotify_configure-01.diff
* dbus-dnotify_watchdirs-01.diff
* Thu Oct 20 2005 - thoenig@suse.de
- added -fPIC to CFLAGS
* Wed Sep 21 2005 - thoenig@suse.de
- new upstream version 0.50.2 (skipped some)
- removed patches:
* dbus-disable_kde_dependency.diff (upstream)
* dbus-transaction_fix.diff (upstream)
* dbus-session-connect.diff (upstream)
* dbus-gcj_fix_for_gcc4_on_x86_64.diff (duplicated, see
dbus-gcj_fixes.diff)
- modified patch:
* dbus-gcj_fixes.diff (removed reference to $BUILD_ROOT in .la)
* Sat Sep 17 2005 - dmueller@suse.de
- make header files compileable with -pedantic
* Tue Sep 06 2005 - dkukawka@suse.de
- fixed return values for rchal start to be LSB conform (#115385)
* Sun Sep 04 2005 - aj@suse.de
- Add check-build.sh script.
* Tue Aug 30 2005 - thoenig@suse.de
- Moved man pages to correct sub-packages (closes #114036)
* Tue Aug 30 2005 - thoenig@suse.de
- Added patch to fix session bus exploit (CAN-2005-0201, closes
[#114043])
* Thu Aug 04 2005 - thoenig@suse.de
- Replaced previous workaround for #98264 with a proper fix
* Tue Jul 26 2005 - thoenig@suse.de
- Reduce timeout for (wrongly assumed?) oom situations from 500ms
to 50ms (closes #98264).
* Mon Jul 18 2005 - thoenig@suse.de
- new upstream version 0.35.2 (skipped 0.35 and 0.35.1)
- removed patches:
* dbus-python_bindings_gcc4_fix.diff (obsolete)
* dbus-console-auth-SuSE-01.diff (upstream)
- new patches:
* dbus-gvalue-utils-fix.diff (function returned random data)
* dbus-python_bindings_fix.diff (unititialized variable)
* Wed Jun 22 2005 - thoenig@suse.de
- new upstream version 0.34
- new patch `dbus-console-auth-SuSE-01.diff`: this patch adds the
command line option "--with-console-auth-dir" for resmgr
integration.
* Wed Jun 22 2005 - thoenig@suse.de
- moved *.la *.a and *.pc files from dbus-1-glib to dbus-1-devel
- added dbus-1-glib and glib2-devel to Requires of dbus-1-devel
* Thu May 19 2005 - adrian@suse.de
- fix path to documentation in susehelp desktop file
* Mon May 02 2005 - lnussel@suse.de
- fix init script dbus-daemon-1 -> dbus-daemon
- use fastjar only on > 9.3
* Thu Apr 28 2005 - thoenig@suse.de
- new upstream version 0.33
- fixed typo in 'rc.boot.dbus'
* Mon Apr 25 2005 - thoenig@suse.de
- updated e-mail address in 'rc.boot.dbus'
* Thu Apr 21 2005 - thoenig@suse.de
- updated short description in 'rc.boot.dbus'
* Wed Apr 20 2005 - thoenig@suse.de
- D-BUS 0.33 (CVS 2005-04-19)
- ABI changes will affect packages: beagle, gnome, hal,
ial, kdebase3, submount, tomboy. A tutorial to fix errors caused
by the ABI/API change:
http://people.redhat.com/johnp/files/dbus_0.23_to_0.30_porting_quickref.txt
- enabled python bindings again. GCC4 fix is provided by
dbus-python_bindings_gcc4_fix.diff. This patch is to be dropped
once pyrex generates GCC4-clean C code.
* Mon Apr 18 2005 - ro@suse.de
- use "fastjar" instead of "jar" with gcc-4
- disable python bindings for now
(generated code is not really gcc-4 compliant)
* Wed Mar 16 2005 - thoenig@suse.de
- applied 'dbus-il-fix.patch' for dbus-1-mono to prevent a crash
caused by a change in mono.
* Mon Mar 14 2005 - schwab@suse.de
- Fix name of init script.
* Mon Mar 14 2005 - thoenig@suse.de
- changed init order for hal/dbus/resmgr
* Sun Mar 13 2005 - thoenig@suse.de
- applied `dbus-mono-leak.diff` which fixes memory leaks of the
mono bindings.
* Sat Mar 12 2005 - thoenig@suse.de
- new upstream version 0.23.4
* Thu Mar 10 2005 - thoenig@suse.de
- new upstream version 0.23.3
- removed obsolete patch (python_bindings_x86_64_fix.diff)
* Thu Mar 03 2005 - dkukawka@suse.de
- fixed boot.dbus [see bug# 65775]
* Mon Feb 28 2005 - thoenig@suse.de
- moved files from dbus-1-devel to dbus-1-{glib,java,qt}
* Tue Feb 22 2005 - thoenig@suse.de
- added fix for python bindings to compile on 64 bit
- moved {_datadir}/dbus-1 and {_datadir}/dbus-1/services from
dbus-1-x11 to dbus-1 package
* Mon Feb 21 2005 - gekker@suse.de
- Fix dbus-1-x11, add directory so dbus-launch will work
* Mon Feb 21 2005 - adrian@suse.de
- avoid kde dependencies to improve our build times.
The only thing which does need KDE is the configure script,
the bindings itself are pure Qt
* Sun Feb 20 2005 - thoenig@suse.de
- new upstream version 0.23.2
* Sun Feb 20 2005 - thoenig@suse.de
- new upstream version 0.23.2
* Tue Feb 15 2005 - dkukawka@suse.de
- update to new version 0.23.1
* Tue Feb 15 2005 - dkukawka@suse.de
- update to new version 0.23.1
* Fri Feb 04 2005 - gekker@suse.de
- Use mono-devel-packages in neededforbuild
- pass --enable-mono in ./configure
- Make sure the symbolic link of dbus-sharp.dll is installed
* Thu Feb 03 2005 - thoenig@suse.de
- fixed assignment of .pc files
* dbus-1.pc is now owned by dbus-1-devel
* dbus-glib-1.pc is now owned by dbus-1-glib
* dbus-sharp.pc is now owned by dbus-1-mono
* Thu Feb 03 2005 - thoenig@suse.de
- fixed assignment of .pc files
* dbus-1.pc is now owned by dbus-1-devel
* dbus-glib-1.pc is now owned by dbus-1-glib
* dbus-sharp.pc is now owned by dbus-1-mono
* Thu Feb 03 2005 - ro@suse.de
- use common macros in pre/post scripts
* Fri Jan 28 2005 - dkukawka@suse.de
- fixed specfile of dbus
* Fri Jan 28 2005 - dkukawka@suse.de
- added aaa_base to requirements
- added /etc/init.d/boot.localfs to prereqy
* Tue Jan 25 2005 - dkukawka@suse.de
- cleaned up requirements in spec-file
- disabled all unneeded bindings within ./configure to reduce
buildtime
* Tue Jan 25 2005 - dkukawka@suse.de
- cleaned up requirements in spec-file
* Sun Jan 23 2005 - dkukawka@suse.de
- fixed libdir directory for x86_64 in mono package
* Sun Jan 23 2005 - dkukawka@suse.de
- fix libdir directory for x86_64
* Thu Jan 20 2005 - adrian@suse.de
- enable api docu for qt, c# and java
- integrate api docu into suse help
* Thu Jan 13 2005 - dkukawka@suse.de
- update to new version [0.23]. For more infos read the Changelog
of the src
* Thu Jan 13 2005 - dkukawka@suse.de
- update to new version [0.23]. For more info read the Changelog
of the src
- changed position in /etc/rc.d/boot.d/, now dbus start depending
on boot.localnet (this is a workaround to the /var/run - cleanup
is moved from boot.localnet to boot.localfs)
* Wed Jan 12 2005 - dkukawka@suse.de
- changed some in dbus-1-mono.spec
* Wed Jan 12 2005 - dkukawka@suse.de
- changed rc-script:
- now dbus start in boot.d
- start depends on boot.localfs
- changed spec-file, now insserv instead of chkconfig
- fixed bug #49410
* Tue Jan 11 2005 - ro@suse.de
- added /usr/lib/qt3/bin to PATH (for moc)
* Mon Jan 10 2005 - adrian@suse.de
- fix build, qt developer tools aren't in default PATH anymore
* Mon Nov 29 2004 - dkukawka@suse.de
- removed ExclusiveArch, since mono and gtk-sharp for other
archs available (thanks to ro@suse.de)
* Sun Nov 28 2004 - dkukawka@suse.de
- moved package to ../done/I386 , package is only for %ix86,
because on other archs we don´t have gtk-sharp
- changed requirements [dbus = %{version}-%{dbus_release}]
* Sun Nov 28 2004 - dkukawka@suse.de
- init
* Thu Nov 25 2004 - dkukawka@suse.de
- removed automatically deleting of DBUS-user and -group in
uninstall-routine
- readding dbus-1-python package
- changed different due to new automake and python versions
- added Requires and BuildRequires
* Tue Nov 23 2004 - dkukawka@suse.de
- added packages [glib, x11]
- change different things in packages, removed doupled/conflicting
files in packages [base-rpm, devel, gtk, java, qt]
- changed different in %pre, %preun, %post, %postun sections of the
spec-file
- stop dbus automatically before uninstall
- add/remove now dbus automatically to/from system services
* Sat Nov 20 2004 - dkukawka@suse.de
- fixed bug in spec-file
* Thu Nov 18 2004 - dkukawka@suse.de
- removed binding package for Python while automake is fixed !
* Wed Nov 17 2004 - dkukawka@suse.de
- added binding packages [java, qt, gtk, python]
* Fri Nov 05 2004 - thoenig@suse.de
- dynamic allocation of user id user messagebus
- dynamic allocation of group id for group messagebus
* Thu Oct 21 2004 - thoenig@suse.de
- init
/etc/dbus-1 /etc/dbus-1/session.conf /etc/dbus-1/system.conf /etc/dbus-1/system.d /etc/init.d/dbus /usr/bin/dbus-cleanup-sockets /usr/bin/dbus-daemon /usr/bin/dbus-send /usr/lib64/dbus-1.0 /usr/lib64/libdbus-1.so.2 /usr/lib64/libdbus-1.so.2.0.0 /usr/sbin/rcdbus /usr/share/dbus-1 /usr/share/dbus-1/services /usr/share/doc/packages/dbus-1 /usr/share/doc/packages/dbus-1/AUTHORS /usr/share/doc/packages/dbus-1/COPYING /usr/share/doc/packages/dbus-1/ChangeLog /usr/share/doc/packages/dbus-1/HACKING /usr/share/doc/packages/dbus-1/INSTALL /usr/share/doc/packages/dbus-1/NEWS /usr/share/doc/packages/dbus-1/README /usr/share/man/man1/dbus-cleanup-sockets.1.gz /usr/share/man/man1/dbus-daemon.1.gz /usr/share/man/man1/dbus-send.1.gz /var/run/dbus
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Oct 11 03:41:00 2008