diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-12 13:57:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-12 13:57:44 +0000 |
commit | 644991360b10dd36e41c9ec3c246087628646f29 (patch) | |
tree | 8b40a9efecca0a9a6945efaa29a9f8c28b8c2002 /sysutils | |
parent | 64ddb79744246e3efcb72276752283c455f00dac (diff) | |
download | pkgsrc-644991360b10dd36e41c9ec3c246087628646f29.tar.gz |
Updated dbus to 1.10.14.
D-Bus 1.10.14 (2016-11-28)
==
The “Well, other bands know more than three chords” release.
Fixes:
• Work around an undesired effect of the fix for CVE-2014-3637
(fd.o #80559), in which processes that frequently send fds, such as
logind during a flood of new PAM sessions, can get disconnected for
continuously having at least one fd "in flight" for too long;
dbus-daemon interprets that as a potential denial of service attack.
The workaround is to disable that check for uid 0 process such as
logind, with a message in the system log. The bug remains open while
we look for a more general solution.
(fd.o #95263, LP#1591411; Simon McVittie)
• Don't run the test test-dbus-launch-x11.sh if X11 autolaunching
was disabled at compile time. That test is not expected to work
in that configuration. (fd.o #98665, Simon McVittie)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus/Makefile | 5 | ||||
-rw-r--r-- | sysutils/dbus/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index f538c86d9a8..cc5ce23fcb5 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.103 2016/11/02 19:57:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.104 2016/12/12 13:57:44 wiz Exp $ -DISTNAME= dbus-1.10.12 -PKGREVISION= 1 +DISTNAME= dbus-1.10.14 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 6922010a22e..d2b6cbbe535 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.76 2016/10/10 13:16:44 wiz Exp $ +$NetBSD: distinfo,v 1.77 2016/12/12 13:57:44 wiz Exp $ -SHA1 (dbus-1.10.12.tar.gz) = 0236000d0eccae6a8b622ead67fdcbe6f88c3f0c -RMD160 (dbus-1.10.12.tar.gz) = b9e41301165810ae3b413da929b90de0815a9c75 -SHA512 (dbus-1.10.12.tar.gz) = 6616c7b2926a6fb6158d0a0a24d1b887173ca215a2f3185b95cc5f08df64fed1977e16c86c6ae530960453b6c585ae24ea4c9976e7537a45f9c6366c43baa52d -Size (dbus-1.10.12.tar.gz) = 1984805 bytes +SHA1 (dbus-1.10.14.tar.gz) = ea9efcf5439b53c3bdcabf8efba838c783c3639d +RMD160 (dbus-1.10.14.tar.gz) = 1d7143cb689a8d23faa964cda7b8d4b9d5badbde +SHA512 (dbus-1.10.14.tar.gz) = 87eda0117ee5fd47952f37a227cc017acdaa174a28e59ecd0c9f2501ffd5d56d015865d472dd9a922d8a52184662bfebff86279eb7431d19583958dd9e4dae26 +Size (dbus-1.10.14.tar.gz) = 1985828 bytes SHA1 (patch-ak) = ebb0c291297577a9cff246e7bc71412bf6157254 SHA1 (patch-al) = c70be84ae79698cc4d83087427646bfb0500f194 SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4 |