Revisions of ModemManager

buildservice-autocommit accepted request 1116597 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 170)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1116090 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 169)
- Add explicit /usr/bin/dbus-daemon BuildRequires: Needed for
  tests.
buildservice-autocommit accepted request 1083319 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 168)
baserev update by copy to link target
buildservice-autocommit accepted request 1009309 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 166)
baserev update by copy to link target
buildservice-autocommit accepted request 1003132 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 164)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 1002597 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 163)
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)
buildservice-autocommit accepted request 993946 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 162)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 993533 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 161)
- Update to version 1.18.10:
  + Build: Require libqmi 1.30.8.
  + FCC unlock: Updated SDX55 unlock script to handle the new
    method introduced in the latest firmware releases.
  + Modem interface:
    - Set signal quality to 0% on shutdown.
    - Set signal quality as recent on init.
  + MBIM:
    - Fix task completion when peeking device fails.
    - Fix several GError double-frees.
  + mmcli: Don't print signal quality until modem is enabled.
  + Plugins: foxconn: remove carrier mapping table for T99W175.
  + Several other minor improvements and fixes.
- Changes from version 1.18.8:
  + A new connection status dispatcher setup is provided, where
    users can provide custom scripts that will be called on bearer
    connect/disconnect events. This dispatcher will make the netifd
    integration in openwrt work much better, as we'll be able to
    report network-initiated disconnections cleanly to netifd.
    There are no default connection status dispatcher scripts
    installed, but it's suggested distributions make sure the
    following directories exist:
    - ${sysconfdir}/ModemManager/connection.d/
    - ${libdir}/ModemManager/connection.d/
  + API: Add missing Simple interface definitions in
    ModemManager-names.h.
  + Build:
    - meson:
      . fix daemon enums dependencies.
      . fix port enums includes.
      . fix 'export_packages' in GIR setup.
      . fix simtech plugin module name.
    - systemd: don't run ModemManager in containers.
  + Core:
    - serial: ensure the port object is valid after BUFFER_FULL
      handling.
    - netlink:
      . use unaligned netlink attribute length.
      . only change IFF_UP flag.
    - bearer: match unknown auth to chap in loose comparisons.
    - charsets: return error if UTF-8 validation fails.
    - fcc-unlock: make scripts POSIX shell compatible.
    - modem-helpers:
      . consider minimum ID when choosing best profile.
      . fix reading <Act> given in COPS=? responses.
    - sms: prevent crash if date is out of range.
    - profile-manager: fix copy-paste error on tags for quarks.
  + QMI:
    - Ignore slot status indications until initial status is known.
    - Return error when loading capabilities if none is found.
  + MBIM:
    - Default initial EPS bearer's auth to chap when unknown.
    - Update default error when network error is out of range.
  + mmcli: Fix key length when printing list of items.
  + Plugins:
    - linktop: new port type hints.
    - cinterion: add support for PLSx3w modems.
    - huawei: disable +CPOL based features in Huawei E226.
  + Several other minor improvements and fixes.
buildservice-autocommit accepted request 981311 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 160)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 981288 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 159)
- Enable QRTR support
  * Add BR pkgconfig(qrtr-glib)
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 956019 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 158)
- Update to version 1.18.6:
  + The ModemManager.service file for systemd integration provided
    in the sources is updated as follows:
    ++ 'CAP_NET_ADMIN' is now required in the
       'CapabilityBoundingSet' field.
    ++ 'AF_NETLINK' and 'AF_QIPCRTR' are now required in the
       'RestrictAddressFamilies' field.
  + The LEGACY and PARANOID filter types that were allowed
    options in the '--filter-policy' option in the ModemManager
    daemon were deprecated in version 1.16.0 and have now been
    completely removed, along with the vid:pid blacklist of
    devices and the vid:pid greylist of RS232<->USB adapters.
  + The ModemManager daemon can run now in a 'quick suspend/resume'
    mode, in which no explicit data disconnection is triggered on
    suspend, and no explicit device re-probing from scratch is
    launched on resume. Instead, the daemon will try to refresh
    the state of all interfaces upon suspend, e.g. to see if the
    module keeps registered to the same operator, to see if it is
    still connected, and so on.
  + core: added support for the new 'WWAN' subsystem in Linux kernel
    5.13, enabling PCIe-only modules.
  + core: The charset conversion methods rework, including the
    avoiding of the iconv()
  + qmi: the logic managing allowed/preferred modes was fixed for
    multimode devices like the MC7304, making sure the acquisition
    order preference always had the same items.
  + serial: when modem is connected with AT+PPP, ignore forced
    disconnections, so that we don't take ownership of the PPP
    port before pppd has released it.
  + foxconn: added support for the T99W175 (SDX55) module,
    including built-in FCC unlock procedure.
  + foxconn: added new MBIM QDU firmware update method.
- Move the dbus-1 system.d file to /usr (bsc#1196170)
- Use source verification
- Update Supplements to new format
- Add BRs needed for new tests:
  * python3-gobject-Gdk
  * python3-dbus-python
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 912098 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 157)
- Switch bash completion subpackage to noarch.
buildservice-autocommit accepted request 853740 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 156)
baserev update by copy to link target
buildservice-autocommit accepted request 845990 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 154)
baserev update by copy to link target
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 845463 from Petr Vorel's avatar Petr Vorel (pevik) (revision 153)
- Update to version 1.14.6:
  + Modem interface:
    - Added support for AT-based and/or QMI-based 5G devices
    - Deprecated the MM_MODEM_CAPABILITY_LTE_ADVANCED capability
  + Bearer interface:
    - Added additional 'attempts', 'failed-attempts', 'total-rx-bytes',
      'total-tx-bytes' and 'total-duration' values in the 'Stats' property
      exposed by the Bearer objects.
  + Daemon:
    - Switched to 'STRICT' filter mode by default.
    - Added a new implicit whitelist rules applicable in 'STRICT' filter mode.
    - Updated the probing logic to make sure we don't attempt a re-probe when
    the device is gone.
    - Updated daemon logging.
  + AT:
    - Moved the charset definition logic to the initialization phase instead
      of the enabling phase.
    - Updated manual registration operation
  + QMI:
    - Devices using the LOC service for GNSS will now also setup the list of
      required NMEA traces before starting the engine.
    - Update carrier code if registration changes from one roaming operator
      to another.
    - Explicitly disable autoconnect during modem enabling phase, because it
      interferes with our connection management logic.
    - Fallback to raw-ip if WDA Get Data Format requests arguments, as in most
      new 5G devices.
    - Updated to always use the asynchronous close() operation.
    - Handle disconnection indications during connection attempts.
  + MBIM:
buildservice-autocommit accepted request 802679 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 152)
baserev update by copy to link target
Displaying revisions 1 - 20 of 170
openSUSE Build Service is sponsored by