Up to [cvs.NetBSD.org] / pkgsrc / sysutils / dbus-glib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.47 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:37 2021 UTC (15 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.46: +2 -1
lines
Diff to previous 1.46 (colored)
revbump for icu and libffi
Revision 1.46 / (download) - annotate - [select for diffs], Thu Apr 1 17:07:50 2021 UTC (23 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.45: +2 -3
lines
Diff to previous 1.45 (colored)
dbus-glib 0.112 (2021-03-26) ============================ The ãà×Éaunted teacupãàrelease. dbus-glib version control is now hosted on freedesktop.org's Gitlab installation, and bug reports and feature requests have switched from Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues ("dbus-glib#nnn") and merge requests ("dbus-glib!nnn"). See README and CONTRIBUTING.md for more details. Dependencies: ãàdbus 1.8 was already required, but is more strongly required now: the workarounds that were used to run continuous integration with dbus 1.6 on Ubuntu 14.04 'trusty' have been removed. (Note that dbus 1.8 has already reached end-of-life for security support, and newer dbus stable branches are strongly recommended.) pkg-config 0.28 is required when building from git Enhancements: Rewrite CONTRIBUTING.md document, based on Wayland's equivalent (Simon McVittie, with thanks to Ander Conselvan de Oliveira, Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone for their contributions to the equivalent file in Wayland) A generated ChangeLog file, which made up a significant proportion of the size of source tarball releases, is no longer included. Please refer to the git repository at https://gitlab.freedesktop.org/dbus/dbus-glib for detailed change history. (Simon McVittie) Improve man page (dbus-glib!1, Alan Coopersmith) Add test coverage for fd.o#80557 (dbus-glib#1, Simon McVittie) Use more modern GLib assertions in unit tests (dbus-glib#16, dbus-glib!3, dbus-glib!4; Simon McVittie) Improve continuous integration to be run by GitLab in addition to Travis-CI (Simon McVittie) Add clearer license information using SPDX-License-Identifier (Simon McVittie) Fixes: Allow glib-genmarshal to be overridden with `./configure GLIB_GENMARSHAL=/path/to/glib-genmarshal`, for cross-compilation (dbus-glib!2, Yann E. MORIN) Avoid a double-free in dbus-binding-tool for certain inputs, possibly involving nested introspection data structures (dbus-glib#9, Zhipeng Xie) Report a better error for excessive recursion depth or unsupported data types (dbus-glib#1, Simon McVittie) Map the 15 most-recently-added DBusGError members to their corresponding D-Bus error names (dbus-glib#1, Simon McVittie) Mark all documented symbols as deprecated (Simon McVittie) Fix unit test failures during distcheck by enabling assertions (Simon McVittie) Fix a core dump during installed-tests by not attempting to close a shared DBusConnection (Simon McVittie)
Revision 1.45 / (download) - annotate - [select for diffs], Sun Mar 8 16:48:10 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.44: +2 -1
lines
Diff to previous 1.44 (colored)
*: recursive bump for libffi
Revision 1.44 / (download) - annotate - [select for diffs], Sat Jan 18 23:35:15 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.43 / (download) - annotate - [select for diffs], Sat May 4 08:42:24 2019 UTC (3 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.42: +3 -5
lines
Diff to previous 1.42 (colored)
sysutils/dbus-glib: fix CONFIGURE_ARGS for GNU_CONFIGURE_STRICT
Revision 1.42 / (download) - annotate - [select for diffs], Sun Feb 11 17:06:31 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.41: +3 -3
lines
Diff to previous 1.41 (colored)
dbus-glib: update to 0.110. dbus-glib 0.110 (2018-01-29) ============================ The ×Ôphere tankãàrelease. Dependencies: ãàGLib 2.40 is required Enhancements: The GLib main-loop glue, "dbus-gmain", is now available as a separate subproject (the dbus-gmain branch in dbus-glib's git repository) for embedding in larger projects like dbus-glib and dbus-python via the `git subtree` or `git submodule` commands. This removes dbus-python's dependency on the rest of dbus-glib. Fixes: autogen.sh can now detect gtk-doc >= 1.26. More files have per-file copyright information.
Revision 1.41 / (download) - annotate - [select for diffs], Sun Oct 15 23:19:12 2017 UTC (5 years, 5 months ago) by prlw1
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.40: +0 -1
lines
Diff to previous 1.40 (colored)
Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
Revision 1.40 / (download) - annotate - [select for diffs], Fri Oct 13 21:53:27 2017 UTC (5 years, 5 months ago) by prlw1
Branch: MAIN
Changes since 1.39: +2 -1
lines
Diff to previous 1.39 (colored)
dbus-glib: requires glib-genmarshal which is now in py-glib2-tools
Revision 1.39 / (download) - annotate - [select for diffs], Mon Sep 12 07:34:19 2016 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
Updated dbus-glib to 0.108. dbus-glib 0.108 (2016-09-09) ============================ The ×Õoxic chairãàrelease. Fixes: ãàUse dbus-run-session instead of dbus-launch for tests.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Jan 18 22:53:03 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Update dbus-glib to 0.106: dbus-glib 0.106 (2016-01-14) ============================ The ×Ärumbling vestigeãàrelease. Fixes: ãàStop testing G_HAVE_INLINE, which ceased to work in GLib 2.47.2 and wasn't meant to be API anyway. Instead, rely on "static inline" doing the right thing. On pre-C99 compilers, this relies on <glib.h> defining inline to __inline, __inline__ or the empty string if the compiler requires it, which it has done since 2000. (fd.o #93513, Colin Watson) Stop calling g_mem_profile() in the tests, which no longer does anything and caused the tests to fail by issuing a warning (Simon McVittie) Slightly modernize build system, and remove a weird cross-directory dependency which was breaking distcheck (Simon McVittie) Stop distributing generated marshallers in the tarball (Simon McVittie)
Revision 1.37 / (download) - annotate - [select for diffs], Tue Feb 17 14:03:54 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.36: +4 -4
lines
Diff to previous 1.36 (colored)
Update to 0.104. You should read the changelog below. dbus-glib 0.104 (2015-02-09) ============================ The ×Ômoke and ashesãàrelease. Deprecations: ãàDocument the entire library as deprecated (Simon McVittie, Philip Withnall) Dependencies: libdbus 1.8 is required GLib 2.32 is required Enhancements: The libdbus 1.8 dependency means we can now document that dbus_g_thread_init() is idempotent and thread-safe (fd.o #54770, Simon McVittie) Use g_cclosure_marshal_generic for all marshalling (fd.o #64214, Simon McVittie) Fixes: Allow timeouts to be migrated from one main context to another without an assertion failure (fd.o #30574, Mike Gorse) Don't trip a libdbus fatal warning if a Unix fd or other unsupported type is encountered in a message (fd.o #80557, Alban Crequy) Make the tests pass with newer GLib by not removing removed sources (fd.o #83530, Simon McVittie) Fix some typos in the documentation (fd.o #45686, Jià KlimeÅ¡) Make the Autotools setup less awful (fd.o #58698; Rafa Mużyo, Simon McVittie)
Revision 1.36 / (download) - annotate - [select for diffs], Thu Feb 20 10:17:45 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.35: +2 -3
lines
Diff to previous 1.35 (colored)
Update to 0.102: dbus-glib 0.102 (2014-02-12) ============================ The ãàת've come to the conclusion that Debian should choose Russ Allbery to be its new init systemãàrelease. [1] Enhancements: ãàAdd dbus_g_method_invocation_get_connection (fd.o #55729, Dan Williams) Add dbus_g_connection_open_private (fd.o #55730, Dan Williams) Better regression tests (fd.o #23633, fd.o #40711, fd.o #41129, fd.o #51511, fd.o #68603; Simon McVittie, Dan Williams) Get rid of more dead code (fd.o #40711, Simon McVittie) dbus-binding-tool: check validity of names (fd.o #7909, Simon McVittie) Fixes: dbus_g_value_build_g_variant: treat GValues containing (G_TYPE_STRING, NULL) or (G_TYPE_STRV, NULL) as empty string or empty array instead of asserting (fd.o #71811, Xavier Claessens) Upload documentation correctly (Simon McVittie) Fix under-linking (fd.o #68601, Simon McVittie) [1] credit: https://twitter.com/keybuk/status/433058371290157056
Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 15 22:09:12 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Update to 0.100.2: documentation updates.
Revision 1.34 / (download) - annotate - [select for diffs], Mon Feb 18 11:51:21 2013 UTC (10 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.33: +2 -3
lines
Diff to previous 1.33 (colored)
update to 0.100.1 changes: -dbus-gproxy: Verify sender of NameOwnerChanged signals to be o.f.DBus fixes possible security bypass (CVE-2013-0292) -minor fixes/cleanup
Revision 1.33 / (download) - annotate - [select for diffs], Tue Oct 23 19:50:57 2012 UTC (10 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.32: +1 -2
lines
Diff to previous 1.32 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.32 / (download) - annotate - [select for diffs], Sun Sep 30 21:52:32 2012 UTC (10 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
Update BUILDLINK_API_DEPENDS.dbus per PR 47023.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Sep 15 10:06:22 2012 UTC (10 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Revision 1.30 / (download) - annotate - [select for diffs], Wed Aug 1 17:56:20 2012 UTC (10 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored)
update to 0.100 no useful changelog found, apparently fixes and cleanups (The previous version was too ols for newer Python bindings.)
Revision 1.29 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:08 2012 UTC (11 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Recursive bump for pcre-8.30* (shlib major change)
Revision 1.28 / (download) - annotate - [select for diffs], Mon Feb 6 12:41:31 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:19 2011 UTC (11 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Dec 12 13:17:45 2010 UTC (12 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
Update to 0.92: 0.92: Senko Raši found that this should have depended on GLib 2.26, but still only checked for 2.24. Sorry about that. So here's a new version, identical to 0.90 except with the GLib dependency fixed. 0.90: Christian Dywan (6): Remove unused method attribute variables in introspect_interfaces Dereference main loop once variant recursion test is done Plug leak of expected_str in threaded server test Free path string after emission in in statemachine server example Always free method_c_name in dbus binding tool Free looked up function name in dbus binding tool Mike Gorse (1): Fix switching a connection's GMainContext Simon McVittie (18): Add DBusGObjectPath, DBusGSignature typedefs Give specialized GArrays iteration/appending support Actually run test/core/test-gvariant Test dbus_g_value_build_g_variant for various fixed arrays Remove gcov decoder, which hasn't worked since dbus-glib left libdbus replace remnants of gcov support with lcov.am from telepathy-glib fd.o #30428: add dbus_g_value_parse_g_variant dbus_g_type_specialized_map_append: document that the value contents are stolen dbus_g_value_build_g_variant: cope with empty arrays, maps Test dbus_g_value_parse_g_variant dbus_g_value_basic_array_parse_variant: allow the fast path to be taken Adjust syntax to avoid relying on array/pointer duality dbus_g_value_parse_variant_by_type: talk about GVariant, not GDBus, in docs Add dbus_g_value_parse_g_variant to gtkdoc output unhandled GVariantClass as ASCII if possible copy arrays of 'o', 'g' from GVariant without constructing a format string programmatically Merge branch 'gvariant' Merge branch 'type-names' Will Thompson (5): Build test/ before its subdirs. Release version 0.90 Makefile.am: Remove ChangeLog's spurious FORCE dependency HACKING: Fix release URL; be honest about NEWS
Revision 1.25 / (download) - annotate - [select for diffs], Sun Aug 29 09:42:45 2010 UTC (12 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.24: +1 -5
lines
Diff to previous 1.24 (colored)
No need gtkdoc-rebase workaround anymore.
Revision 1.23.4.1 / (download) - annotate - [select for diffs], Thu Aug 19 18:17:27 2010 UTC (12 years, 7 months ago) by tron
Branch: pkgsrc-2010Q2
Changes since 1.23: +3 -2
lines
Diff to previous 1.23 (colored) next main 1.24 (colored)
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
Revision 1.24 / (download) - annotate - [select for diffs], Tue Aug 17 13:33:39 2010 UTC (12 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.23: +3 -2
lines
Diff to previous 1.23 (colored)
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
Revision 1.23 / (download) - annotate - [select for diffs], Tue Feb 16 13:23:50 2010 UTC (13 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Branch point for: pkgsrc-2010Q2
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Update to 0.84: There are some compatibility fixes here, but I should call out for OS builders commit 34636b12c62523b9db789b0fbeb3a86782debf10 where you no longer have to pass --with-introspect-xml to configure.
Revision 1.22 / (download) - annotate - [select for diffs], Sun Jan 24 17:11:18 2010 UTC (13 years, 2 months ago) by heinz
Branch: MAIN
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
Added LICENSE information.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 18 14:51:56 2009 UTC (13 years, 6 months ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.20: +5 -1
lines
Diff to previous 1.20 (colored)
Cleaner fix for previous, from wiz.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Aug 15 21:10:11 2009 UTC (13 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Update to 0.82: dbus-glib-0.82: Alban Crequy (1): Bug 18294 - Be defensive about a possibly NULL property string Brian Cameron (1): Bug 20343 - Add a man page for dbus-binding-tool Brian Tarricone (1): Bug 21753 - Correctly initialize GValues in dbus-binding-tool generated code Colin Walters (8): Bump configure for unstable cycle Use -fno-strict-aliasing by default Bug 14183 - Listen to NameOwnerChanged using arg0 matching Bug 19927 - Use const for GError * param we're not modifying Add missing prototype for dbus_g_connection_unregister_g_object Clean up some compilation warnings Test for git-log in Makefile.am should just be for git now Release 0.82 Frederic Crozat (1): Fix format-security warning Jason Leach (1): Bug 21362 - Remove use of deprecated symbols Luis Menina (1): Bugg 22244 - Only include <glib.h>, not individual headers Marc-Andre Lureau (1): build: fix undefined macro: AM_PROG_LIBTOOL with recent libtool Mikkel Kamstrup Erlandsen (1): Bug 13908: make dbus_g_type_specialized_init() safe for library users to call Peter Korsgaard (1): add --with-dbus-binding-tool option to use an external dbus-binding-tool Simon McVittie (24): Bug 16776: teach dbus_g_method_return_error about DBUS_GERROR Bug #16776: add a regression test Remove CXX cruft from configure.ac configure.ac: don't check the sizes of integers Don't define DBUS_API_SUBJECT_TO_CHANGE configure.ac: Don't check endianness Don't check whether va_copy works Don't check for atomic integer ops Remove all sorts of libdbus cruft from configure.ac fd.o#20884: dbus_g_proxy_manager_replace_name_owner: don't leave freed memory in the hash table if the name was the owner's first dbus_g_type_specialized_init: make some effort at being thread-safe fd.o #5688: don't assert when exported object is destroyed *after* D-Bus connection closes fd.o #5688: Add a regression test fd.o #21219: implement unregistration of objects dbus-gobject: save the ObjectRegistration on each object, not just the path fd.o #21219: regression test Merge branch '20886-configure-cleanup' Merge branch '20884-proxy-manager-replace-name-owner' Merge branch '16776-make-dbus-errors-throwable' Merge part of branch '5688-survive-disconnection' Merge branch '5688-survive-disconnection' Merge branch '20716-with-dbus-binding-tool' fd.o #13908: silently initialize specialized types whenever required Merge branch '13908-autoinit' Sjoerd Simons (1): Use g_strdup instead of strdup in dbus_g_method_get_sender Vincent Untz (1): Bug 20879 - Use --skip-source argument for glib-genmarshal
Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 24 15:41:29 2009 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.18: +4 -14
lines
Diff to previous 1.18 (colored)
Update to 0.80: commit b161082148a51f2a2d8a4ee85f5736791dedc276 Author: Colin Walters <walters@verbum.org> Date: Mon Feb 2 15:07:51 2009 -0500 Bug 19065 - handle nested nodes in dbus-binding-tool Patch modified from one provided by Stian Skelstad <stian@nixia.no>. Split the generate_glue function explicitly into a toplevel function and one for processing recursive nodes. dbus/dbus-binding-tool-glib.c | 108 ++++++++++++++++++++++----------------- m4/gtk-doc.m4 | 2 +- test/Makefile.am | 5 ++ test/core/Makefile.am | 6 +- test/data/nested-introspect.xml | 10 ++++ test/test-compile-nested.sh | 5 ++ 6 files changed, 85 insertions(+), 51 deletions(-) commit 64ec55f59a9ebe699e240c2a3b4d82e85f2db4a0 Author: Doug Goldstein <cardoe@gentoo.org> Date: Fri Jan 30 17:38:19 2009 -0500 Bug 19325 - parallel build fix Signed-off-by: Colin Walters <walters@verbum.org> dbus/Makefile.am | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 299460549e92665e5ea09d459d3985fc85d8d73c Author: Colin Walters <walters@verbum.org> Date: Fri Jan 30 16:03:11 2009 -0500 Bug 19259: Always use /etc/bash_completion.d This looks like what bash upstream has standardized on. dbus/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 78eb504bd9954918c363f357d0ab71ca85e3fc23 Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 18:59:01 2009 -0500 Bug 19647: Move test-types inside run-test to avoid dep on existing session bus All tests that use DBUS_BUS_SESSION should be in run-test.sh to avoid introducing a dependency on an existing session bus. test/core/Makefile.am | 2 +- test/core/run-test.sh | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) commit 3d25c1640d59e9770c33fafb1a12766feb6494e8 Merge: d92a441... 8868486... Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 18:43:50 2009 -0500 Merge branch 'master' of ssh://walters@git.freedesktop.org/git/dbus/dbus-glib commit d92a44109e3fdc766e34b53f7ec5329e98e13909 Author: Colin Walters <walters@verbum.org> Date: Tue Jan 27 17:00:37 2009 -0500 Bug 19441: Don't send replies for messages explicitly not requesting one In sending a reply when a message has the dbus_message_set_no_reply flag set, we can cause spurious denials logged on the system bus, aside from being inefficient. dbus/dbus-gobject.c | 67 +++++++++++++++++++++++++++++++++++--------------- 1 files changed, 47 insertions(+), 20 deletions(-) commit 88684866d06df99f89b30a07e4809369b4cb0453 Author: Colin Walters <walters@verbum.org> Date: Fri Dec 19 11:18:26 2008 -0500 Add new files missed from last commit test/core/my-object-subclass.c | 115 ++++++++++++++++++++++++++++++ test/core/my-object-subclass.h | 33 +++++++++ test/core/test-service-glib-subclass.xml | 8 ++ 3 files changed, 156 insertions(+), 0 deletions(-) commit d55ffa5bbccd027caf7f2e7376b555e397a7ac3c Author: Dan Williams <dcbw@redhat.com> Date: Thu Dec 18 13:09:33 2008 -0500 Bug 19145: test cases for GetAll Add test cases for GetAll. Signed-off-by: Colin Walters <walters@verbum.org> test/core/Makefile.am | 11 ++- test/core/test-dbus-glib.c | 187 +++++++++++++++++++++++++++++++++++++++ test/core/test-service-glib.c | 7 ++ test/core/test-service-glib.xml | 2 + 4 files changed, 205 insertions(+), 2 deletions(-) commit 94d68f00d9d244de3b1d66d3cf78bb5171552311 Author: Tambet Ingo <tambet@gmail.com> Date: Thu Dec 18 12:09:43 2008 +0200 Use the provided interface for org.freedesktop.DBus.Properties.GetAll call. dbus/dbus-gobject.c | 82 ++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 68 insertions(+), 14 deletions(-) commit 1b150c32aa574b421161b63bb01eeeb5ad23bf3a Author: Frederic Crozat <fcrozat@mandriva.com> Date: Fri Dec 5 11:16:46 2008 -0500 Fix linking order so -Wl,--as-needed works Signed-off-by: Colin Walters <walters@verbum.org> dbus/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jan 7 20:57:43 2009 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Update to 0.78: D-Bus GLib Bindings 0.78 (04 Dec 2008) Thanks to Robert McQueen, Philip Van Hoof, David Zeuthen, Colin Walters, Dan Williams, Nick Welch, Tomas Pelka and others for their contributions. Reliability fixes: - #16114 [patch] wincaps-to-uscore property names for GetAll() - #16419: recursive variants demarshaling limits - #18573: service tracker race Other notable fixes and enhancements: - #17329: allow hash tables to contain complex types - #17798: add support for 'o', 'g' and 'as' in dictionaries - #16925: bash completion for dbus-send
Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 13 11:32:28 2008 UTC (14 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
update dbus dependency
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 13 11:31:10 2008 UTC (14 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
update to 0.76 changes: -some critical bugfixes -more bugfixes -New function to specify default timeout for calls on proxy -Implement org.freedesktop.DBus.Properties.GetAll
Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 30 13:38:16 2008 UTC (14 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Drop maintainership Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Nov 28 11:40:09 2007 UTC (15 years, 4 months ago) by jnemeth
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
Add MAKE_JOBS_SAFE=NO from Rumko on pkgsrc-users@.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 6 18:23:26 2007 UTC (15 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
update to 0.74 changes: Init threading first to stop a warning from new GLib. Remove the XML documentation support in configure Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt) Update GLib requirement (Closes #10889). Document dbus-gtype-specialized Add simple test suite for peer objects. Support peer-to-peer proxies. (Closes #10233). Add dbus_connection_get_g_connection. Stop compiler warnings (Closes #10374). Handle dbus errors which are not name has no owner Update abstract socket test from DBus, which now cross-compiles Rename the error quark to be unique Update AUTHORS
Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 13 11:11:27 2007 UTC (16 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.11: +2 -3
lines
Diff to previous 1.11 (colored)
update to 0.73 changes: -Allow passing of NULL to strv out arguments -bugfixes -documentation improvements -Add new API for specifying the timeout in DBusGProxy calls -some cleanup
Revision 1.11 / (download) - annotate - [select for diffs], Thu Dec 28 12:04:50 2006 UTC (16 years, 3 months ago) by jnemeth
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.10: +4 -1
lines
Diff to previous 1.10 (colored)
Specify minimum required version of dbus. Approved by: jmmv Approved for commit during freeze by: joerg
Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 13 15:18:45 2006 UTC (16 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
update to 0.72 changes: bugfixes and cleanup
Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 5 17:09:00 2006 UTC (16 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
DESTDIR support.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 23 09:45:16 2006 UTC (16 years, 7 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.7: +38 -28
lines
Diff to previous 1.7 (colored)
Update to 0.71: D-Bus GLib Bindings 0.71 (24 July 2006) == - Correctly installs a few missing headers - Build was cleaned up a bit D-Bus GLib Bindings 0.70 (17 July 2006) == - First release after bindings split - dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol name annotations when generating glib client bindings - DBusGProxy can now be inherited from - Support added for generating bindings to arrays that are represented as GPtrArrays rather than GArrays (ie size-variable things, such as strings, objects, structs, etc). - Modification of the existing specialised types to have N type parameters (rather than the current 1 or 2 for arrays and dictionaries respectively). You can then use this to get a glib type to represent any arbitrary D-Bus struct type using dbus_g_type_get_struct. The only implementation of these types is with GValueArrays as before, but it's now possible to store these in arrays, emit them in signals, etc. - New methodbus_g_connection_open provides a way to open connections to an arbitrary address - Various bugs and memory leaks fixed
Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 8 20:50:35 2006 UTC (16 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Honor PKGMANDIR.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 30 20:57:08 2006 UTC (17 years ago) by jmmv
Branch: MAIN
Changes since 1.5: +5 -4
lines
Diff to previous 1.5 (colored)
Update dbus and dbus-glib to 0.61: D-BUS 0.61 (24 Febuary 2006) == - Documentation all around - dbus-launch now produces correct sh and csh syntax - Nested arrays now work correctly - GLib bindings: - Inheriting from DBusGProxy is now possible - GPtrArrays can now be marshalled - org.freedesktop.DBus.GLib.ClientCSymbol annotation added - Openning connections to arbitrary addresses now supported - Python bindings: - sender_keyword and path_keyword keywords added to signal listener API - Byte types now demarshal to unsigned char - calling methods now do the correct thing - Qt bindings: - both Qt3 and Qt4 bindings can be built at the same time - Use the standard org.freedesktop.DBus.Method.NoReply annotation for the "async" calls instead of creating one for us. - Mono bindings: - 64bit arch fixes - Massive bug fixing all around D-BUS 0.60 (30 November 2005) == - major ABI/API changes - sonames changed - RequestName queuing behavior has changed (refer to dbus-specification) - DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT has been removed and DBUS_NAME_FLAG_ALLOW_REPLACEMENT has been added to the flags - signals emitted by the bus now show up in the introspect data - auth EXTERNAL now supported on BSD varients - ReleaseName method added to the bus to allow a service to remove itself as owner of a bus name - dbus_connection_read_write added for getting messages off the bus in the absence of a mainloop - Qt4 bindings added and the Qt3 bindings have been depricated - python bindings: - marshal using introspect data if available - better exception handling and propigation - private connections are now supported - UTF-8 cleanups - out_signature added to method decorators for specifying how the return values should be marshaled - sender_keyword added to method decorators for specifying and argument to provide the unique name of the method caller - async_callbacks added to method decorators - multiple inheritance of classes now supported - GLib bindings: - respect NoReply annotations - dbus_g_method_return_get_reply and dbus_g_method_return_send_reply added to the lowlevel code for use when the dbus-glib marshalling code is not adiquate - numerous bug fixes all around D-BUS 0.50 (06 September 2005) === This is a minor release from 0.36.2. The series number has changed not because of any technical reasons but as an indication that we are moving closer to 1.0. It is hoped that this will be the last series to see major changes, most of which will be isolated to the GLib and Python bindings, as we transition to concentrate more on bug busting and code auditing. - D-Bus builds on the Cygwin platform - Makefile cleanups - Various bug fixes - Optimization of the dbus object tree - Memleaks and GIL crasher bugs have been fixed in the Python bindings D-BUS 0.36.2 (29 August 2005) === - Security: Restrict other users from connecting to another users session bus D-BUS 0.36.1 (24 August 2005) === - Python Bindings: - fixed to work with hal-device-manager - For 64bit builds everything is installed to lib64/python2.4/ since Python can't handle multilib D-BUS 0.36 (23 August 2005) === - Maximum sized of cached messages have been reduced to 10K - Match rules now allow matching on arguments inside the message - introspect.xsl XSLT style sheet added for formatting introspection data into XHTML for analysis - Python bindings: - now have working type objects for explicit typecasting - Variant type has been added - Dictionaries, Variants and Arrays can all be passed the signiture or type(s) of their children - the optional timeout= keyword has been added when making method calls - match on args has been implemented - a .pth file has been added for dealing with libraries and python files being in different directories such as in 64bit installs - various bug fixes - GLib bindings: - deeply recursive types now supported - many symbols are no longer exported as part of the public API - various memleak and other bug fixes D-BUS 0.35.2 (17 July 2005) === - Rename Unix Security Context to SELinux Security Context in API - Fixed more dist errors that distcheck didn't pick up on - Fixed various bugs in the python bindings that prevented them from working D-BUS 0.35.1 (16 July 2005) === - Fixed dist error where python/dbus_bindings.pxd was being shipped instead of dbus_bindings.pxd.in - Use this instead of the 0.35 tarball D-BUS 0.35 (15 July 2005) === - --with-dbus-user added to the configure scripts for configuring the user the system bus runs on - --with-console-auth-dir added to configure scripts for configuring the directory to look in for console user locks - service files for auto-starting D-Bus services now has the ability to pass in command line arguments to the executable - Huge auto-start bug squashed which caused some services not to start when requested in rapid succession - SE-Linux security contexts can now be appended to messages for inspection by services that enforce their own security policies - Colin says the GLib binding are ready for general consumption - New GLib tutorial - New GLib example code - Python bindings are now version (0,42,0) - Python bindings API has changed on the service side - dbus.service has been split out as a seperate module - dbus.service.Service is renamed to dbus.service.BusName - dbus.service.Object has swapped the bus_name and object_path constructor parameters to make it easier to do inheritance over the bus - dbus.glib has been seperated out in order to lessen the dependency on glib and to allow other mainloops to be integrated with the bindings including a planned generic mainloop for non-gui apps. - Python bindings now aquire the GIL when calling back into the python interpreter. Fixes crashes when using threading and other random segfaults. - New Python tutorial - Numerous D-Bus bug fixes all around D-BUS 0.34 (15 June 2005) === - dbus_connection_disconnect is deprecated in favor of dbus_connection_close - The bus can now use D_NOTIFY (if available) to check when configuration files have changed and reload them - New dbus_message_has_path/member/interface API added - The Ping message from the org.freedesktop.DBus.Peer interface is now handled - Complete glib bindings overhaul (and are still under construction) - Tutorial now has an updated GLib section - GLib bindings can now send/receive hash tables, arrays and other complex types - Python bindings overhaul (most public facing API's done) - Python bindings have been split up into separate files - Python added new type classes for hinting to the marshaler what type to send over the wire - Python bindings now have decorators for specifying exported methods and signals - Numerous bug fixes D-BUS 0.33 (25 Apr 2005) === - downgrade requirement from GTK+-2.6 to 2.4 for building gtk components - python binding API's have been overhalled to be more "pythonic" and cleaner - python bindings now export dbus.version which is set to (0,40,0) - python bindings now implement the org.freedesktop.DBus.Introspectable interface - python binding match rules are now more flexable - make check has been fixed - many, many major bug fixes D-BUS 0.32 (29 Mar 2005) === - mono bindings now compiles correctly - mono binding cleanups - glib bindings generates wrappers for bus methods in dbus-glib-bindings.h - glib binding cleanus - users and groups can now be specified by UID and GID in config files - numerous memory leak fixes - various other fixes D-BUS 0.31 (07 Mar 2005) === - land the new message args API and recursive type system - add docs and fixed Doxygen warnings throught source - split out some functions not needed in libdbus to *-util.c source files - take out type convienience functions - libdbus now back below 150K - booleans are now 32-bit instead of 8-bit - specification updated - grand renaming to strip out the use of "service" just say "name" instead (or "bus name" when ambiguous) - rename dbus-daemon-1 to dbus-daemon throughout - rename activation to auto-start - auto-start on by default now - note that libdbus is the low-level API - python bindings updated to the new API - mono bindings updated to the new API - add 16 bit types - dictionaries are now ARRAYS of DICT_ENTRY - dbus-glib-tool renamed to dbus-binding-tool - massive rewrite of the glib bindings - saner names for the dbus interface, object path and service defines - new functions for handling type signitures - bump sonames for libdbus and libdbus-glib - various small fixes
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:49 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:33 2006 UTC (17 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 22 10:55:13 2005 UTC (18 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
Update dbus and dbus-glib to 0.23.4: D-BUS 0.23.4 (11 Mar 2005) === - fix a failed assertion when trying to get replies from certain pending calls D-BUS 0.23.3 (9 Mar 2005) === - add back dbus_pending_call_get_reply() which was removed accidentally. - fix a memory leak in return messages - fix many memory leaks and lifecycle issues in the mono bindings. D-BUS 0.23.2 (18 Feb 2005) === - shuffle some code around in the mono bindings to deterministically finalize classes so that delegates are unregistered correctly. - backport a bunch of thread locking-related fixes from HEAD. D-BUS 0.23.1 (11 Feb 2005) === - fix a bug in which the bus daemon wouldn't recognize that a service owner quit - fix a bug in the mono bindings that would cause unmanaged code to call back into a delegate that had been garbage collected and crashed. D-BUS 0.23 (11 Jan 2005) === - add setgroups() to drop supplementary groups - updated SELinux support - add an "at console" security policy - fix a bug where org.freedesktop.DBus wasn't recognized as an existing service. - error out if --enable-mono is explicitly set and mono libs can't be found - set the max_match_rules_per_connection limit from the config file. - removed dbus_bug_get_with_g_main since it's been replaced by dbus_g_bus_get - fix fd leaks in socket code - lots and lots of mono binding updates, including fixes to make it compatible with Mono 1.1.3 - added --nofork option to override config file setting at runtime - added support for int64 and uint64 to the python bindings - lots of python binding updates - config file DTD updates - use SerivceOwnerChanges signal instead of ServiceCreated and ServiceDeleted - fixes to the authentication code - new init script for Slackware - print out the pid even when --fork is passed - increase preallocation sizes in DBusMessage to heavily reduce reallocs - lots of performance enhancements - lots more small bug fixes
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 12 08:30:46 2004 UTC (18 years, 5 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.1: +13 -5
lines
Diff to previous 1.1 (colored)
Install several header files needed by the glib interface. Bump PKGREVISION to 1.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Oct 11 17:46:41 2004 UTC (18 years, 5 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of dbus-glib, version 0.22: 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).
Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 11 17:46:41 2004 UTC (18 years, 5 months ago) by jmmv
Branch: MAIN
Initial revision