mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/dbus-glib: bump version to 0.114
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] ad08ba0c6b
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Florian Larysch <fl@n621.de>
Tested-by: Florian Larysch <fl@n621.de>
[Julien: add extra info in the commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
999fb19d4b
commit
778da2b719
@@ -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
|
||||
|
||||
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user