diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-01 10:59:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-01 10:59:40 +0000 |
commit | 041f94ecefb6798b626033b181a48fb2dfa20806 (patch) | |
tree | 8b25c0aa882bd85af95b418e5376084bc8bcb2cc /sysutils | |
parent | d0a4c3a4cf72fb9a2edb371f6a2c5a65d1d5e9be (diff) | |
download | pkgsrc-041f94ecefb6798b626033b181a48fb2dfa20806.tar.gz |
Update to 1.8.12:
D-Bus 1.8.12 (2014-11-24)
==
The “days of fuchsia passed” release.
Fixes:
• Partially revert the CVE-2014-3639 patch by increasing the default
authentication timeout on the system bus from 5 seconds back to 30
seconds, since this has been reported to cause boot regressions for
some users, mostly with parallel boot (systemd) on slower hardware.
On fast systems where local users are considered particularly hostile,
administrators can return to the 5 second timeout (or any other value
in milliseconds) by saving this as /etc/dbus-1/system-local.conf:
<busconfig>
<limit name="auth_timeout">5000</limit>
</busconfig>
(fd.o #86431, Simon McVittie)
• Add a message in syslog/the Journal when the auth_timeout is exceeded
(fd.o #86431, Simon McVittie)
• Send back an AccessDenied error if the addressed recipient is not allowed
to receive a message (and in builds with assertions enabled, don't
assert under the same conditions). (fd.o #86194, Jacek Bukarewicz)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 762c7f21134..263d8da1177 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2014/11/10 22:52:47 prlw1 Exp $ +# $NetBSD: Makefile,v 1.76 2014/12/01 10:59:40 wiz Exp $ -DISTNAME= dbus-1.8.10 +DISTNAME= dbus-1.8.12 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 21f08e32b80..94263964129 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.60 2014/11/10 22:52:47 prlw1 Exp $ +$NetBSD: distinfo,v 1.61 2014/12/01 10:59:40 wiz Exp $ -SHA1 (dbus-1.8.10.tar.gz) = b98fadb1faebce40d50fd617311aeba000402e43 -RMD160 (dbus-1.8.10.tar.gz) = 1acb38b747d2db14a78dafb3b55084335b9ea374 -Size (dbus-1.8.10.tar.gz) = 1864902 bytes +SHA1 (dbus-1.8.12.tar.gz) = 9dc3003a53892b41eb61ade20051aba57be1b4b1 +RMD160 (dbus-1.8.12.tar.gz) = 21c658eef3d9505389771474f71f6dd3655ee27c +Size (dbus-1.8.12.tar.gz) = 1864609 bytes SHA1 (patch-aa) = 0c3d145979e3b2358261c9f7f34701d02eb6ecd4 SHA1 (patch-ak) = 6d05ebde29acb3f6cb6f577dd2f2b734f590e8dd SHA1 (patch-al) = 57d08196e9daf49eb6bda2b30f019ce2cad77c6f |