./sysutils/dbus, Message bus system

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


Branch: pkgsrc-2008Q4, Version: 1.2.4.2nb2, Package name: dbus-1.2.4.2nb2, 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/gmake] [devel/libtool-base] [devel/pkg-config]

Package options: kqueue, x11

Master sites:

SHA1: eefcff01a368717f3a3516ae97856a224930fe70
RMD160: 21db1a10f33e7b9f86d06e7b33ae43b97674ec6b
Filesize: 1537.143 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-11 06:55:56 by Tyler R. Retzlaff | Files touched by this commit (5) | Package updated
Log message:
pullup ticket #2627,#2631 - requested by wiz,he
dbus: update for security and build fix

revisions pulled up:
pkgsrc/sysutils/dbus/Makefile		1.40,1.41,1.42
pkgsrc/sysutils/dbus/distinfo		1.32,1.33
pkgsrc/sysutils/dbus/patches/patch-aa	1.10
pkgsrc/sysutils/dbus/patches/patch-ab	1.17
pkgsrc/sysutils/dbus/patches/patch-ad	1.5

   Module Name:    pkgsrc
   Committed By:   wiz
   Date:           Wed Jan  7 19:11:36 UTC 2009

   Modified Files:
           pkgsrc/sysutils/dbus: Makefile distinfo
           pkgsrc/sysutils/dbus/patches: patch-aa
   Added Files:
           pkgsrc/sysutils/dbus/patches: patch-ad

   Log message:
   Update to 1.2.4.2 on the "permissive" branch.

   This addresses the security problem CVE-2008-4311. For more
   details, read
   http://lists.freedesktop.org/archives/dbus/2008-December/010769.html

------------------------------------------------------------------------

   Module Name:    pkgsrc
   Committed By:   he
   Date:           Fri Jan  9 21:47:33 UTC 2009

   Modified Files:
           pkgsrc/sysutils/dbus: Makefile distinfo
           pkgsrc/sysutils/dbus/patches: patch-ab

   Log message:
   Update from version 1.2.4.2 to version 1.2.4.2nb1.

   Log message:
   Update from version 1.2.4.2 to version 1.2.4.2nb1.

   Pkgsrc changes:
    o Modify one of the patches with a patch reported as part of
      PR#40347 to make this package build on NetBSD 4.0 and probably
      earlier versions as well.  Many thanks to Hasso Tepper for the
      patch.

------------------------------------------------------------------------

   Module Name:    pkgsrc
   Committed By:   he
   Date:           Fri Jan  9 21:54:15 UTC 2009

   Modified Files:
           pkgsrc/sysutils/dbus: Makefile

   Log message:
   Update from version 1.2.4.2nb1 to 1.2.4.2nb2.

   Pkgsrc changes:
    o Add BUILDLINK_TRANSFORM settings which deactivate -fPIE and -pie
      in the compiler invocation.  The configure script of this package
      checks to see if gcc accepts those options, and uses them if it
      does.  However, apparently that does not mean that we universally
      will be able to run the resulting executables -- on NetBSD/4.0
      macppc the run-time linker says
        "Unsupported relocation type 6 in non-PLT relocations"

   Tested that the dbus-daemon executable remains runnable on both i386
   and that it is so now on macppc.

   Thanks to jmcneill@ and joerg@ for hints leading to this fix.