Path to this page:
./
sysutils/dbus,
Message bus system
Branch: pkgsrc-2008Q3,
Version: 1.2.4,
Package name: dbus-1.2.4,
Maintainer: pkgsrc-usersD-BUS is a message bus, used for sending messages between applications.
Conceptually, it fits somewhere in between raw sockets and CORBA in terms
of complexity.
D-BUS supports broadcast messages, asynchronous messages (thus decreasing
latency), authentication, and more. It is designed to be low-overhead;
messages are sent using a binary protocol, not using XML. D-BUS also
supports a method call mapping for its messages, but it is not required;
this makes using the system quite simple.
This package provides the D-BUS core library and daemon, as well as
some utilities that complement it.
Required to run:[
textproc/expat]
Required to build:[
pkgtools/x11-links] [
devel/libtool-base] [
devel/pkg-config] [
devel/gmake]
Package options: kqueue
Master sites:
SHA1: 913d796b79802b6ee6ca2b0ef59c670f3fd79774
RMD160: 0441eb8b668ed70250e484b02fe6a83c05c9a088
Filesize: 1527.705 KB
Version history: (Expand)
- (2008-10-12) Updated to version: dbus-1.2.4
- (2008-10-06) Package added to pkgsrc.se, version dbus-1.2.3nb1 (created)
CVS history: (Expand)
2008-10-12 13:46:30 by Tyler R. Retzlaff | Files touched by this commit (4) | |
Log message:
pullup ticket #2554 - requested by tron
dbus: update package for security fix
revisions pulled up:
pkgsrc/sysutils/dbus/Makefile 1.33, 1.34
pkgsrc/sysutils/dbus/files/dbus.sh 1.9
pkgsrc/sysutils/dbus/distinfo 1.27
pkgsrc/sysutils/dbus/patches/patch-ab 1.14
Modified Files:
pkgsrc/sysutils/dbus: Makefile
pkgsrc/sysutils/dbus/files: dbus.sh
Log message:
When removing a loop, remove both the beginning _and_ the end.
Bump PKGREVISION. Noted by Cem Kayali in pkgsrc-users@
------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Sun Oct 12 11:15:22 UTC 2008
Modified Files:
pkgsrc/sysutils/dbus: Makefile distinfo
pkgsrc/sysutils/dbus/patches: patch-ab
Log message:
Update "dbus" package to version 1.2.4. Changes since 1.2.3:
- Security fix for CVE-2008-3834
- A small number of compilation and portability fixes
|