diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-11-14 07:15:41 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-14 13:17:55 +0100 |
commit | eda279220422fb794138d34e901eee02f95dda14 (patch) | |
tree | 4d567711ed39c559cfc0750ce04c8689458f0795 | |
parent | 9a5261544fb151531485a319e091f91032284c77 (diff) | |
download | buildroot-eda279220422fb794138d34e901eee02f95dda14.tar.gz buildroot-eda279220422fb794138d34e901eee02f95dda14.zip |
dbus: security bump to version 1.8.10
Fixes:
CVE-2014-7824 - Denial of service via incomplete fix for CVE-2014-3636
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/dbus/dbus.hash | 2 | ||||
-rw-r--r-- | package/dbus/dbus.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/dbus/dbus.hash b/package/dbus/dbus.hash new file mode 100644 index 0000000000..516b87ca38 --- /dev/null +++ b/package/dbus/dbus.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking pgp signature +sha256 10bf87fdb68815edd01d53885101dbcdd80dacad7198912cca61a4fa22dfaf8e dbus-1.8.10.tar.gz diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 519146cfb9..2d5d2c8d66 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -4,7 +4,7 @@ # ################################################################################ -DBUS_VERSION = 1.8.8 +DBUS_VERSION = 1.8.10 DBUS_SITE = http://dbus.freedesktop.org/releases/dbus DBUS_LICENSE = AFLv2.1 GPLv2+ DBUS_LICENSE_FILES = COPYING |