2017-10-13 23:53:27 by Patrick Welche | Files touched by this commit (1) |
Log message:
dbus-glib: requires glib-genmarshal which is now in py-glib2-tools
|
2016-09-12 09:34:19 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Updated dbus-glib to 0.108.
dbus-glib 0.108 (2016-09-09)
============================
The âtoxic chairâ release.
Fixes:
⢠Use dbus-run-session instead of dbus-launch for tests.
|
2016-01-18 23:53:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update dbus-glib to 0.106:
dbus-glib 0.106 (2016-01-14)
============================
The âcrumbling 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)
|
2015-11-04 02:32:42 by Alistair G. Crooks | Files touched by this commit (499) |
Log message:
Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
Package memconf distfile memconf-2.16/memconf.gz
b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
95748686a5ad8144232f4d4abc9bf052721a196f [calculated]
Problems found locating distfiles:
Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-02-17 15:03:54 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.104. You should read the changelog below.
dbus-glib 0.104 (2015-02-09)
============================
The âsmoke 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żyÅo, Simon McVittie)
|
2014-02-20 11:17:45 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.102:
dbus-glib 0.102 (2014-02-12)
============================
The âI'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
|
2013-03-15 23:09:13 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 0.100.2: documentation updates.
|
2013-02-18 12:51:21 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
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
|
2012-10-23 21:51:39 by Aleksej Saushev | Files touched by this commit (447) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-30 23:52:32 by David A. Holland | Files touched by this commit (1) |
Log message:
Update BUILDLINK_API_DEPENDS.dbus per PR 47023.
|