diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-09-17 09:18:39 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-17 15:16:11 +0200 |
commit | c6afb21f4554dda6c61b5849400820edb7de71b8 (patch) | |
tree | 968f6723dbcb12d2996a42d8dacde62964699710 | |
parent | 0f236c1fef669192c8f5cc8ef26e93da91438dc2 (diff) | |
download | buildroot-c6afb21f4554dda6c61b5849400820edb7de71b8.tar.gz buildroot-c6afb21f4554dda6c61b5849400820edb7de71b8.zip |
dbus: security bump to version 1.8.8
Fixes:
CVE-2014-3635 - Buffer access with incorrect length value
CVE-2014-3636 - Allocation of file descriptors or handles
without limits or throttling
CVE-2014-3637 - Missing release of file descriptor or handle after
effective lifetime
CVE-2014-3638 - Algorithmic complexity
CVE-2014-3639 - Allocation of file descriptors or handles without
limits or throttling
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/dbus/dbus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 63cec6e469..3f29a30a3c 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -4,7 +4,7 @@ # ################################################################################ -DBUS_VERSION = 1.8.6 +DBUS_VERSION = 1.8.8 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus DBUS_LICENSE = AFLv2.1 GPLv2+ DBUS_LICENSE_FILES = COPYING |