pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dbus-glib Update to 0.82:
details: https://anonhg.NetBSD.org/pkgsrc/rev/13817ce6f1a8
branches: trunk
changeset: 397553:13817ce6f1a8
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Aug 15 21:10:11 2009 +0000
description:
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
diffstat:
sysutils/dbus-glib/Makefile | 4 ++--
sysutils/dbus-glib/PLIST | 3 ++-
sysutils/dbus-glib/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diffs (44 lines):
diff -r a47757e53760 -r 13817ce6f1a8 sysutils/dbus-glib/Makefile
--- a/sysutils/dbus-glib/Makefile Sat Aug 15 21:03:58 2009 +0000
+++ b/sysutils/dbus-glib/Makefile Sat Aug 15 21:10:11 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2009/02/24 15:41:29 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/08/15 21:10:11 wiz Exp $
#
-DISTNAME= dbus-glib-0.80
+DISTNAME= dbus-glib-0.82
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
diff -r a47757e53760 -r 13817ce6f1a8 sysutils/dbus-glib/PLIST
--- a/sysutils/dbus-glib/PLIST Sat Aug 15 21:03:58 2009 +0000
+++ b/sysutils/dbus-glib/PLIST Sat Aug 15 21:10:11 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:16:03 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/08/15 21:10:11 wiz Exp $
bin/dbus-binding-tool
include/dbus-1.0/dbus/dbus-glib-bindings.h
include/dbus-1.0/dbus/dbus-glib-error-enum.h
@@ -8,6 +8,7 @@
lib/libdbus-glib-1.la
lib/pkgconfig/dbus-glib-1.pc
libexec/dbus-bash-completion-helper
+man/man1/dbus-binding-tool.1
share/examples/dbus-glib/dbus-bash-completion.sh
share/gtk-doc/html/dbus-glib/ch01.html
share/gtk-doc/html/dbus-glib/ch02.html
diff -r a47757e53760 -r 13817ce6f1a8 sysutils/dbus-glib/distinfo
--- a/sysutils/dbus-glib/distinfo Sat Aug 15 21:03:58 2009 +0000
+++ b/sysutils/dbus-glib/distinfo Sat Aug 15 21:10:11 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2009/02/24 15:41:29 wiz Exp $
+$NetBSD: distinfo,v 1.8 2009/08/15 21:10:11 wiz Exp $
-SHA1 (dbus-glib-0.80.tar.gz) = 927e43f2d429cff5472ab726882347ec06e53f6b
-RMD160 (dbus-glib-0.80.tar.gz) = 802dcdc4b7c7a8805b051b7bedf44022fece27d2
-Size (dbus-glib-0.80.tar.gz) = 688789 bytes
+SHA1 (dbus-glib-0.82.tar.gz) = 8ad09cf13810382048a685bcafc72f252b2539a8
+RMD160 (dbus-glib-0.82.tar.gz) = 570664552de2d455ca4aa27144243be3974e7d77
+Size (dbus-glib-0.82.tar.gz) = 674953 bytes
SHA1 (patch-aa) = 4b77f6d86f636d1e0bcdb1f2e0ad9d3bc438b07c
Home |
Main Index |
Thread Index |
Old Index