summaryrefslogtreecommitdiffstats
path: root/rules/dbus.make
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2023-09-07 19:00:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-09-08 20:42:03 +0200
commit3156c0ad311c4a36cd84804f6a5b1fd1c18bf36f (patch)
tree936a089f0b3c5891335eeb65f79c8fe07e0aa040 /rules/dbus.make
parentb7f4c68f45716ea9b307b3b1e2d09bdad85a6d96 (diff)
downloadptxdist-3156c0ad311c4a36cd84804f6a5b1fd1c18bf36f.tar.gz
ptxdist-3156c0ad311c4a36cd84804f6a5b1fd1c18bf36f.tar.xz
dbus: Version bump. 1.15.4 -> 1.15.8
Minor bugfixes and enhancements. https://gitlab.freedesktop.org/dbus/dbus/-/blob/c4c868a84b3815b9ece9672d0a6dbad4e1ac5f07/NEWS A side note here. dbus has decided to deprecate autotools. So next updater gets to move this configuration to meson. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20230907170043.1048262-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 de71f7d55..998b085bc 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
#
# Paths and names
#
-DBUS_VERSION := 1.15.4
-DBUS_MD5 := 5f948b755ccd7c4d0a32d5b7fa423dd5
+DBUS_VERSION := 1.15.8
+DBUS_MD5 := 66a38f65320762e0734340fb6facdcce
DBUS := dbus-$(DBUS_VERSION)
DBUS_SUFFIX := tar.xz
DBUS_URL := https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)