mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lars Alex Pedersen <lapeddk@gmail.com>
To: ptxdist@pengutronix.de
Cc: Lars Alex Pedersen <lapeddk@gmail.com>
Subject: [ptxdist] [PATCH] modemmanager: Version bump 1.22.0 -> 1.24.2
Date: Tue,  9 Sep 2025 08:25:05 +0200	[thread overview]
Message-ID: <20250909062505.684573-1-lapeddk@gmail.com> (raw)

Bump to the new stable release of ModemManager.

https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/blob/1.24.2/NEWS

- Configure options reordered using configure_helper
- New configure options builtin_plugins and fuzzer is both set to
  default false.
- New modem plugins is left to auto, like the existing ones.

Signed-off-by: Lars Alex Pedersen <lapeddk@gmail.com>
---
 rules/modemmanager.make | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/rules/modemmanager.make b/rules/modemmanager.make
index dd1770cf9..a2d6d59fa 100644
--- a/rules/modemmanager.make
+++ b/rules/modemmanager.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager
 #
 # Paths and names
 #
-MODEMMANAGER_VERSION	:= 1.22.0
-MODEMMANAGER_MD5	:= e967a452eb6f505a645df8c0582a17b7
+MODEMMANAGER_VERSION	:= 1.24.2
+MODEMMANAGER_MD5	:= 4b4c08aac46a3d382d6fbe0b7520e502
 MODEMMANAGER		:= ModemManager-$(MODEMMANAGER_VERSION)
 MODEMMANAGER_SUFFIX	:= tar.bz2
 MODEMMANAGER_URL	:= https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/$(MODEMMANAGER_VERSION)/$(MODEMMANAGER).$(MODEMMANAGER_SUFFIX)
@@ -36,25 +36,27 @@ MODEMMANAGER_LICENSE_FILES := \
 MODEMMANAGER_CONF_TOOL	:= meson
 MODEMMANAGER_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
-	-Dudev=true \
-	-Dudevdir=/usr/lib/udev \
-	-Dtests=false \
-	-Ddbus_policy_dir=/usr/share/dbus-1/system.d \
-	-Dsystemdsystemunitdir=/usr/lib/systemd/system \
-	-Dsystemd_suspend_resume=$(call ptx/truefalse, PTXCONF_INITMETHOD_SYSTEMD) \
-	-Dpowerd_suspend_resume=false \
-	-Dsystemd_journal=$(call ptx/truefalse, PTXCONF_INITMETHOD_SYSTEMD) \
-	-Dpolkit=no \
 	-Dat_command_via_dbus=$(call ptx/truefalse, PTXCONF_MODEMMANAGER_ALLOW_DBUS_AT_CMDS) \
+	-Dbash_completion=false \
+	-Dbuiltin_plugins=false \
+	-Ddbus_policy_dir=/usr/share/dbus-1/system.d \
+	-Dexamples=false \
+	-Dfuzzer=false \
+	-Dgtk_doc=false \
+	-Dintrospection=false \
+	-Dman=false \
 	-Dmbim=true \
+	-Dpolkit=no \
+	-Dpowerd_suspend_resume=false \
 	-Dqmi=true \
 	-Dqrtr=false \
-	-Dintrospection=false \
-	-Dvapi=false \
-	-Dgtk_doc=false \
-	-Dman=false \
-	-Dbash_completion=false \
-	-Dexamples=false
+	-Dsystemd_journal=$(call ptx/truefalse, PTXCONF_INITMETHOD_SYSTEMD) \
+	-Dsystemd_suspend_resume=$(call ptx/truefalse, PTXCONF_INITMETHOD_SYSTEMD) \
+	-Dsystemdsystemunitdir=/usr/lib/systemd/system \
+	-Dtests=false \
+	-Dudev=true \
+	-Dudevdir=/usr/lib/udev \
+	-Dvapi=false
 
 # ----------------------------------------------------------------------------
 # Target-Install

base-commit: 0767c9d2f959c3d23ee2b1d01546481419117b77
-- 
2.51.0




                 reply	other threads:[~2025-09-09  6:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20250909062505.684573-1-lapeddk@gmail.com \
    --to=lapeddk@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox