All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcus Hoffmann via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Aleksander Morgado <aleksander@aleksander.es>
Subject: [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0
Date: Thu, 15 Feb 2024 15:42:42 +0100	[thread overview]
Message-ID: <20240215144243.3538255-2-buildroot@bubu1.eu> (raw)
In-Reply-To: <20240215144243.3538255-1-buildroot@bubu1.eu>

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

  reply	other threads:[~2024-02-15 14:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2024-03-23 13:39   ` [Buildroot] [PATCH 2/3] package/libqmi: bump to version 1.34.0 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240215144243.3538255-2-buildroot@bubu1.eu \
    --to=buildroot@buildroot.org \
    --cc=aleksander@aleksander.es \
    --cc=buildroot@bubu1.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.