pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 13:35:36 UTC 2016

Modified Files:
        pkgsrc/sysutils/dbus: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/sysutils/dbus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.100 pkgsrc/sysutils/dbus/Makefile:1.101
--- pkgsrc/sysutils/dbus/Makefile:1.100 Mon May 23 07:10:08 2016
+++ pkgsrc/sysutils/dbus/Makefile       Mon Aug 22 13:35:36 2016
@@ -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/
 

Index: pkgsrc/sysutils/dbus/distinfo
diff -u pkgsrc/sysutils/dbus/distinfo:1.74 pkgsrc/sysutils/dbus/distinfo:1.75
--- pkgsrc/sysutils/dbus/distinfo:1.74  Wed Mar  9 10:34:53 2016
+++ pkgsrc/sysutils/dbus/distinfo       Mon Aug 22 13:35:36 2016
@@ -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