pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus dbus: update to 1.10.24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bed44d3fea9a
branches:  trunk
changeset: 369616:bed44d3fea9a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 02 13:36:34 2017 +0000

description:
dbus: update to 1.10.24.

D-Bus 1.10.24 (2017-09-25)
==

The ?pirate wizard? release.

Fixes:

? When parsing dbus-daemon configuration, tell Expat not to use
  cryptographic-quality entropy as a salt for its hash tables: we trust
  the configuration files, so we are not concerned about algorithmic
  complexity attacks via hash table collisions. This prevents
  dbus-daemon --system from holding up the boot process (and causing
  early-boot system services like systemd, logind, networkd to time
  out) on entropy-starved embedded systems.
  (fd.o #101858, Simon McVittie)

? Increase listen() backlog of AF_UNIX sockets to the maximum possible,
  minimizing failed connections under heavy load
  (fd.o #95264, Lennart Poettering) (backported from 1.11.4)

? Avoid a -Werror=declaration-after-statement build failure on Solaris
  (fd.o #102145, Alan Coopersmith)

? When using the Monitoring interface, match messages' destinations
  (fd.o #92074, Simon McVittie) (backported from 1.11.0)

diffstat:

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

diffs (30 lines):

diff -r 48d4bbf9891f -r bed44d3fea9a sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Mon Oct 02 13:36:32 2017 +0000
+++ b/sysutils/dbus/Makefile    Mon Oct 02 13:36:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.109 2017/08/14 20:38:10 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2017/10/02 13:36:34 wiz Exp $
 
-DISTNAME=      dbus-1.10.22
+DISTNAME=      dbus-1.10.24
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus/
 
diff -r 48d4bbf9891f -r bed44d3fea9a sysutils/dbus/distinfo
--- a/sysutils/dbus/distinfo    Mon Oct 02 13:36:32 2017 +0000
+++ b/sysutils/dbus/distinfo    Mon Oct 02 13:36:34 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.83 2017/08/14 20:38:10 wiz Exp $
+$NetBSD: distinfo,v 1.84 2017/10/02 13:36:34 wiz Exp $
 
-SHA1 (dbus-1.10.22.tar.gz) = 9d4e93475fb95498cc105af68c88eb51f3062e6d
-RMD160 (dbus-1.10.22.tar.gz) = 64615bd0f1947166dbe64ee1de92af1b6fd3256c
-SHA512 (dbus-1.10.22.tar.gz) = c5c0040717ecef66b788c5bcda94463c079502b5004639b3c1e93bb92b4de5d9be8b3fe43e18843f1d9e50411f742ba8a869375b57d479882f8aee46b613c545
-Size (dbus-1.10.22.tar.gz) = 1989350 bytes
+SHA1 (dbus-1.10.24.tar.gz) = 85585fdfbaf83b7183f70eb840727172206592f9
+RMD160 (dbus-1.10.24.tar.gz) = 156d6c4c089f244cbbdd6aeec03909276bc06f70
+SHA512 (dbus-1.10.24.tar.gz) = fc0b88b756affdb4fc7a62e84a6f7757121293afeadc38acf8aac48b6c2b82531e136a575be2ab503a39d7669cb7b609a021e20c1064e28c965c091e94c4f68c
+Size (dbus-1.10.24.tar.gz) = 1991358 bytes
 SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254
 SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194
 SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4



Home | Main Index | Thread Index | Old Index