summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-10-13 10:11:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-10-18 09:21:00 +0200
commit1ff66825219fd7d21325cf81f68952c8e7f28d8d (patch)
treeeeb968d60fc3149568b11f9213a97402e4d7dbd2 /rules/dbus.make
parenteace9a372946b2568da44e298e8875a30ed9aa22 (diff)
downloadptxdist-1ff66825219fd7d21325cf81f68952c8e7f28d8d.tar.gz
ptxdist-1ff66825219fd7d21325cf81f68952c8e7f28d8d.tar.xz
dbus: Version bump. 1.15.0 -> 1.15.2
This bump plugs: CVE-2022-42010, CVE-2022-42011, CVE-2022-42012 Also, this change might cause regressions for various configurations: https://gitlab.freedesktop.org/dbus/dbus/-/issues/416 Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20221013081115.3110525-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dbus.make')
-rw-r--r--rules/dbus.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/dbus.make b/rules/dbus.make
index c1239cde4..6ceae4c21 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
#
# Paths and names
#
-DBUS_VERSION := 1.15.0
-DBUS_MD5 := 80e3f8f1abab68117eedef4df3403e90
+DBUS_VERSION := 1.15.2
+DBUS_MD5 := c56de960ea9031b92ee71aaa0e8e72c2
DBUS := dbus-$(DBUS_VERSION)
DBUS_SUFFIX := tar.xz
DBUS_URL := http://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)