./sysutils/dbus-glib, GLib bindings for the D-BUS message bus system

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


Branch: pkgsrc-2010Q2, Version: 0.88, Package name: dbus-glib-0.88, 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 interface to GLib and the dbus-monitor
utility (included here because it also uses GLib).


Required to run:
[devel/glib2] [textproc/expat] [sysutils/dbus]

Required to build:
[devel/pkg-config] [devel/gmake] [devel/libtool-base]

Master sites:

SHA1: 5e1d4a38acb38441a4708127522aa5223bf17842
RMD160: 43a25a7e449beda46498f02178d186a011783be3
Filesize: 672.472 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-19 20:17:27 by Matthias Scheler | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket #3209 - requested by wiz
sysutils/dbus-glib: security update

Revisions pulled up:
- sysutils/dbus-glib/Makefile			1.24
- sysutils/dbus-glib/PLIST			1.11
- sysutils/dbus-glib/distinfo			1.12
---
Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Aug 17 13:33:40 UTC 2010

Modified Files:
	pkgsrc/sysutils/dbus-glib: Makefile PLIST distinfo

Log message:
Update to 0.88:

0.88:
 Astone Lin (1):
       Allow duplicate object path registrations for different connections

 Christian Dywan (1):
       Refer to dbus_g_connection_flush rather than the plain dbus call

 Colin Walters (3):
       Disable test-profile on win32 for now
       Respect property access flags for writing, allow disabling for reads
       configure: Release 0.88

 Dan Williams (2):
       core: don't pass malformed error interface to dbus (rh#581794)
       Fix lookup of regular properties when shadow properties are used

 Danielle Madeley (6):
       Bumping required GLib to 2.24 for GVariant
       fd.o #28715: Add dbus_g_value_build_g_variant()
       Tests for GValue-to-GVariant
       Write a recursive equivalence function for testing the
 equivalence of GVariants
       Test test_g_variant_equivalent itself
       Support DBUS_TYPE_G_SIGNATURE

 Fridrich Strba (2):
       Use AC_CANONICAL_HOST, not _TARGET
       Don't use the identifier "interface" in public headers

 Fridrich Strba (3):
       Use EXEEXT so that we satisfy dependencies when cross-compiling
       Fix linking of tests. On windows, undefined symbols are not
 allowed and symbol lookup is sequencial
       Put the G_OS_WIN32 check where it can be defined.

 Guillaume Desmottes (1):
       add mising DBUS_TYPE_G_* to the doc

 Simon McVittie (6):
       Bug 14579: remove pending call from hash table before cancelling it
       Merge branch '14579-remove-before-cancel'
       fd.o #27958: dbus_g_error_domain_register: rewrite the documentation
       Add Libtool m4 to .gitignore
       Add various tests etc. to .gitignore
       Consolidate LDADD variables in tests/examples and make them more complete

 Will Thompson (1):
       Merge remote branch 'danni/gvalue-to-gvariant'

0.86:
 Colin Walters (8):
       Squash underscores and dashes in errors when converting to DBus errors
       Remove dbus-glib-undocumented.txt from git
       Revert "Squash underscores and dashes in errors when converting
 to DBus errors"
       Fix hyphenated error codes correctly
       [configure.ac] Use AM_SILENT_RULES if available
       Remove dbus-glib-undeclared.txt from git; it's a generated file
       [dbus-gobject.c] Trivial compiler warning fixes
       [configure] Release 0.86

 Dan Williams (2):
       core: allow duplicate property names on GInterfaces
       core: performance optimization for object info lookup

 Sven Herzberg (1):
       turn the gtk-doc documentation into buildable shape

 Will Thompson (1):
       Free errors returned by method implementations