* [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0
@ 2024-02-15 14:42 Marcus Hoffmann via buildroot
2024-02-15 14:42 ` [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0 Marcus Hoffmann via buildroot
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-15 14:42 UTC (permalink / raw)
To: buildroot; +Cc: Aleksander Morgado
Explicitly disable newly introduced fuzzer build option.
Changelog:
https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/mbim-1-30/NEWS
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
package/libmbim/libmbim.hash | 2 +-
package/libmbim/libmbim.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libmbim/libmbim.hash b/package/libmbim/libmbim.hash
index 8e7633cb94..ebc37504c5 100644
--- a/package/libmbim/libmbim.hash
+++ b/package/libmbim/libmbim.hash
@@ -1,4 +1,4 @@
# Locally computed
-sha256 cf74682c56f4c34ca4aee86de3b8c425a89fc2c0782052815295faf6a8e0a9fb libmbim-1.28.2.tar.gz
+sha256 cfc729d23b9bf699b23a7ef2f5d732d6eff96234e31fed36b778771a6e3d3ee5 libmbim-1.30.0.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSES/GPL-2.0-or-later.txt
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSES/LGPL-2.1-or-later.txt
diff --git a/package/libmbim/libmbim.mk b/package/libmbim/libmbim.mk
index 59f55a57bc..717c2396f7 100644
--- a/package/libmbim/libmbim.mk
+++ b/package/libmbim/libmbim.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBMBIM_VERSION = 1.28.2
+LIBMBIM_VERSION = 1.30.0
LIBMBIM_SITE = https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/$(LIBMBIM_VERSION)
LIBMBIM_LICENSE = LGPL-2.1+ (library), GPL-2.0+ (programs)
LIBMBIM_LICENSE_FILES = \
@@ -13,7 +13,7 @@ LIBMBIM_CPE_ID_VENDOR = freedesktop
LIBMBIM_INSTALL_STAGING = YES
LIBMBIM_DEPENDENCIES = libglib2
-LIBMBIM_CONF_OPTS = -Dman=false
+LIBMBIM_CONF_OPTS = -Dman=false -Dfuzzer=false
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
LIBMBIM_DEPENDENCIES += gobject-introspection
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0
2024-02-15 14:42 [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0 Marcus Hoffmann via buildroot
@ 2024-02-15 14:42 ` Marcus Hoffmann via buildroot
2024-03-23 13:39 ` Peter Korsgaard
2024-02-15 14:42 ` [Buildroot] [PATCH 3/3] package/modem-manager: bump to 1.22.0 Marcus Hoffmann via buildroot
2024-03-23 13:39 ` [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0 Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-15 14:42 UTC (permalink / raw)
To: buildroot; +Cc: Aleksander Morgado
Explicitly disable new fuzzer build option.
Changelog:
https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/qmi-1-34/NEWS
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
package/libqmi/libqmi.hash | 2 +-
package/libqmi/libqmi.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libqmi/libqmi.hash b/package/libqmi/libqmi.hash
index 5036c1d3c0..7937f989a0 100644
--- a/package/libqmi/libqmi.hash
+++ b/package/libqmi/libqmi.hash
@@ -1,4 +1,4 @@
# Locally computed:
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
-sha256 aec96bf2733a7b5ba27bb52346ce3a1ab54440800843f78001cc2a51213ce1b9 libqmi-1.32.2.tar.gz
+sha256 8690d25b4d110b6df28b31da0a8bf16c7e966d31abcfeeb854f2753451e7a400 libqmi-1.34.0.tar.gz
diff --git a/package/libqmi/libqmi.mk b/package/libqmi/libqmi.mk
index eae41446e2..524333feba 100644
--- a/package/libqmi/libqmi.mk
+++ b/package/libqmi/libqmi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBQMI_VERSION = 1.32.2
+LIBQMI_VERSION = 1.34.0
LIBQMI_SITE = https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/archive/$(LIBQMI_VERSION)
LIBQMI_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (programs)
LIBQMI_LICENSE_FILES = COPYING COPYING.LIB
@@ -12,7 +12,7 @@ LIBQMI_CPE_ID_VALID = YES
LIBQMI_INSTALL_STAGING = YES
LIBQMI_DEPENDENCIES = libglib2
-LIBQMI_CONF_OPTS = -Dman=false
+LIBQMI_CONF_OPTS = -Dman=false -Dfuzzer=false
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
LIBQMI_DEPENDENCIES += gobject-introspection
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 3/3] package/modem-manager: bump to 1.22.0
2024-02-15 14:42 [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0 Marcus Hoffmann via buildroot
2024-02-15 14:42 ` [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0 Marcus Hoffmann via buildroot
@ 2024-02-15 14:42 ` Marcus Hoffmann via buildroot
2024-03-23 13:40 ` Peter Korsgaard
2024-03-23 13:39 ` [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0 Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-15 14:42 UTC (permalink / raw)
To: buildroot; +Cc: Aleksander Morgado
Explicitly disable newly introduced build options.
Changelog:
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/blob/mm-1-22/NEWS
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
package/modem-manager/modem-manager.hash | 4 ++--
package/modem-manager/modem-manager.mk | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package/modem-manager/modem-manager.hash b/package/modem-manager/modem-manager.hash
index 4b8b795af7..fa81acd9dc 100644
--- a/package/modem-manager/modem-manager.hash
+++ b/package/modem-manager/modem-manager.hash
@@ -1,4 +1,4 @@
-#Locally calculated after checking https://www.freedesktop.org/software/ModemManager/ModemManager-1.18.12.tar.xz.asc
-sha256 9c16b47547faac9515f2d03d1e8175de9c5e6769b1ee16b608ba6cfe6f04b03e ModemManager-1.20.4.tar.gz
+#Locally calculated
+sha256 6c8f8720737a3788e394c700f36236278c9de09d76069a079e6f1daaf08b2768 ModemManager-1.22.0.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING.LIB
diff --git a/package/modem-manager/modem-manager.mk b/package/modem-manager/modem-manager.mk
index 979a80a8e9..495dbcd258 100644
--- a/package/modem-manager/modem-manager.mk
+++ b/package/modem-manager/modem-manager.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MODEM_MANAGER_VERSION = 1.20.4
+MODEM_MANAGER_VERSION = 1.22.0
MODEM_MANAGER_SOURCE = ModemManager-$(MODEM_MANAGER_VERSION).tar.gz
MODEM_MANAGER_SITE = https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/$(MODEM_MANAGER_VERSION)
MODEM_MANAGER_LICENSE = GPL-2.0+ (programs, plugins), LGPL-2.0+ (libmm-glib)
@@ -13,6 +13,8 @@ MODEM_MANAGER_SELINUX_MODULES = modemmanager
MODEM_MANAGER_DEPENDENCIES = host-pkgconf dbus libglib2 $(TARGET_NLS_DEPENDENCIES) host-libxslt
MODEM_MANAGER_INSTALL_STAGING = YES
MODEM_MANAGER_CONF_OPTS = \
+ -Dbuiltin_plugins=false \
+ -Dfuzzer=false \
-Dman=false \
-Dpowerd_suspend_resume=false \
-Dtests=false \
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0
2024-02-15 14:42 [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0 Marcus Hoffmann via buildroot
2024-02-15 14:42 ` [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0 Marcus Hoffmann via buildroot
2024-02-15 14:42 ` [Buildroot] [PATCH 3/3] package/modem-manager: bump to 1.22.0 Marcus Hoffmann via buildroot
@ 2024-03-23 13:39 ` Peter Korsgaard
2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:39 UTC (permalink / raw)
To: Marcus Hoffmann via buildroot; +Cc: Marcus Hoffmann, Aleksander Morgado
>>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:
> Explicitly disable newly introduced fuzzer build option.
> Changelog:
> https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/mbim-1-30/NEWS
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0
2024-02-15 14:42 ` [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0 Marcus Hoffmann via buildroot
@ 2024-03-23 13:39 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:39 UTC (permalink / raw)
To: Marcus Hoffmann via buildroot; +Cc: Marcus Hoffmann, Aleksander Morgado
>>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:
> Explicitly disable new fuzzer build option.
> Changelog:
> https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/qmi-1-34/NEWS
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Buildroot] [PATCH 3/3] package/modem-manager: bump to 1.22.0
2024-02-15 14:42 ` [Buildroot] [PATCH 3/3] package/modem-manager: bump to 1.22.0 Marcus Hoffmann via buildroot
@ 2024-03-23 13:40 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-03-23 13:40 UTC (permalink / raw)
To: Marcus Hoffmann via buildroot; +Cc: Marcus Hoffmann, Aleksander Morgado
>>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:
> Explicitly disable newly introduced build options.
> Changelog:
> https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/blob/mm-1-22/NEWS
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-03-23 13:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-15 14:42 [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0 Marcus Hoffmann via buildroot
2024-02-15 14:42 ` [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0 Marcus Hoffmann via buildroot
2024-03-23 13:39 ` Peter Korsgaard
2024-02-15 14:42 ` [Buildroot] [PATCH 3/3] package/modem-manager: bump to 1.22.0 Marcus Hoffmann via buildroot
2024-03-23 13:40 ` Peter Korsgaard
2024-03-23 13:39 ` [Buildroot] [PATCH 1/3] package/libmbim: bump to 1.30.0 Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.