./sysutils/dbus, Message bus system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q3, Version: 1.2.4.6nb2, Package name: dbus-1.2.4.6nb2, Maintainer: pkgsrc-users

D-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/pkg-config] [devel/libtool-base] [devel/gmake]

Package options: kqueue, x11

Master sites:

SHA1: f71219624885fe2ec1990bb8bdd599e184dd5774
RMD160: 05d1c5fae8ae763a9beb8c7d6f390f3ff54e9c30
Filesize: 1538.35 KB

Version history: (Expand)


CVS history: (Expand)


   2010-12-30 04:37:23 by Steven Drake | Files touched by this commit (6)
Log message:
Pullup ticket #3313 - requested by tron
Security patch for "sysutils/dbus"

Revisions pulled up:
- sysutils/dbus/Makefile			1.50
- sysutils/dbus/distinfo			1.36
- sysutils/dbus/patches/patch-CVE-2010-4352-1	1.1
- sysutils/dbus/patches/patch-CVE-2010-4352-2	1.1
- sysutils/dbus/patches/patch-CVE-2010-4352-3	1.1
- sysutils/dbus/patches/patch-CVE-2010-4352-4	1.1

-------------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Wed Dec 29 10:49:21 UTC 2010

   Modified Files:
   	pkgsrc/sysutils/dbus: Makefile distinfo
   Added Files:
   	pkgsrc/sysutils/dbus/patches: patch-CVE-2010-4352-1
   	    patch-CVE-2010-4352-2 patch-CVE-2010-4352-3 patch-CVE-2010-4352-4

   Log message:
   Add fix for vulnerability reported in CVE-2010-4352 (SA42580) taken
   from the "dbus" GIT repository.