diff options
author | wiz <wiz@pkgsrc.org> | 2015-02-17 13:48:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-02-17 13:48:24 +0000 |
commit | 2c501e7534d8d54b2c2dc62b727cab0daa773e20 (patch) | |
tree | 8ed0a49d570c08a551029dea3b1f958bfba75b5c /sysutils/dbus | |
parent | 4f69d6e51329a2bbfb8e28bb064448ac365d2c88 (diff) | |
download | pkgsrc-2c501e7534d8d54b2c2dc62b727cab0daa773e20.tar.gz |
Update to 1.8.16:
D-Bus 1.8.16 (2015-02-09)
==
The “poorly concealed wrestlers” release.
Security fixes:
• Do not allow non-uid-0 processes to send forged ActivationFailure
messages. On Linux systems with systemd activation, this would
allow a local denial of service: unprivileged processes could
flood the bus with these forged messages, winning the race with
the actual service activation and causing an error reply
to be sent back when service auto-activation was requested.
This does not prevent the real service from being started,
so it only works while the real service is not running.
(CVE-2015-0245, fd.o #88811; Simon McVittie)
Other fixes:
• fix a Windows build failure (fd.o #88009, Ralf Habacker)
• on Windows, allow up to 8K connections to the dbus-daemon instead of the
previous 64, completing a previous fix which only worked under
Autotools (fd.o #71297, Ralf Habacker)
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile | 5 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 19767554bed..3ecdb50fe8b 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2015/01/21 13:45:18 pho Exp $ +# $NetBSD: Makefile,v 1.81 2015/02/17 13:48:24 wiz Exp $ -DISTNAME= dbus-1.8.14 -PKGREVISION= 3 +DISTNAME= dbus-1.8.16 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index b2df1f8871a..154dc70b283 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.62 2015/01/05 23:25:20 wiz Exp $ +$NetBSD: distinfo,v 1.63 2015/02/17 13:48:24 wiz Exp $ -SHA1 (dbus-1.8.14.tar.gz) = d0b84d6d7af47b8cad7f55befee8e9001daefe01 -RMD160 (dbus-1.8.14.tar.gz) = 3ffea8e91e91b8cd6c31a89fd4786fa99288eabd -Size (dbus-1.8.14.tar.gz) = 1866141 bytes +SHA1 (dbus-1.8.16.tar.gz) = 1504f03289dc4a694dae4980a773f63dd7fd1a01 +RMD160 (dbus-1.8.16.tar.gz) = c333f4e5808fc4c5b6a5d77f06bd473971411e60 +Size (dbus-1.8.16.tar.gz) = 1866436 bytes SHA1 (patch-aa) = 0c3d145979e3b2358261c9f7f34701d02eb6ecd4 SHA1 (patch-ak) = 6d05ebde29acb3f6cb6f577dd2f2b734f590e8dd SHA1 (patch-al) = 57d08196e9daf49eb6bda2b30f019ce2cad77c6f |