<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/modemmanager/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-05-15T12:33:22Z</updated>
<entry>
<title>modemmanager: backport fixes for version 1.24.0</title>
<updated>2025-05-15T12:33:22Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2025-04-24T06:56:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d221309637a1ea9a768ef2fbdc0476c292f835b2'/>
<id>urn:sha1:d221309637a1ea9a768ef2fbdc0476c292f835b2</id>
<content type='text'>
The following commits were added shortly after the release of Modemmanager
version '1.24.0'.

Patch: 0002-modem-helpers-cinterion-allow-spaces-in-SXRAT-test-r.patch
Backport: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/6b6997362b5530708725c16c80ef36cd21609f20
Issue: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/974

Patch: 0003-modem-helpers-fix-checking-of-CDMA-EVDO-access-techn.patch
Backport: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/9e205f47847ab9ef5887b79c077ef8468d769af0
Issue: no

Patch: 0004-iface-modem-voice-recheck-call-state-polling-when-ca.patch
Backport: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/92e666e1c92c205e896552604e717d5b39528ae3
Issue: no

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>modemmanager: backport commit fixing crash with Fibocom mtk-7xx modems</title>
<updated>2025-04-23T13:11:06Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2025-04-19T18:36:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=29a6674cb535a8220052cda84dda9e4b26d0f34c'/>
<id>urn:sha1:29a6674cb535a8220052cda84dda9e4b26d0f34c</id>
<content type='text'>
Backport commit
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/046b79a6766b6384db9cd56a9af5d148787bafe4

See also
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/975

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>modemmanager: bump to 1.24.0</title>
<updated>2025-04-18T16:00:40Z</updated>
<author>
<name>Ryan Press</name>
</author>
<published>2025-04-16T18:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=939939bcee318454c03a642368fbf9da3f7594b2'/>
<id>urn:sha1:939939bcee318454c03a642368fbf9da3f7594b2</id>
<content type='text'>
100-ublox-remove-ID_MM_PROCESS-tags.patch has been removed as this change is now upstream.

Signed-off-by: Ryan Press &lt;ryan@presslab.us&gt;
</content>
</entry>
<entry>
<title>modemmanager: bump to 1.22.0</title>
<updated>2023-10-18T04:35:44Z</updated>
<author>
<name>Maxim Anisimov</name>
</author>
<published>2023-10-17T12:22:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5a81a131b6167c68c4e7cee766439383521582c7'/>
<id>urn:sha1:5a81a131b6167c68c4e7cee766439383521582c7</id>
<content type='text'>
- switch to builtin plugins
- import upstream patch for fixing support of ublox LARA-R6001 / LARA-R6001D modules
  (see: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/779)

Signed-off-by: Maxim Anisimov &lt;maxim.anisimov.ua@gmail.com&gt;
</content>
</entry>
<entry>
<title>modemmanager: bump to 1.18.8</title>
<updated>2022-05-15T04:39:50Z</updated>
<author>
<name>Aleksander Morgado</name>
</author>
<published>2022-05-04T11:37:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=43d4e8fff821440eb5b1f3ceee107ad7455d7b9b'/>
<id>urn:sha1:43d4e8fff821440eb5b1f3ceee107ad7455d7b9b</id>
<content type='text'>
Also removed two patches that are already included in the upstream
release.

Signed-off-by: Aleksander Morgado &lt;aleksander@aleksander.es&gt;
</content>
</entry>
<entry>
<title>modemmanager: switch to meson build tools</title>
<updated>2022-03-31T04:48:56Z</updated>
<author>
<name>Maxim Anisimov</name>
</author>
<published>2022-03-27T06:09:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6ae8b15d68c260edd494f03e30a735ecddbacf74'/>
<id>urn:sha1:6ae8b15d68c260edd494f03e30a735ecddbacf74</id>
<content type='text'>
Using https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git to download the source code.
Added compile option to compile qrtr support.
Enabled lto and additional gcc flags for perfomance and less size.
Modified to use meson as upstream has abandoned autotools.
Removed BUILD_PARALLEL options. These are default with ninja/meson.

Signed-off-by: Maxim Anisimov &lt;maxim.anisimov.ua@gmail.com&gt;
</content>
</entry>
<entry>
<title>modemmanager: bump to 1.18.6</title>
<updated>2022-03-09T10:15:46Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2022-03-03T18:47:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=de9fce568b4d1a2a12cd67312449b0825880c89b'/>
<id>urn:sha1:de9fce568b4d1a2a12cd67312449b0825880c89b</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>modemmanager: bump to 1.18.4 with patch</title>
<updated>2022-02-11T19:58:42Z</updated>
<author>
<name>Nicholas Smith</name>
</author>
<published>2021-12-03T11:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8a878440bf4a4b699b1aefa53c364a18e66f6d7f'/>
<id>urn:sha1:8a878440bf4a4b699b1aefa53c364a18e66f6d7f</id>
<content type='text'>
The included patch corrects an issue preventing udev rules from
being parsed correctly. [1][2]

This patch should not be needed after the next release. [3]

More information:
[1] https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/e9f254ba3f923248efffe4fd458dc5e5469e0f73
[2] https://lists.freedesktop.org/archives/modemmanager-devel/2021-December/009024.html
[3] https://lists.freedesktop.org/archives/modemmanager-devel/2021-December/009022.html

Signed-off-by: Nicholas Smith &lt;nicholas@nbembedded.com&gt;
</content>
</entry>
</feed>
