diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-22 13:35:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-22 13:35:36 +0000 |
commit | 5281f9a3b0c4085398c8319e9f11c265e9c9176a (patch) | |
tree | eabe235cf4c21a6c9f2bf025a559f8c7876ff1f1 /sysutils | |
parent | 9b3576ca35ae794839cc6313a976c373228c4851 (diff) | |
download | pkgsrc-5281f9a3b0c4085398c8319e9f11c265e9c9176a.tar.gz |
Updated dbus to 1.10.10.
D-Bus 1.10.10 (2016-08-15)
==
The “tungsten door” release.
Fixes:
• On Linux, when dbus-daemon is run with reduced susceptibility to the
OOM killer (typically via systemd), do not let child processes inherit
that setting (fd.o #32851; Kimmo Hämäläinen, WaLyong Cho)
• Output valid shell syntax in ~/.dbus/session-bus/ if the bus address
contains a semicolon (fd.o #94746, Thiago Macieira)
• Fix memory leaks and thread safety in subprocess starting on Windows
(fd.o #95191, Ralf Habacker)
• Do not require systemd to have a service file if using it for activation
(fd.o #93194; Simon McVittie; backport from 1.11.0)
• Stop test-dbus-daemon incorrectly failing on platforms that cannot
discover the process ID of clients (fd.o #96653, Руслан Ижбулатов)
• In tests that exercise correct handling of crashing D-Bus services,
suppress Windows crash handler (fd.o #95155; Yiyang Fei, Ralf Habacker)
• Explicitly check for stdint.h (Ioan-Adrian Ratiu)
• update-activation-environment: produce better diagnostics on error
(fd.o #96653, Simon McVittie)
• Don't fail the build with an unused const variable warning under gcc 6
(fd.o #97282; Thomas Zimmermann, Simon McVittie)
• Merge dbus-1.10-ci branch, containing backports from 1.11.0 in build/test
code to support continuous integration (fd.o #93194, Simon McVittie)
· Avoid -Wunused-label when compiling with libselinux but no libaudit
· In development builds, allow OOM tests to be disabled as documented
· Accept and ignore the --tap argument in all "embedded tests", and run
all automated tests with that argument for better diagnostics
· Fix the systemd activation test under CMake by installing the required
files
· In Automake, fix shell syntax for installcheck-local with no DESTDIR
· In Automake, don't try to run manual tests in installcheck
· In CMake, don't run manual-tcp test as an automated test
· Add travis-ci.org build machinery
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus/Makefile | 5 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 8a23ea5edbe..7e39612c354 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.100 2016/05/23 07:10:08 youri Exp $ +# $NetBSD: Makefile,v 1.101 2016/08/22 13:35:36 wiz Exp $ -DISTNAME= dbus-1.10.8 -PKGREVISION= 1 +DISTNAME= dbus-1.10.10 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 7584dd2487c..7552c159e19 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.74 2016/03/09 10:34:53 prlw1 Exp $ +$NetBSD: distinfo,v 1.75 2016/08/22 13:35:36 wiz Exp $ -SHA1 (dbus-1.10.8.tar.gz) = 86f87cf42f6b9f976ddd9eef8de925ff3d3c0191 -RMD160 (dbus-1.10.8.tar.gz) = cd7789ed046446088cb95227fe3a8b4028d3667f -SHA512 (dbus-1.10.8.tar.gz) = becc6c27b81a716ca498f3cdce2dae9fe5b39d7d334f66a9eae7ae8ce6448ea8c5fdfc500138371992828693a2f8f3a503efb147e163103aa64eac9b4bcf9906 -Size (dbus-1.10.8.tar.gz) = 1976732 bytes +SHA1 (dbus-1.10.10.tar.gz) = f1236d1e7ab7ff26c704fa0069c7b50d3c8f0a4b +RMD160 (dbus-1.10.10.tar.gz) = 178eada54957780857792bc37233af4c953b8843 +SHA512 (dbus-1.10.10.tar.gz) = 8875c43d1f100461c3482a247f1a9d3ffd4377ae81e97676e0111d57f0393d53beeebb965c8a06054bf3af1ae4c72e1e456fdbc42c7ababc4e153e5ce7c23489 +Size (dbus-1.10.10.tar.gz) = 1984077 bytes SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254 SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194 SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4 |