diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-04 16:44:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-04 16:44:08 +0000 |
commit | f357a729552c28146d7ba2ffc074f4f1826b5659 (patch) | |
tree | 26019f14d5f429af9b37ace02e8e0613506239ec /sysutils/dbus | |
parent | 7b55ffa2f57a2e1139f34102da9bedf18096c23a (diff) | |
download | pkgsrc-f357a729552c28146d7ba2ffc074f4f1826b5659.tar.gz |
Update to 1.8.2:
D-Bus 1.8.2 (2014-04-30)
==
The “nobody wants red” release.
Enhancements:
• in the CMake build system, add some hints for Linux users cross-compiling
Windows D-Bus binaries to be able to run tests under Wine
(fd.o #41252, Ralf Habacker)
• add Documentation key to dbus.service (fd.o #77447, Cameron Norman)
Fixes:
• in "dbus-uuidgen --ensure", try to copy systemd's /etc/machine-id
to /var/lib/dbus/machine-id instead of generating an entirely new ID
(fd.o #77941, Simon McVittie)
• if dbus-launch receives an X error very quickly, do not kill
unrelated processes (fd.o #74698, Роман Донченко)
• on Windows, allow up to 8K connections to the dbus-daemon, instead of the
previous 64 (fd.o #71297; Cristian Onet, Ralf Habacker)
• cope with \r\n newlines in regression tests, since on Windows,
dbus-daemon.exe uses text mode (fd.o #75863, Руслан Ижбулатов)
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile | 5 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index ae1c0f2eb82..92676ec407a 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2014/04/24 09:40:08 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2014/05/04 16:44:08 wiz Exp $ -DISTNAME= dbus-1.8.0 -PKGREVISION= 1 +DISTNAME= dbus-1.8.2 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 29e8792927e..c4b713534a7 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.51 2014/04/29 10:18:54 obache Exp $ +$NetBSD: distinfo,v 1.52 2014/05/04 16:44:08 wiz Exp $ -SHA1 (dbus-1.8.0.tar.gz) = d14ab33e92e29fa732cdff69214913832181e737 -RMD160 (dbus-1.8.0.tar.gz) = f0a4e143d7bd9d97cee1e0e59140e17eee92c132 -Size (dbus-1.8.0.tar.gz) = 1860965 bytes +SHA1 (dbus-1.8.2.tar.gz) = 00920d24935ce1fd28cf168b09706e09bf6d4746 +RMD160 (dbus-1.8.2.tar.gz) = 5ca50a12dd5bbdab55ed83a1a0eba3535d1e810a +Size (dbus-1.8.2.tar.gz) = 1859949 bytes SHA1 (patch-aa) = 0c3d145979e3b2358261c9f7f34701d02eb6ecd4 SHA1 (patch-ak) = 6d05ebde29acb3f6cb6f577dd2f2b734f590e8dd SHA1 (patch-al) = 57d08196e9daf49eb6bda2b30f019ce2cad77c6f |