summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-08-19 18:17:27 +0000
committertron <tron>2010-08-19 18:17:27 +0000
commit3148bdca88a18c8da0f540afcd2e90b823c2dcc4 (patch)
treeaae9022b8c4a5dbcb54b3e79c2c0b2e0760d562d
parent27c6de661dd5af782a9d62e5fb2e29ce4abdd8ec (diff)
downloadpkgsrc-3148bdca88a18c8da0f540afcd2e90b823c2dcc4.tar.gz
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
-rw-r--r--sysutils/dbus-glib/Makefile5
-rw-r--r--sysutils/dbus-glib/PLIST5
-rw-r--r--sysutils/dbus-glib/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile
index e209905cdbe..47b47cffb37 100644
--- a/sysutils/dbus-glib/Makefile
+++ b/sysutils/dbus-glib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2010/02/16 13:23:50 wiz Exp $
+# $NetBSD: Makefile,v 1.23.4.1 2010/08/19 18:17:27 tron Exp $
#
-DISTNAME= dbus-glib-0.84
+DISTNAME= dbus-glib-0.88
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/
@@ -36,6 +36,7 @@ CONFIGURE_ARGS+= --with-xml=expat
.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.1
.include "../../sysutils/dbus/buildlink3.mk"
diff --git a/sysutils/dbus-glib/PLIST b/sysutils/dbus-glib/PLIST
index 344d88e6db2..e8679a6cf3c 100644
--- a/sysutils/dbus-glib/PLIST
+++ b/sysutils/dbus-glib/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2009/08/15 21:10:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10.8.1 2010/08/19 18:17:27 tron Exp $
bin/dbus-binding-tool
include/dbus-1.0/dbus/dbus-glib-bindings.h
include/dbus-1.0/dbus/dbus-glib-error-enum.h
@@ -14,13 +14,14 @@ share/gtk-doc/html/dbus-glib/ch01.html
share/gtk-doc/html/dbus-glib/ch02.html
share/gtk-doc/html/dbus-glib/ch03.html
share/gtk-doc/html/dbus-glib/dbus-binding-tool.html
-share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GObject-related-functions.html
+share/gtk-doc/html/dbus-glib/dbus-glib-DBus-GLib-low-level.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGError.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html
share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html
share/gtk-doc/html/dbus-glib/dbus-glib-Specializable-GType-System.html
+share/gtk-doc/html/dbus-glib/dbus-glib-dbus-gobject.html
share/gtk-doc/html/dbus-glib/dbus-glib.devhelp
share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2
share/gtk-doc/html/dbus-glib/home.png
diff --git a/sysutils/dbus-glib/distinfo b/sysutils/dbus-glib/distinfo
index eaeea4d6112..fbd50a502c9 100644
--- a/sysutils/dbus-glib/distinfo
+++ b/sysutils/dbus-glib/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2010/02/16 13:23:50 wiz Exp $
+$NetBSD: distinfo,v 1.11.4.1 2010/08/19 18:17:27 tron Exp $
-SHA1 (dbus-glib-0.84.tar.gz) = 94d06266aa9b851f46bcd6a774e54256d44d36e8
-RMD160 (dbus-glib-0.84.tar.gz) = 72fb9fb08822f421eec90b123fbbb9b3bc90ba68
-Size (dbus-glib-0.84.tar.gz) = 679310 bytes
+SHA1 (dbus-glib-0.88.tar.gz) = 5e1d4a38acb38441a4708127522aa5223bf17842
+RMD160 (dbus-glib-0.88.tar.gz) = 43a25a7e449beda46498f02178d186a011783be3
+Size (dbus-glib-0.88.tar.gz) = 688611 bytes
SHA1 (patch-aa) = 4b77f6d86f636d1e0bcdb1f2e0ad9d3bc438b07c