summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-10-04 12:59:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-10-18 09:20:59 +0200
commitc209734f671934f4c96aee34073a9d3534fb8b4f (patch)
tree2831840cc9307bf03c3527cd130410241771e1b7 /rules/dbus.make
parent59a62f08d4f060ac610003b3be6a2a4a072f3ef3 (diff)
downloadptxdist-c209734f671934f4c96aee34073a9d3534fb8b4f.tar.gz
ptxdist-c209734f671934f4c96aee34073a9d3534fb8b4f.tar.xz
dbus: Version bump. 1.14.0 -> 1.15.0
https://github.com/freedesktop/dbus/blob/master/NEWS Mostly fixes. A meson build system is being prepared to replace cmake/autotools. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20221004105904.1894687-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 90a0347fe..c1239cde4 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
#
# Paths and names
#
-DBUS_VERSION := 1.14.0
-DBUS_MD5 := ddd5570aff05191dbee8e42d751f1b7d
+DBUS_VERSION := 1.15.0
+DBUS_MD5 := 80e3f8f1abab68117eedef4df3403e90
DBUS := dbus-$(DBUS_VERSION)
DBUS_SUFFIX := tar.xz
DBUS_URL := http://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)