mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-24 17:00:09 +01:00
Prepare 1.8.6 in advance
This commit is contained in:
parent
9ca90648fc
commit
194f6f7589
2 changed files with 19 additions and 4 deletions
19
NEWS
19
NEWS
|
|
@ -1,7 +1,22 @@
|
|||
D-Bus 1.8.6 (UNRELEASED)
|
||||
D-Bus 1.8.6 (2014-06-02)
|
||||
==
|
||||
|
||||
Fixes:
|
||||
Security fixes:
|
||||
|
||||
• On Linux ≥ 2.6.37-rc4, if sendmsg() fails with ETOOMANYREFS, silently drop
|
||||
the message. This prevents an attack in which a malicious client can
|
||||
make dbus-daemon disconnect a system service, which is a local
|
||||
denial of service.
|
||||
(fd.o #80163, CVE-2014-3532; Alban Crequy)
|
||||
|
||||
• Track remaining Unix file descriptors correctly when more than one
|
||||
message in quick succession contains fds. This prevents another attack
|
||||
in which a malicious client can make dbus-daemon disconnect a system
|
||||
service.
|
||||
(fd.o #79694, fd.o #80469, CVE-2014-3533; Alejandro Martínez Suárez,
|
||||
Simon McVittie, Alban Crequy)
|
||||
|
||||
Other fixes:
|
||||
|
||||
• When dbus-launch --exit-with-session starts a dbus-daemon but then cannot
|
||||
attach to a session, kill the dbus-daemon as intended
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [8])
|
||||
m4_define([dbus_micro_version], [5])
|
||||
m4_define([dbus_micro_version], [6])
|
||||
m4_define([dbus_version],
|
||||
[dbus_major_version.dbus_minor_version.dbus_micro_version])
|
||||
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
|
||||
|
|
@ -37,7 +37,7 @@ LT_CURRENT=11
|
|||
|
||||
## increment any time the source changes; set to
|
||||
## 0 if you increment CURRENT
|
||||
LT_REVISION=5
|
||||
LT_REVISION=6
|
||||
|
||||
## increment if any interfaces have been added; set to 0
|
||||
## if any interfaces have been changed or removed. removal has
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue