All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.