diff options
author | Simon McVittie <smcv@debian.org> | 2014-11-06 15:58:41 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-11-06 15:58:41 +0000 |
commit | 4472e01d599ae7254a94746a84cd89725bbf2cb9 (patch) | |
tree | 9c6657f2978ce6e3c790b01a2ccad7d930a8e201 | |
parent | 882dfb43ca9caaac52a4ea66b04f0852df347a75 (diff) | |
download | dbus-4472e01d599ae7254a94746a84cd89725bbf2cb9.tar.gz |
New upstream release 1.8.10
- raise dbus-daemon's file descriptor limit to 65536 to avoid an
opportunity for denial of service
(CVE-2014-7824, an incomplete fix for CVE-2014-3636)
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5a37ecb3..cec49d5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +dbus (1.8.10-1) UNRELEASED; urgency=medium + + * New upstream release 1.8.10 + - raise dbus-daemon's file descriptor limit to 65536 to avoid an + opportunity for denial of service + (CVE-2014-7824, an incomplete fix for CVE-2014-3636) + + -- Simon McVittie <smcv@debian.org> Thu, 06 Nov 2014 15:57:06 +0000 + dbus (1.8.8-2) unstable; urgency=medium [ Michael Biebl ] |