mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] modemmanager: Version bump 1.22.0 -> 1.24.2
@ 2025-09-09  6:25 Lars Alex Pedersen
  0 siblings, 0 replies; only message in thread
From: Lars Alex Pedersen @ 2025-09-09  6:25 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Alex Pedersen

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-09  6:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-09  6:25 [ptxdist] [PATCH] modemmanager: Version bump 1.22.0 -> 1.24.2 Lars Alex Pedersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox