pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Updated dbus to 1.10.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95fb0c63ada2
branches:  trunk
changeset: 351587:95fb0c63ada2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 13:35:36 2016 +0000

description:
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:

 sysutils/dbus/Makefile |   5 ++---
 sysutils/dbus/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r c01c347d1d36 -r 95fb0c63ada2 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Mon Aug 22 13:31:40 2016 +0000
+++ b/sysutils/dbus/Makefile    Mon Aug 22 13:35:36 2016 +0000
@@ -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 -r c01c347d1d36 -r 95fb0c63ada2 sysutils/dbus/distinfo
--- a/sysutils/dbus/distinfo    Mon Aug 22 13:31:40 2016 +0000
+++ b/sysutils/dbus/distinfo    Mon Aug 22 13:35:36 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index