Path to this page:
./
sysutils/dbus,
Message bus system
Branch: pkgsrc-2011Q1,
Version: 1.2.4.6nb4,
Package name: dbus-1.2.4.6nb4,
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 build:[
pkgtools/x11-links] [
devel/gmake] [
devel/pkg-config] [
devel/libtool-base]
Package options: kqueue, x11
Master sites:
SHA1: f71219624885fe2ec1990bb8bdd599e184dd5774
RMD160: 05d1c5fae8ae763a9beb8c7d6f390f3ff54e9c30
Filesize: 1538.35 KB
Version history: (Expand)
- (2011-06-18) Updated to version: dbus-1.2.4.6nb4
- (2011-04-04) Package added to pkgsrc.se, version dbus-1.2.4.6nb2 (created)
CVS history: (Expand)
2011-06-18 03:21:38 by Steven Drake | Files touched by this commit (3) | |
Log message:
Pullup ticket #3458 - requested by tez
sysutils/dbus security update
Revisions pulled up:
- sysutils/dbus/Makefile 1.52
- sysutils/dbus/distinfo 1.37
- sysutils/dbus/patches/patch-CVE-2011-2200 1.1
---
Module Name: pkgsrc
Committed By: tez
Date: Mon Jun 13 22:06:39 UTC 2011
Modified Files:
pkgsrc/sysutils/dbus: Makefile distinfo
Added Files:
pkgsrc/sysutils/dbus/patches: patch-CVE-2011-2200
Log message:
Add patch for CVE-2011-2200 (SA44896) from
\
http://cgit.freedesktop.org/dbus/dbus/commit/?h=dbus-1.2&id=6519a1f77c61d753d4c97efd6e15630eb275336e
|