diff mbox series

[1/1] package/dbus-glib: bump to version 0.114

Message ID 20250507194456.11172-1-fl@n621.de
State Handled Elsewhere
Delegated to: Julien Olivain
Headers show
Series [1/1] package/dbus-glib: bump to version 0.114 | expand

Commit Message

Florian Larysch May 7, 2025, 7:44 p.m. UTC
Fixes GCC 15 build issues and some deprecation warnings.

The COPYING checksum change is just the result of some restructuring[1],
not an actual license change.

https://gitlab.freedesktop.org/dbus/dbus-glib/-/blob/dbus-glib-0.114/NEWS

[1] https://gitlab.freedesktop.org/dbus/dbus-glib/-/commit/ad08ba0c6ba2d69783d41254e0cf03b2ae1647db

Signed-off-by: Florian Larysch <fl@n621.de>
---
 package/dbus-glib/dbus-glib.hash | 4 ++--
 package/dbus-glib/dbus-glib.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Julien Olivain May 13, 2025, 8:36 p.m. UTC | #1
Hi Florian,

On 07/05/2025 21:44, Florian Larysch wrote:
> Fixes GCC 15 build issues and some deprecation warnings.
> 
> The COPYING checksum change is just the result of some 
> restructuring[1],
> not an actual license change.
> 
> https://gitlab.freedesktop.org/dbus/dbus-glib/-/blob/dbus-glib-0.114/NEWS
> 
> [1] 
> https://gitlab.freedesktop.org/dbus/dbus-glib/-/commit/ad08ba0c6ba2d69783d41254e0cf03b2ae1647db
> 
> Signed-off-by: Florian Larysch <fl@n621.de>

For info, I applied the patch from Bernd. I also reused parts of your
commit log. See:
https://gitlab.com/buildroot.org/buildroot/-/commit/778da2b7195f8ba93d17282c00a4aaffaf5d4908

Best regards,

Julien.
diff mbox series

Patch

diff --git a/package/dbus-glib/dbus-glib.hash b/package/dbus-glib/dbus-glib.hash
index 072dde3d69..701f41b137 100644
--- a/package/dbus-glib/dbus-glib.hash
+++ b/package/dbus-glib/dbus-glib.hash
@@ -1,5 +1,5 @@ 
 # 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
diff --git a/package/dbus-glib/dbus-glib.mk b/package/dbus-glib/dbus-glib.mk
index 0d247e1d89..9ec41f5ac5 100644
--- a/package/dbus-glib/dbus-glib.mk
+++ b/package/dbus-glib/dbus-glib.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-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+