[Lunar-commits] <moonbase> dbus: version bumped to 1.4.0.
Florin Braescu
florin at lunar-linux.org
Sun Sep 19 09:40:16 CEST 2010
commit c886e637fd0309739536583e32ab116dba0ea73d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 19 10:40:16 2010 +0300
dbus: version bumped to 1.4.0.
Changes:
- systemd hookup
- New standardized PropertiesChanged signal in the properties interface
- Various portability fixes, in particular to Windows platforms
- Support forking bus services, for compatibility
- ability for dbus-send to send to any bus (--address)
- file descriptor passing on Unix socket transports
- use of GCC atomic intrinsics for better processor support
(requires -march=i486 or above for x86 compilation)
- thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up)
and glibc (2.9 for pipe2 and 2.10 for accept4)
- feature negotiation in the bus daemon.
---
devel/dbus/DETAILS | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/devel/dbus/DETAILS b/devel/dbus/DETAILS
index df9ee3e..0f7a866 100644
--- a/devel/dbus/DETAILS
+++ b/devel/dbus/DETAILS
@@ -1,19 +1,18 @@
MODULE=dbus
- VERSION=1.2.24
+ VERSION=1.4.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://$MODULE.freedesktop.org/releases/$MODULE
-# SOURCE_URL=$MIRROR_URL
- SOURCE_VFY=sha1:9593717348ea36ba228b46f165bb67c127c12be8
+ SOURCE_VFY=sha1:4be3281005a9ef8f521f5547128c29a2632cb1d7
WEB_SITE=http://dbus.freedesktop.org
ENTERED=20031219
- UPDATED=20100325
+ UPDATED=20100919
SHORT="A message bus system for applications"
LUNAR_RESTART_SERVICES=off
cat << EOF
D-BUS is a message bus system, a simple way for applications to talk
to one another. It supplies both a system daemon and a
-per-user-login-session daemon. Also, the message bus is built on top
+per-user-login-session daemon. Also, the message bus is built on top
of general one-to-one message passing framework, which can be used by
any two apps to communicate directly.
EOF
More information about the Lunar-commits
mailing list