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:           Sun Feb 11 16:11:43 UTC 2018

Modified Files:
        pkgsrc/sysutils/dbus: Makefile distinfo

Log Message:
dbus: update to 1.12.4.

dbus 1.12.4 (2018-02-08)
========================

The “Stria Campania 115” release.

Fixes:

• When iterating the DBusConnection while blocking on a pending call,
  don't wait for I/O if that pending call already has a result; and make
  sure that whether it has a result is propagated in a thread-safe way.
  This prevents certain multi-threaded calling patterns from blocking
  until their timeout even when they should have succeeded sooner.
  (fd.o #102839; Manish Narang, Michael Searle)

• Report the correct error if OOM is reached while trying to listen
  on a TCP socket (fd.o #89104, Simon McVittie)

• Fix assertion failures in recovery from OOM while setting up a
  DBusServer (fd.o #89104, Simon McVittie)

• Add a missing space to a warning message (fd.o #103729, Thomas Zajic)

• Expand ${bindir} correctly when pkg-config is asked for dbus_daemondir
  (fd.o #104265, Benedikt Heine)

• On Linux systems with systemd < 237, if ${localstatedir}/dbus doesn't
  exist, create it before trying to create ${localstatedir}/dbus/machine-id
  (fd.o #104577, Chris Lesiak)

• Fix escaping in dbus-api-design document (fd.o #104925, Philip Withnall)


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/sysutils/dbus/Makefile
cvs rdiff -u -r1.85 -r1.86 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.111 pkgsrc/sysutils/dbus/Makefile:1.112
--- pkgsrc/sysutils/dbus/Makefile:1.111 Thu Nov 23 14:43:23 2017
+++ pkgsrc/sysutils/dbus/Makefile       Sun Feb 11 16:11:43 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2017/11/23 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2018/02/11 16:11:43 wiz Exp $
 
-DISTNAME=      dbus-1.12.2
+DISTNAME=      dbus-1.12.4
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus/
 

Index: pkgsrc/sysutils/dbus/distinfo
diff -u pkgsrc/sysutils/dbus/distinfo:1.85 pkgsrc/sysutils/dbus/distinfo:1.86
--- pkgsrc/sysutils/dbus/distinfo:1.85  Thu Nov 23 14:43:23 2017
+++ pkgsrc/sysutils/dbus/distinfo       Sun Feb 11 16:11:43 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.85 2017/11/23 14:43:23 wiz Exp $
+$NetBSD: distinfo,v 1.86 2018/02/11 16:11:43 wiz Exp $
 
-SHA1 (dbus-1.12.2.tar.gz) = 701da5c72a721ea1c4af66bc8606ac2deb5f7159
-RMD160 (dbus-1.12.2.tar.gz) = c032fedc852a1a6fccb11cea1f41c49df7466d8b
-SHA512 (dbus-1.12.2.tar.gz) = 523698ae543a4f1d9142898351ed38827882a3ca583ca7934676af48d09219ea562ae77d734cd142e5ca0d5e74f9e8d0fdeb1019592ca3524e2b690c6283f7cd
-Size (dbus-1.12.2.tar.gz) = 2063143 bytes
+SHA1 (dbus-1.12.4.tar.gz) = 8e083d0128c882c79dd7f2c519a2740411e96a90
+RMD160 (dbus-1.12.4.tar.gz) = 8d799b12a60069d8a801ef89d0d428ad3f0e058a
+SHA512 (dbus-1.12.4.tar.gz) = ca9f7c76f705aca0f71366627fadf8b5c68992d5bcb6fae1746a8c14e9dc93c4492e80c63b6fd522b8753ec264df046e33482a5ce20be82adf181a6dd69b36a5
+Size (dbus-1.12.4.tar.gz) = 2067402 bytes
 SHA1 (patch-ak) = 4535584537a22a2e42824fe45e2d75253b484147
 SHA1 (patch-al) = ffaa8f224c3dd6a97ffa42fe2e9ca924160fa68c
 SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4



Home | Main Index | Thread Index | Old Index