Mon Aug 22 13:35:36 2016 UTC ()
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


(wiz)
diff -r1.100 -r1.101 pkgsrc/sysutils/dbus/Makefile
diff -r1.74 -r1.75 pkgsrc/sysutils/dbus/distinfo

cvs diff -r1.100 -r1.101 pkgsrc/sysutils/dbus/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/dbus/Makefile 2016/05/23 07:10:08 1.100
+++ pkgsrc/sysutils/dbus/Makefile 2016/08/22 13:35:36 1.101
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.100 2016/05/23 07:10:08 youri Exp $ 1# $NetBSD: Makefile,v 1.101 2016/08/22 13:35:36 wiz Exp $
2 2
3DISTNAME= dbus-1.10.8 3DISTNAME= dbus-1.10.10
4PKGREVISION= 1 
5CATEGORIES= sysutils 4CATEGORIES= sysutils
6MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ 5MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.freedesktop.org/Software/dbus 8HOMEPAGE= http://www.freedesktop.org/Software/dbus
10COMMENT= Message bus system 9COMMENT= Message bus system
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13CONFLICTS+= dbus-glib<0.71 12CONFLICTS+= dbus-glib<0.71
14CONFLICTS+= py27-dbus<0.71 13CONFLICTS+= py27-dbus<0.71
15 14
16BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 15BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
17 16

cvs diff -r1.74 -r1.75 pkgsrc/sysutils/dbus/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/dbus/distinfo 2016/03/09 10:34:53 1.74
+++ pkgsrc/sysutils/dbus/distinfo 2016/08/22 13:35:36 1.75
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1$NetBSD: distinfo,v 1.74 2016/03/09 10:34:53 prlw1 Exp $ 1$NetBSD: distinfo,v 1.75 2016/08/22 13:35:36 wiz Exp $
2 2
3SHA1 (dbus-1.10.8.tar.gz) = 86f87cf42f6b9f976ddd9eef8de925ff3d3c0191 3SHA1 (dbus-1.10.10.tar.gz) = f1236d1e7ab7ff26c704fa0069c7b50d3c8f0a4b
4RMD160 (dbus-1.10.8.tar.gz) = cd7789ed046446088cb95227fe3a8b4028d3667f 4RMD160 (dbus-1.10.10.tar.gz) = 178eada54957780857792bc37233af4c953b8843
5SHA512 (dbus-1.10.8.tar.gz) = becc6c27b81a716ca498f3cdce2dae9fe5b39d7d334f66a9eae7ae8ce6448ea8c5fdfc500138371992828693a2f8f3a503efb147e163103aa64eac9b4bcf9906 5SHA512 (dbus-1.10.10.tar.gz) = 8875c43d1f100461c3482a247f1a9d3ffd4377ae81e97676e0111d57f0393d53beeebb965c8a06054bf3af1ae4c72e1e456fdbc42c7ababc4e153e5ce7c23489
6Size (dbus-1.10.8.tar.gz) = 1976732 bytes 6Size (dbus-1.10.10.tar.gz) = 1984077 bytes
7SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254 7SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254
8SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194 8SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194
9SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4 9SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4
10SHA1 (patch-dbus_dbus-sysdeps-util-unix.c) = 9c967cdac585220a3e65443dc9642e7d4478567c 10SHA1 (patch-dbus_dbus-sysdeps-util-unix.c) = 9c967cdac585220a3e65443dc9642e7d4478567c
11SHA1 (patch-tools_dbus-print-message.c) = 96267d3cff2c5207911615735748ef81604a69ec 11SHA1 (patch-tools_dbus-print-message.c) = 96267d3cff2c5207911615735748ef81604a69ec