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
  2025-09-16 19:44 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread

* Re: [ptxdist] [APPLIED] modemmanager: Version bump 1.22.0 -> 1.24.2
  2025-09-09  6:25 [ptxdist] [PATCH] modemmanager: Version bump 1.22.0 -> 1.24.2 Lars Alex Pedersen
@ 2025-09-16 19:44 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-09-16 19:44 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Alex Pedersen

Thanks, applied as c2d9fb68fa5a4e3679ea07a64f9ba5d5e4637036.

Michael

[sent from post-receive hook]

On Tue, 16 Sep 2025 21:44:43 +0200, Lars Alex Pedersen <lapeddk@gmail.com> wrote:
> 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>
> Message-Id: <20250909062505.684573-1-lapeddk@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/modemmanager.make b/rules/modemmanager.make
> index dd1770cf9c4a..a2d6d59fa3ff 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-16 19:45 UTC | newest]

Thread overview: 2+ messages (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
2025-09-16 19:44 ` [ptxdist] [APPLIED] " Michael Olbrich

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