[Buildroot] [git commit] package/dbus-glib: bump version to 0.114
Julien Olivain
ju.o at free.fr
Tue May 13 20:31:05 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=778da2b7195f8ba93d17282c00a4aaffaf5d4908
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
For change log, see [1].
A notable change is that this release fixes GCC 15 build issues
and some deprecation warnings.
Updated license files and hashes due to upstream commit [2].
There is not an actual license change.
[1] https://gitlab.freedesktop.org/dbus/dbus-glib/-/blob/dbus-glib-0.114/NEWS
[2] https://gitlab.freedesktop.org/dbus/dbus-glib/-/commit/ad08ba0c6ba2d69783d41254e0cf03b2ae1647db
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Florian Larysch <fl at n621.de>
Tested-by: Florian Larysch <fl at n621.de>
[Julien: add extra info in the commit log]
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/dbus-glib/dbus-glib.hash | 6 ++++--
package/dbus-glib/dbus-glib.mk | 7 +++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/package/dbus-glib/dbus-glib.hash b/package/dbus-glib/dbus-glib.hash
index 072dde3d69..1ce3c6b63d 100644
--- a/package/dbus-glib/dbus-glib.hash
+++ b/package/dbus-glib/dbus-glib.hash
@@ -1,5 +1,7 @@
# Locally calculated after checking pgp signature
-sha256 7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a dbus-glib-0.112.tar.gz
+sha256 c09c5c085b2a0e391b8ee7d783a1d63fe444e96717cc1814d61b5e8fc2827a7c dbus-glib-0.114.tar.gz
# Locally calculated
-sha256 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8 COPYING
+sha256 095e2affe38031d0ca80db5dbf06881306e5f5125f6ba422297396bdfe02b3d5 COPYING
+sha256 93bb4f7417aa775bab9026cc3d0af28aeb64451fc5a8ec651876785edd8eaf9b LICENSES/AFL-2.1.txt
+sha256 aaf135472f81c5b4a0dca9367e5bb5e9750032b5bebe5442b36e4c0a47430df3 LICENSES/GPL-2.0-or-later.txt
diff --git a/package/dbus-glib/dbus-glib.mk b/package/dbus-glib/dbus-glib.mk
index 0d247e1d89..5c13c0b37f 100644
--- a/package/dbus-glib/dbus-glib.mk
+++ b/package/dbus-glib/dbus-glib.mk
@@ -4,11 +4,14 @@
#
################################################################################
-DBUS_GLIB_VERSION = 0.112
+DBUS_GLIB_VERSION = 0.114
DBUS_GLIB_SITE = http://dbus.freedesktop.org/releases/dbus-glib
DBUS_GLIB_INSTALL_STAGING = YES
DBUS_GLIB_LICENSE = AFL-2.1 or GPL-2.0+
-DBUS_GLIB_LICENSE_FILES = COPYING
+DBUS_GLIB_LICENSE_FILES = \
+ COPYING \
+ LICENSES/AFL-2.1.txt \
+ LICENSES/GPL-2.0-or-later.txt
DBUS_GLIB_CPE_ID_VENDOR = freedesktop
DBUS_GLIB_CONF_ENV = \
More information about the buildroot
mailing list