From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 16 Sep 2025 21:45:06 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uybbu-003ngt-2v for lore@lore.pengutronix.de; Tue, 16 Sep 2025 21:45:06 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uybbu-0004Pd-5u; Tue, 16 Sep 2025 21:45:06 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uybbY-0003sH-18; Tue, 16 Sep 2025 21:44:44 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uybbX-001dpM-2j; Tue, 16 Sep 2025 21:44:43 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1uybbX-00000002NpB-3JHI; Tue, 16 Sep 2025 21:44:43 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 16 Sep 2025 21:44:43 +0200 Message-ID: <20250916194443.568230-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250909062505.684573-1-lapeddk@gmail.com> References: <20250909062505.684573-1-lapeddk@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] modemmanager: Version bump 1.22.0 -> 1.24.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Lars Alex Pedersen Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as c2d9fb68fa5a4e3679ea07a64f9ba5d5e4637036. Michael [sent from post-receive hook] On Tue, 16 Sep 2025 21:44:43 +0200, Lars Alex Pedersen 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 > Message-Id: <20250909062505.684573-1-lapeddk@gmail.com> > Signed-off-by: Michael Olbrich > > 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