summaryrefslogtreecommitdiff
path: root/sysutils/dbus-glib
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-22 10:55:13 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-22 10:55:13 +0000
commitb576e17d2559caab49bd5867ead7d39787ddaf62 (patch)
treec93003456210b89b3ec0cd8fd1977e21338c1934 /sysutils/dbus-glib
parente4caf9e8fc54436443a1cdaeba2873ff49bc97ad (diff)
downloadpkgsrc-b576e17d2559caab49bd5867ead7d39787ddaf62.tar.gz
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
Diffstat (limited to 'sysutils/dbus-glib')
-rw-r--r--sysutils/dbus-glib/Makefile4
-rw-r--r--sysutils/dbus-glib/buildlink3.mk4
2 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile
index c8966bb6400..04d548d0243 100644
--- a/sysutils/dbus-glib/Makefile
+++ b/sysutils/dbus-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/12 08:30:46 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2005/03/22 10:55:13 jmmv Exp $
#
DBUS_INTERFACE= glib
@@ -6,8 +6,6 @@ DBUS_DIRS= dbus glib tools
.include "../../sysutils/dbus/Makefile.common"
-PKGREVISION= 1
-
# We can't install from within the 'dbus' nor 'tools' directory automatically
# because we'd get a lot of other stuff installed (overriding files in the
# dbus package).
diff --git a/sysutils/dbus-glib/buildlink3.mk b/sysutils/dbus-glib/buildlink3.mk
index 9a483b95a86..2ff36084920 100644
--- a/sysutils/dbus-glib/buildlink3.mk
+++ b/sysutils/dbus-glib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2005/03/16 21:14:46 jmmv Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2005/03/22 10:55:13 jmmv Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
DBUS_GLIB_BUILDLINK3_MK:= ${DBUS_GLIB_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndbus-glib}
BUILDLINK_PACKAGES+= dbus-glib
.if !empty(DBUS_GLIB_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.dbus-glib+= dbus-glib>=0.22
+BUILDLINK_DEPENDS.dbus-glib+= dbus-glib>=0.23.4
BUILDLINK_PKGSRCDIR.dbus-glib?= ../../sysutils/dbus-glib
.endif # DBUS_GLIB_BUILDLINK3_MK