Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ModemManager-1.12.6-lp152.1.4 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: ModemManager Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 1.12.6 Vendor: openSUSE
Release: lp152.1.4 Build date: Sat May 16 12:52:56 2020
Group: Productivity/Networking/System Build host: obs-power8-05
Size: 5810017 Source RPM: ModemManager-1.12.6-lp152.1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: http://cgit.freedesktop.org/ModemManager/ModemManager
Summary: DBus interface for modem handling
DBus interface for modem handling. Provides a standard abstracted API
(over DBus) to communicate with all sorts of modems (landline, GSM,
CDMA).

Provides

Requires

License

GPL-2.0-or-later AND GPL-3.0-or-later

Changelog

* Wed Feb 12 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 1.12.6:
    + SIM: Updated logic to avoid sending PIN/PUK to the SIM card
      when not required (e.g. if already unlocked).
    + Simple interface: Avoid aborting connection if SIM-PUK2 locked,
      as PIN2/PUK2 doesn't prevent us from getting connected.
    + Location interface: Fixed memory leak happening as soon as a
      position fix was obtained and gps-raw location source was
      enabled.
    + Core:
    - Fixed handling of 0x00 bytes at the end of GSM encoded
      strings.
    - Fixed cleaning up 'timed-out' signal on the serial port
      objects.
    - Fixed logic that closes MBIM ports during cleanup.
    + Several other minor fixes and memory leak plugs.
  - Changes from version 1.12.4:
    + Core: Added missing ME error codes when building GError
      variables for the MM_MOBILE_EQUIPMENT_ERROR domain.
    + Bearer: Avoid connection checks or stats updates while
      disconnecting.
    + Serial port: Fix segfault when port flash operation gets
      cancelled.
    + Simple interface: Fix the ongoing connection cancellable
      handling.
    + Voice interface: Fix segfault when voice support check fails.
    + QMI: Fixed several memory leaks, including a severe one
      happening when multiple GPS sources (e.g. raw and nmea) were
      enabled at the same time.
    + Plugins: ublox: ignore errors when attempting to disconnect
      last bearer.
    + mmcli: Allow "yes" and "no" as boolean strings.
    + Several other minor fixes and memory leak plugs.
  - Changes from version 1.12.2:
    + Simple interface: Avoid assertion on the ongoing connect
      cancellable.
    + Plugin manager:
    - Fix waiting the minimum probing time.
    - Explicitly cancel timeouts when device probing is cancelled.
    - Disable lazy plugin loading, we now require all missing
      symbols to be resolved at loading time for a plugin to
      correctly be loaded.
    + Bearer: Avoid reporting disconnection error if trying to
      disconnect a bearer that is already disconnected.
    + MBIM: Completely skip LTE attach config/status if unsupported.
    + QMI:
    - Make current settings mandatory when using 'static'
      addressing.
    - Handle disconnection indications during connection attempt.
    - Explicitly close QMI port during disconnection if it was
      opened during a connection attempt.
    + Plugins:
    - huawei: avoid using QCDM port during a voice call.
    - sierra: added port type hints for the EM7565.
    - dell,dw5821e: added support for the DW5821e with eSIM
      variant.
    + mmcli: Fix printing empty value lists in human-friendly output.
    + Several other minor fixes and memory leak plugs.
* Wed Nov 06 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 1.12.0
    + Modem interface:
    - Updated logic to avoid assuming that setting bands or modes
      is immediate, the daemon will now actively monitor for those
      updates to happen before returning success.
    + 3GPP interface:
    - libmm-glib: deprecated the mm_pco_list_free() helper method.
    + Simple interface:
    - api,libmm-glib: deprecated the 'subscription state' property.
    + Location interface:
    - Fixed 'unknown' lat/long/alt numeric values.
    - Added support for MSB A-GPS in addition to MSA A-GPS.
    + Voice interface:
    - Improved voice call management with call id detection and
      tracking.
    - Improved detailed call state transitions on generic modems
      that support call list polling.
    - Added support for GSM supplementary services, including call
      waiting, call transfer, call deflection, multiparty calls...
    - Added emergency call support, allowing voice call to
      emergency numbers even without SIM or with SIM-PIN locked.
    - Deprecated all properties except for 'number' in the
      CreateCall() method.
    + Messaging interface:
    - Updated to report SMS timestamps in correct ISO8601 format.
    + Bearer:
    - Improved unused CID lookup to allow selecting non-sequential
      CIDs.
    - Disabled all AT protocol based context monitoring when PPP
      is used for the connection, in order to properly sync with
      pppd, which should be the one detecting the disconnections
    + QMI:
    - Improved support to list stored firmware images in Sierra
      devices.
    - Added additional lock check retries on 'SIM not inserted'
      errors.
    - Updated explicit registration attempt to report success only
      when the target requested network is registered.
    - Added MSB A-GPS support.
    - Implemented automatic carrier configuration selection using
      PDC service (already in 1.10.2).
    + mmcli:
    - New machine-readable JSON output with '--output-json'.
    - Updated to allow using the modem UID to specify SIM
      operations.
    + udev:
    - New ID_MM_PORT_TYPE_AUDIO generic udev tag to identify ports
      that should be used for in-band audio.
    - Removed support for the ID_MM_PLATFORM_DRIVER_PROBE udev
      tag, as it is no longer required given that the more generic
      explicit whitelist may be used to flag which devices should
      be probed.
    - Renamed ID_MM_DEVICE_MANUAL_SCAN_ONLY to
      ID_MM_TTY_MANUAL_SCAN_ONLY, given that the tag only applies
      to TTYs.
    - ID_MM_DEVICE_IGNORE is no longer used internally in
      ModemManager, and is instead targeted to users that want to
      explicitly ignore specific devices regardless of what filter
      type is in use (already in 1.10.6).
    + dbus:
    - Updated to always report the registered
      MM_CORE_ERROR_CANCELLED error instead of the implicit
      G_IO_ERROR_CANCELLED ones generated by GLib.
    + GObject introspection:
    - Fixed setup to explicitly skip all non-API methods.
    + Plugins:
    - tplink: new plugin.
    - dlink: new plugin.
    - xmm: added MSB A-GPS support.
    - dell,dw5821e: update to allow unmanaged GPS support on the
      TTY even when raw/NMEA GPS is enabled via QMI/LOC.
    - quectel: updated to allow TTY-only devices.
    - telit: added GPS support.
    - telit: improved band management with #BND.
    - simtech: added improved voice call support.
    - simtech: added support for LTE devices.
    - simtech: improved signal quality reporting logic.
    - simtech: added GPS support for the SIM7000/SIM7600 family.
    - cinterion: added support for time updates.
    - cinterion: added improved voice call support.
    - ublox: added improved voice call support.
    - ublox: improved band management with UBANDSEL.
* Fri Nov 01 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 1.10.8:
    + Polkit policy:
      + Added several missing methods to the policy rules.
      + Use the explicit Firmware policy for all firmware operations.
      + Updated USSD policy to require user authentication in strict
      mode.
    + systemd service:
    - Always start after polkit service when policy control is
      enabled.
    + Broadband modem:
    - Fixed signal quality reporting when +CSQ is used.
    + 3GPP:
    - Fixed reporting 'denied' registration state.
    + QMI:
    - Fixed NAS SSP support check during supported capability loading.
    + Simple interface:
    - Allow one single ongoing Connect() attempt.
    - Fixed Disconnect() when an explicit bearer path is given.
    + mmcli:
    - Fixed key-value output when printing array with 10 elements.
    + Plugins:
    - simtech: added port type hints for the SIM7000/SIM7600 family.
    - x22x: added support for the Alcatel X602D.
    - telit: increased timeout for AT#REBOOT.
    - quectel: fixed port type hints for the EG91.
    - quectel: added port type hints for the BG96.
  - Update to version 1.10.6:
    + Bearer: if connecting a bearer with PPP method, require upper layers
      to disconnect the bearer explicitly and completely ignore the
      connectivity checks performed by the modem itself. This makes sure
      that the TTY is not reused by ModemManager before pppd has finished
      using it.
    + Serial port:
    - Fix serial port flash cancellation logic to avoid assertion if the
      device gets unplugged during the flash operation.
    - Fix serial port reopen logic to flag the port as forced-closed if
      the reopening fails, to avoid assertion if the device gets
      unplugged during the reopen operation.
    - Avoid warning when signals are disconnected automatically during
      last object unref.
    + SMS:
    - Initialize common fields early for multipart messages, without
      waiting for the last part to arrive.
    + 3GPP:
    - Report consolidated registration state as DENIED if all the other
      ones are either idle or unknown.
    + udev:
    - Updated ID_MM_DEVICE_IGNORE to make it really a user-usable tag,
      applicable not only to TTY devices but to any kind of device
      (e.g. to blacklist MBIM modems); and also applicable under any
      kind of filter mode (including 'strict' mode).
    + Filter:
    - Added new 'explicit blacklist' filter rule, by default enabled for
      all filter modes and controlled with the
      MM_FILTER_RULE_EXPLICIT_BLACKLIST envvar.
    - Added new 'plugin whitelist' filter rule, enabled exclusively in
      'strict' filter mode, which allows us to automatically flag for
      probing those devices that are flagged with specific
      plugin-selected udev tags or which have vid:pid pairs registered
      as allowed in the plugins.
    - Updated the 'AT-capable ttyACM' filter rule, so that we only
      process and probe the serial port if the device also exposes other
      ports (serial, cdc-wdm, net) that ModemManager may process. This
      fix should allow us to automatically ignore Arduino devices that
      wrongly report themselves as speaking AT protocol in the ttyACM
      port.
    + QMI:
    - Fix segfault while updating bands and the device doesn't support
      the 'extended LTE band preference' TLV.
    + MBIM:
    - Fix segfault while processing empty USSD responses.
    + libmm-glib:
    - Properly handle NULL pointer on MMFirmwareUpdateSettings.
    + Plugins:
    - sierra: added port type hints for the MC74xx family.
    - telit: added port type hints for the ME910 and the EG91.
    - cinterion: added port type hints for the PLS8.
  - Update to version 1.10.4:
    + QMI:
    - Fix assertion when cleaning up event report indications.
    + MBIM:
    - Fix detecting errors in "Register State Set" responses.
    + 3GPP interface:
    - Use correct finish() method to complete user registration.
    + Plugins:
    - u-blox: fix segfault when UACT? returns empty band list.
  - Update to version 1.10.2:
    + Carrier configuration reporting and automatic selection.
    + Manager interface:
    - Fixed inhibition alloc/dealloc mixup.
    + Modem interface:
    - New 'CarrierConfiguration' property that shows which is the
      currently selected carrier configuration in the device, if
      known.
    - New automatic carrier configuration selection logic, based
      on per-device or per-vendor mapping.
    + Messaging interface:
    - Flush SMS list update before notifying added/removed signals.
    + SMS:
    - Fixed sending binary PDUs via AT commands when other AT command
      operations are scheduled at the same time.
    + QMI:
    - Increased the number of open retries from 10 to 20, required
      e.g. for the Telit LM940/960 modems.
    - Implemented QMI PDC based carrier config loading and automatic
      switching.
    + Plugins:
    - dell: added port type hints for the DW5820e.
    - dell: use QMI DMS extension method to load properly formatted
      firmware version strings.
    - quectel: added port type hints for the EG06.
    - ublox: added alternative port type hints for the LISA/SARA-U2.
    - telit: added support for MBIM-based telit modems.
    + mmcli:
    - Updated --monitor-state to report modem removal.
    + Several memory leak fixes in different modules.
  - Run testsuite
* Sun Mar 17 2019 Jan Engelhardt <jengelh@inai.de>
  - Reduce %systemd_requires to %systemd_ordering:
    %service_* can handle its absence.
  - Rewrite summaries not to rely on em dash grammar.
  - Do build without requiring bash-completion.
* Sat Jan 26 2019 bjorn.lie@gmail.com
  - Update to version 1.10.0:
    + udev:
    - Consolidated common tag names among all the supported
      plugins. E.g. ID_MM_PORT_TYPE_GPS, ID_MM_PORT_TYPE_AT_*,
      ID_MM_PORT_TYPE_QCDM... All these generic tags are included
      as symbols in the API, and compatibility will be maintained
      for these. Custom setups of ModemManager relying on
      previously available per-plugin udev tags may need to
      manually port them to this new generic subset.
    - New tag to allow specifying flow control settings to use in
      serial ports.
    + Core:
    - Avoid probing other protocols on TTYs tagged in udev with
      specific port type tags (e.g. avoid probing QCDM if a port is
      tagged as AT). This allows faster port probing and modem
      detection for known modem layouts.
    - Implemented support to enable and handle +CGEV URCs for
      asynchronous connection state updates in AT-controlled
      devices.
    + Manager interface:
    - New runtime daemon version reporting.
    - New support for requesting device inhibition, e.g. so that
      ModemManager stops completely using a modem device until the
      inhibition is released. This feature is implemented to allow
      fwupd taking over of a device completely for as long as it
      needs during a firmware update.
    + Modem interface:
    - All methods are always connected, even in Failed state.
    - Allow parallel Enable()/Disable() calls.
    - Deprecated redundant ListBearers() method, the read-only
      Bearers property is already showing the same information.
    + Bearer interface:
    - New 'BearerType' property, e.g. to specify whether a bearer
      is the initial LTE default bearer or not.
    - Deprecated 'number' field in bearer settings. Applications do
      not need to send the 'number' field in Bearer.Connect() or in
      Modem.Simple.Connect(), as the setting is totally ignored.
    + mmcli:
    - New 'key-value' output, easier to parse by scripts than the
      default.
    - Removed redundant '--location-get-XXX' actions, as the
      '--location-get' already reports the location information for
      all sources.
    - Removed redundant '--simple-status' action, as the same
      information can be obtained through different mmcli
      operations.
    - New manager '--inhibit-device' action and modem-specific
      '--inhibit', to allow requesting device inhibition.
    + 3GPP interface:
    - New support for exposing the network reported Protocol
      Configuration Options (PCO), to be used instead of the new
      deprecated Subscription State property.
    - New support for exposing the initial LTE default bearer
      status.
    - New support for configuring the initial LTE default bearer
      settings.
    + Location interface:
    - New LTE Tracking Area Code (TAC) in 3GPP location
      information.
    - New support for injecting assistance data (e.g. Qualcomm
      XTRA) into the GNSS engine, useful when there is no mobile
      connection to use MSA A-GPS.
    + Firmware interface:
    - Support for reporting firmware update support properties,
      e.g. specifying which update methods are supported. This
      information will be consumed by fwupd in order to allow
      upgrading firmware in devices managed by ModemManager.
    + Voice interface:
    - Multiple improvements and fixes in the voice call management
      logic implemented with generic AT commands.
    - Added AudioPort and AudioFormat properties to the Call
      object.
    - Added new generic audio channel setup/cleanup handlers in the
      Call object.
    + QMI:
    - New LOC service based GNSS support, including A-GPS setup via
      SUPL server.
    - New support for the "extended" LTE band list.
    - New support for reading IMSI and ICCID with the UIM service.
    + MBIM:
    - Implemented support for processing Protocol Configuration
      Options using Microsoft-defined Basic Connect Extensions.
    - Implemented support for LTE attach status and configuration
      using Microsoft-defined Basic Connect Extensions.
    - Implemented support for the extended signal interface and for
      3GPP location details using the AT&T specific service.
    - Implemented support for 3GPP USSD operations using the
      standard USSD service.
    - For Qualcomm-based MBIM devices, those with QMI-over-MBIM
      support, a whole new set of features is now available,
      including: QMI LOC/PDS location support, allowed/preferred
      mode management, frequency band selection, power management
      operations...
    + Plugins:
    - xmm: new XMM plugin, with shared logic (allowed/preferred
      mode management, frequency band selection, power management
      operations, extended signal quality reporting, GPS/A-GPS...)
      for Intel XMM based devices.
    - fibocom: new plugin, with support for generic MBIM and
      XMM-based devices.
    - dell: added support for XMM-based devices, like the DW5820e.
    - dell: added custom support for the DW5821e, including
      'unmanaged' GPS and firmware update integration details.
    - cinterion: new shared interface to include all logic shared
      between Option and Option/HSO devices.
    - sierra-legacy: implemented connection monitoring support.
    - u-blox: added support for extended call state transitions.
    - u-blox: added CDC-ECM support for SARA/LISA-U2xx modems.
    - altair-lte: migrated from SubscriptionState to PCO.
  - Changes from version 1.8.0:
    + New 'filter policy' setting in the ModemManager daemon to
      decide which ports are probed and how. Currently these levels
      are defined:
    - WHITELIST-ONLY: Only devices or ports explicitly whitelisted
      with the new 'ID_MM_DEVICE_PROCESS' udev tag are probed.
    - DEFAULT: All ports are allowed to be probed except for the
      ones explicitly greylisted as RS232 adapters or completely
      blacklisted. This is the default approach that was used until
      now, and the default as well in this release if a different
      one isn't requested.
    - STRICT: The daemon defines a set of heuristics to try to
      detect modems and ports to probe. Only the TTY ports that are
      very very likely to be modem ports are probed, therefore
      completely avoiding the need of having a separate blacklist
      or RS232 adapter greylist. But note that this policy may end
      up ignoring some devices, like TTY controlled modems without
      an associated network port.
    - PARANOID: This is equivalent to running the STRICT mode but
      also applying the blacklist and RS232 greylist filters
      explicitly.
    + Device 'naming'. This release includes logic to allow 'naming'
      devices with the ID_MM_PHYSDEV_UID udev tag, so that the names
      can then be used in e.g. mmcli and also exposed in the 'Device'
      property in the Modem interface. This new setup makes it
      possible to give the devices unique names that are kept across
      reboots.
    + Allow skipping the automatic scan for devices in the daemon
      with the new '--no-auto-scan' daemon option. Instead, the
      daemon may be called with the '--initial-kernel-events=[PATH]'
      option including a predefined list of ports or otherwise get
      the port additions reported during runtime with the mmcli
    - -report-kernel-event=[] command.
    + Allow building and running without 'udev'. In this setup, the
      previously explained '--no-auto-scan' is enabled by default, so
      ports are not automatically detected .Note that this setup is
      not suggested for standard distributions: if udev is available
      in the system, it is the preferred method to manage the port
      addition and removal.
    + SIM hot swap. The core includes the needed logic to support SIM
      hot swap in the different devices, although for now it's only
      tested for Telit and MBIM modems. If a SIM hot swap is
      detected, the modem is flagged as failed and reprobed from
      scratch.
    + Connection status monitoring logic. In order to try to detect
      network initiated disconnections, a generic setup is provided
      to plugins so that they can implement explicit connection
      status checks that would be executed periodically.
    + New support for 3GPP CSFB states and operation modes. We now
      support registration states reported as "SMS only" or "CSFB not
      preferred", and provide APIs to set and get the "UE mode of
      operation for EPS".
    + Build and system:
    - Updated the systemd service file with additional security
      related rules.
    - Added support for systemd journal logging.
    - Updated most of the code to use GTask instead of the
      deprecated GSimpleAsyncResult based operations.
    - ChangeLog is built from git during the dist tarball
      generation.
    + API:
    - Defined additional GSM, UMTS and LTE frequency bands.
    - The MMModemBand enumeration values (EUTRAN, UTRAN and CDMA)
      have been renamed to consolidate how they are defined. A
      compatibility layer has been provided to avoid breaking the
      API.
    - New 'HardwareRevision' property in the Modem interface.
    - New 'EpsUeModeOperation' property and 'SetEpsUeModeOperation'
      method in the Modem 3GPP interface.
    + Core:
    - Updated libqcdm to load signal strength from QCDM EVDO Pilot
      Sets.
    - Updated udev rules with new per-vendor rules for quicker
      processing.
    - Explicitly ignored ports are never probed now, but they will
      be reported as owned by the device and exposed in the Ports
      property.
    - New 'ID_MM_TTY_BAUDRATE' udev tag to specify the baudrate to
      use in RS232 TTY ports.
    - If using UCS2, still assume that the operator name may be
      given in ASCII.
    - Explicitly open QCDM ports anytime it's needed, instead of
      assuming they are open when enabled.
    - Query supported ME event reporting options and automatically
      set the best choice based on the supported ones.
    - Query supported flow control modems and automatically set the
      best choice based on the supported ones.
    - Explicitly configure flow control settings on the TTY as soon
      as it is connected, only applicable for RS232 devices.
    - Implemented generic unlock retries loading.
    + MBIM:
    - Explicitly reprobe the modem when the mbim-proxy is detected
      dead.
    - Workaround implemented to keep track of the PIN1 unlock
      retries as the protocol isn't very good allowing this.
    - Load and expose HW revision.
    + QMI:
    - Explicitly reprobe the modem when the qmi-proxy is detected
      dead.
    - Load and expose HW revision.
    - Detect port closed and forbid client allocation operations.
    - New optional connection status monitoring support, enabled by
      default for the Netgear AC341U.
    + Location interface: Disabled by default for MBIM modems.
    + Messaging interface: Try decoding with UTF-16BE when UCS-2
      reported.
    + Plugins:
    - u-blox: new plugin, currently supporting the TOBY-L2,
      TOBY-L4, TOBY-R2, LARA-R2 and LISA-R2.
    - quectel: new plugin, supporting generic AT/QMI based modems.
    - cinterion: implemented support for devices exposing a WWAN
      network interface.
    - cinterion: support changing modes in LTE capable devices.
    - cinterion: added GPS support for devices controlled only with
      AT^SGPSC.
    - cinterion: use ^SIND unsolicited messages for access tech
      reporting.
    - huawei: implemented Signal interface.
    - telit: added support for RS232, QMI and MBIM modems.
    - novatel: cleaned up registration state and access tech
      reporting.
    - novatel-lte: implemented unlock retries loading.
    - dell: speed probing time up and reduce udev dependency.
    - mbm: added GPS support for the Dell DW5560.
    + Updated translations.
  - Drop intltool BuildRequires, no longer needed.
  - Pass --with-systemd-journal to configure, ensure we use the new
    journald support for logging.
* Mon Jul 30 2018 bjorn.lie@gmail.com
  - Update to version 1.6.14:
    + Build: Avoid -Wincompatible-pointer-types for MM 1.6.x builds,
      to skip the stricter checks in GObject.
    + Introspection:
    - Fixed bearer list annotations.
    - Explicitly use ModemManager prefix to refer to introspected
      types.
    + Core:
    - udev: add tags also on bind actions.
    - 3GPP: don't force auto registration if already registered.
    - Signal: fix reloading of detailed signal quality status on AT
      modems.
    + Plugins:
    - QMI: update EPS registration state for LTE modems.
    - MBIM:
      . Check if IP session is active before trying to deactivate
      it.
      . Increase deactivation timeout to 60s.
    - Huawei: Handle optional 0x prefix on hex numbers in ^DHCP
      response.
    + Several other minor fixes.
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Thu Jan 11 2018 zaitor@opensuse.org
  - Update to version 1.6.12:
    + Blacklist:
    - Ignored Pycom devices.
    - Added Microchip's VID to the greylist.
    + QMI:
    - Fixed connection state machine when built against libqmi <
      1.18.
    - Fixed connection state machine when an error is reported
      setting up WDS indications.
  - Changes from version 1.6.10:
    + Blacklist:
    - Ignored Silicon Labs USB Zigbee dongles.
    - Ignored Garmin ANT+ sticks.
    - Ignored Intel coredump downloader device.
    + QMI:
    - Fixed potential user-after-free issues.
    - Fixed missing handler cleanups on network-initiated
      disconnects.
    + MBIM:
    - Fix invalid session_id and nw_error reads.
    - Avoid calling mbim_message_unref() on NULL message.
    - Fixed invalid object access due to handlers not being removed
      correctly.
    - Ensure session is disconnected before trying to connect.
    - Fixed t crash when modem doesn't send gateways.
    + udev:
    - Removed default ID_MM_PLATFORM_DRIVER_PROBE whitelist.
      Devices exposed via the 'atmel_usart' driver aren't probed
      automatically any more.
    + Core:
    - Fixed running init sequence after port flashing in
      disconnection.
    - Fixed "forbidden product strings" check in plugins.
    - Fixed multiple memory leaks and invalid memory read/writes.
    - Fixed multiple async operation completions in event handlers.
    - Fixed multiple potential NULL dereferences.
    - Fixed deadlock when trying to disconnect cancellable.
    - Fixed reporting TX/RX stats (numbers were swapped).
    - Ignored USB interface removal events.
    + libmm-glib: Fix NULL dereference on firmware unique_id checks.
    + polkit: Added missing Location interface method rules.
    + Plugins:
    - MBM: set data port for Dell DW5560.
    - Simtech: fix error reporting in 3gpp unsolicited events
      enabling.
    - Fixed multiple memory leaks.
    + systemd: Drop After=syslog.target rule.
  - Drop post(un) handling of icon_theme_cache_post(un), no longer
    needed, file-triggers takes care of this now.
  - Drop ModemManager-1.0.0-systemd-activation.patch: No longer
    needed.
* Thu Nov 09 2017 sckang@suse.com
  - Avoid using "systemctl enable" in spec file (bsc#1038402).
* Mon Jul 17 2017 zaitor@opensuse.org
  - Update to version 1.6.8:
    + Blacklist: Ignored default Linux USB Serial Gadget.
    + QMI:
    - Fixed build with libqmi 1.16.
    - Allow prefix match for modem images ending with '?'.
    + Plugins:
    - Telit: fix #PSNT values interpretation for HSDPA and LTE
      modems.
    - Telit: add LTE access technology reporting.
    - Huawei: let the E3372 run NDISDUP via TTY.
    - MBM: fix async method completion enabling unsolicited events.
    + Core:
    - AT+WS46=? response parser extended to support ranges.
    - Fix setting up signal quality retrieval logic.
  - Changes from version 1.6.6:
    + Blacklist:
    - Ignored keyboard.io devices.
    - Ignored Analog Devices EVAL-ADXL362Z-DB.
    - Ignored promotion boards from Renesas.
    - Ignored Analog PlutoSDR.
    - Ignored Telit LE866 flashing device.
    + Plugins:
    - Telit: fix AT+SERVICE 3GPP2 access technology reporting.
    - Telit: lock/unlock CSIM operations by default.
    - Telit: don't ignore AT ports without an explicit port type
      hint tag.
    - Cinterion: improve ^SMONG and ^SCFG=? response parsers.
    - Huawei: implement Signal interface based on ^HCSQ.
    - QMI: require FCC auth if InvalidTransition error is detected.
    - QMI: fix incorrect use of mm_base_bearer_get_status().
    - QMI: add WDS event reporting support.
    - MBIM: remove parent access tech loading.
    + Core:
    - Added RSCP item in the Signal interface.
    - Implement Signal interface in the generic AT based modem
      based on ^CESQ.
    - Improve network registration checks for LTE devices.
    - Handle SDIO devices.
    - Fix QCDM access tech reporting for WCDMA system modes.
    - Fix capabilities in 4G-only devices.
    - Set TTY as connected as soon as ATD replies.
    + And some other fixes.
* Sun Feb 26 2017 mailaender@opensuse.org
  - Update to version 1.6.4:
    + Blacklist:
    - Ignored new Infineon flashloader devices.
    - Ignored Sigma Sport docking stations.
    + Core:
    - USSD: don't rely on lock status to allow actions.
    - 3GPP: always use 300s by default in the network scan
      operation.
    - Build: limit the available glib functionality to the version
      supported.
    + Plugins:
    - telit: add support for the Telit GE910.
    - zte: fix SUBSYSTEMS and ATTRS{idVendor} checks.
    + Other minor fixes.
* Mon Jan 02 2017 mpluskal@suse.com
  - Recommend libmbim (boo#1017734)
* Fri Dec 09 2016 dimstar@opensuse.org
  - Drop pkgconfig(libsystemd-login): Even though configure checks
    for it, pkgconfig(libsystemd) is actually enough to enable the
    needed features (resume support). libsystemd-login no longer
    exists with systemd v232.
* Tue Nov 01 2016 zaitor@opensuse.org
  - Drop obsolete automake BuildRequires: Leftover from past patches.
* Fri Oct 14 2016 zaitor@opensuse.org
  - Update to version 1.6.2:
    + Huawei: Fix setting up unsolicited voice messages.
    + Blacklist: ignored u-blox GPS/GLOSNASS USB dongle and some new
      Arduinos.
    + ZTE: avoid making udev rules tty-only.
    + Some other minor fixes.
  - Drop ModemManager-core-use-MM-specific-logging-methods.patch:
    Fixed upstream.
* Thu Oct 13 2016 hpj@urpla.net
  - Add explicit pkgconfig(libsystemd) and
    pkgconfig(libsystemd-login) BuildRequires: Align with what
    configure looks for. These are needed for the new suspend/resume
    detection that arrived in 1.6.0.
* Fri Aug 26 2016 sckang@suse.com
  - Drop
    bnc878066-serial-ports-on-the-IO-card-are-not-responding.patch:
    No longer needed.
* Thu Aug 18 2016 zaitor@opensuse.org
  - Add ModemManager-core-use-MM-specific-logging-methods.patch:core:
    use MM-specific logging methods always instead of the generic
    GLib ones. Patch from upstream stable git.
* Mon Aug 15 2016 bruno@ioda-net.ch
  - Update to version 1.6.0 (boo#975211):
    + New features:
    - Core:
      . Implemented support for suspend/resume detection, currently
      working when systemd is in use. Whenever the system is
      suspended, we'll flag the modems as invalid so that they
      are re-probed from scratch when the system is resumed.
      . Added cancellation support for the probing operations.
      . Reworked and simplified the serial port response
      processing.
    - Location interface:
      . Added A-GPS support, currently available only for QMI based
      modems with PDS service.
      . Added support for updating the default GPS refresh time.
    - Time interface: New default implementation for all AT-based
      modems.
    - Voice interface: New DBus interface to allow the management
      of voice calls, which currently assumes that the audio
      channel is setup out of ModemManager.
    - Bearer: New support for reporting statistics of the ongoing
      connection with a new 'Stats' property, currently available
      for QMI and MBIM based modems.
    - QMI:
      . Implemented support for devices which only work in "raw IP"
      mode, like the Sierra MC7455.
      . Implemented support for SIM related operations using the
      UIM service, as newer modems with multi-SIM capabilities
      don't support the legacy DMS UIM operations.
      . Implemented support for detecting network-initiated
      disconnections.
    - MBIM: If online mode fails, try to use the 'DMS Set FCC
      Authentication' QMI
    - udev: Added new supported 'ID_MM_PORT_IGNORE' tag to allow
      fully ignoring ports specified by the user.
    - mmcli:
      . Added command completion.
      . Added new operations to use the Voice interface.
    - Build: Added code coverage support.
    - Plugins:
      . haier: new plugin to support the Haier CE81B.
      . thuraya: new plugin for Thuraya satellite modems.
      . sierra-legacy,sierra: the implementation for Sierra modems
      is now split into two different plugins: a 'legacy' one for
      the old PPP and DirectIP based modems and the standard one
      for the newer QMI and MBIM based ones.
      . dell: new plugin for Dell rebranded devices from Novatel,
      Sierra or Ericsson.
      . gobi: removed the plugin. All non-vendor specific QMI
      devices should now be managed by the generic plugin.
      . mbm: dynamically load the list of supported modes.
      . mbm: fixed several connection/disconnection issues.
      . simtech: support QMI devices.
      . huawei: implemented Voice call management support.
      . huawei: use static IP addressing in NDISDUP capable devices
      if the AT^DHCP response provides the IP details.
    + Existing features backported to 1.4.x releases also present in
      in ModemManager 1.6.0:
    - MBIM:
      . The mbim-proxy is used by default.
      . Implemented support for disconnection status notification
      while connected.
      . Disabled CDMA capabilities, until properly supported.
    - QMI:
      . The qmi-proxy is used by default.
      . If online mode fails, use 'DMS Set FCC Authentication',
      required by some rebranded Sierra modems (e.g. Dell branded
      ones).
      . Implemented support for loading SIM operator id and name.
      . Implemented power-cycle reset functionality.
    - Plugins:
      . telit:
      . added support for new devices, like HE910, UE910 and
      . implemented dynamic port identification.
      . implemented unlock retries loading.
      . implemented supported/current bands management.
      . implemented supported/current modes management.
      . implemented modem reset and power down.
      . mbm: implemented GPS support for Ericsson HS2350 and
      H5321gw modems.
  - Drop upstream fixed patches:
    + ModemManager-cinterion_drop_unused_constants.patch.
    + ModemManager-novatel_remove_unused_custom_AT_probe_array.patch.
    + ModemManager-wmc_fix_typo.patch.
    + ModemManager-fix-whitespaces.patch.
  - Added nmcli-bash-completion package.
  - Need last version of polkit-default-priv (bsc#976945).
  - build '--with-suspend-resume=systemd' argument.
* Mon May 23 2016 dimstar@opensuse.org
  - Add three more patches from upstream to fix build with gcc6:
    + ModemManager-cinterion_drop_unused_constants.patch.
    + ModemManager-novatel_remove_unused_custom_AT_probe_array.patch.
    + ModemManager-wmc_fix_typo.patch.
* Mon May 23 2016 dimstar@opensuse.org
  - Add ModemManager-fix-whitespaces.patch: Fix whitespace usage.
    While building with GCC 6, the indenting is taken as a warning
    for the user likely making a mistake.
* Thu Apr 14 2016 mgorse@suse.com
  - Update to GNOME 3.20  Fate#318572
  - Rebased
    bnc878066-serial-ports-on-the-IO-card-are-not-responding.patch.
* Mon Apr 11 2016 dimstar@opensuse.org
  - Update to version 1.4.14:
    + Core:
    - Improved several AT response parsers (+CREG, +CGDCONT,
      +CPMS...).
    - Explicitly disconnect bearer before removing it.
    + 3GPP: allow LAC/CID updates while registering.
    + QMI:
    - Don't assume LAC/CID updates are always given in system
      indications.
    - Don't add APN auth settings if user/pass not given.
    - Load SIM operator id and name with "NAS home network"
    - Power-cycle reset functionality implemented.
    + Telit:
    - Added udev rules for Telite LE910 V2.
    - Implemented modem reset & power down.
    - Implemented unlock retries loading.
    - Implemented supported/current bands loading/setting.
    - Implemented supported/current modes loading/setting.
    - Ignored proxmark3.
    + Some other minor fixes.
* Mon Nov 02 2015 zaitor@opensuse.org
  - Update to version 1.4.12:
    + MBM:
    - Implemented GPS support for Ericsson modems.
    - Enabled GPS port for H5321gw and HS2350.
    + Telit:
    - Added udev rules for HE910/UE910/UL865.
    - Implemented dynamic port identification.
    + QMI:
    - Expose IP config details in bearer object even if DHCP is
      requested.
    - Retrieve MM_MODEM_3GPP_FACILITY_SIM.
    + MBIM: CDMA capabilities disabled by default (not yet
      supported).
    + libmm-glib:
    - If empty path (/) given, no SIM object will be created.
    - Added missing introspection annotations to disconnect().
    + Core:
    - Don't check the cache when explicitly asking for required
      unlocks.
    - Initialize SMS messaging support also in the secondary port.
    - New +CGMR parser which covers the Telit HE910 specific
      format.
    - New AT-based generic implementation for the Time interface.
    - Fix reporting DENIED state in 3GPP modems.
    + Policy: remove rule which was preventing us from receiving
      signals.
    + Blacklist: ignored MediaTek preloader.
    + Misc. other minor fixes
* Thu Aug 06 2015 dimstar@opensuse.org
  - Add explicit pkgconfig(udev) BuildRequires: we need it to define
    %{_udevdir}.
* Fri Jul 24 2015 jweberhofer@weberhofer.at
  - Update to version 1.4.10:
    + QMI: retry unlock check on 'UimUninitialized' errors.
    + QMI: fix '0' prefixed IMEI/ESN/MEID.
    + Huawei: fix secondary port unsolicited message handling.
    + Huawei: ignore ^POSEND and ^POSITION unsolicited messages.
    + Blacklist: ignore devices from Posnet Polska S.A.
    + Blacklist: ignore Palm M5xx devices.
  - Cleaned up spec
* Thu Apr 23 2015 zaitor@opensuse.org
  - Update to version 1.4.8:
    + Build: avoid building DBus tests with GLib 2.32.
    + ZTE: support MF700.
    + Huawei: extend ^NDISSTATQRY parser with new response formats.
    + Blacklist: ignore devices from Access Interface Solutions.
    + Core: added ModemManager --version action.
    + Some other minor fixes.
  - Changes from version 1.4.6:
    + MBIM: by default use the new mbim-proxy setup.
    + Telit: new support for HE910, UE910 and UL865.
    + Location: avoid printing location info in syslog with info
      level.
    + Greylist: add Cypress USB<->RS232 adapters
    + QMI: avoid unref-ing arrays owned by the output bundles.
    + Some other minor fixes.
  - Changes from version 1.4.4:
    + Use 'DMS Set FCC Authentication' if online mode fails in QMI
      modems. This change requires bumping the libqmi version to
      1.12.4, which is the stable release including the change.
    + Fix segfault when empty pdp type string is given.
    + Fix segfault when port driver is unknown.
    + Blacklist: ignore PalmOS devices driven by 'visor'
* Mon Feb 09 2015 zaitor@opensuse.org
  - Update to version 1.4.2:
    + MBIM:
    - Update to handle 'Function Error' responses as per libmbim
      1.12.
    - Handle network-notified connection status messages.
    + Bluetooth: Keep track of devices as they are move across sysfs.
    + Core: case insensitive matches in the APN list.
    + ZTE: avoid using QMI in the MF60.
    + Huawei: updated port type hint strings.
    + Icera:
    - Fix no IPv6 report response.
    - Retry Icera probing several times.
    + Altair: increase AT probe command timeout.
    + Some other minor fixes.
* Mon Oct 20 2014 dimstar@opensuse.org
  - Update to version 1.4.0:
    + This version comes with the following updates in the
      interfaces:
    - Updated the logic around the IP configuration properties in
      the Bearer:
      . Setting DHCP as IP method in the IPv6 settings means that
      SLAAC should be used to retrieve correct addressing and
      routing details.
      . DHCP IP method may now be combined with an explicit static
      IP address, as IPv6 SLAAC may require the link-local
      address to be present.
      . MTU is now also included in the IP configuration
      properties, if specified by the modem, and applicable to
      both DHCP and STATIC methods.
    - New 'OFF' power state, which fully switches off the modem
      device. After setting the modem in this state, no further use
      of it can be done. Currently available in Wavecom and
      Cinterion.
    - Location interface: new 'unmanaged GPS' support, which allows
      to start/stop the GPS module in the modem, while leaving the
      location information retrieval to other processes. Currently
      available in modems with independent GPS TTYs, like
      Option/HSO, Cinterion and Huawei.
    - New Test DBus interface: not to be installed, just for
      internal system tests.
    + Other notable changes include:
    - MBIM: support for ZTE and Sequans Communications modems.
    - Ericsson MBM: Support for AT-capable /dev/cdc-wdm ports.
    - Huawei: improved support for Network time retrieval.
    - Huawei: implemented GPS support.
    - Huawei: support for /dev/cdc-wdm AT ports via the new
      huawei-cdc-ncm driver.
    - Cinterion: implemented GPS support.
    - Cinterion: implemented unlock retries loading.
    - Cinterion: gather port types for multi-tty devices.
    - Cinterion: custom wait for SIM readiness after SIM-PIN
      unlock.
    - Wavecom: custom wait for SIM readiness after SIM-PIN unlock.
    - Probing: new flag to identify hotplugged devices which don't
      need full reset.
    - Tests: internal refactor of the ports handling code, allowing
      test-driven virtual ports and system tests run during
      'make check'. This new feature also comes with a new internal
      'Test' DBus interface, as well as new --test-[*] options in
      the ModemManager program.
    - and many more fixes...
  - Changes from version 1.2.0:
    + Signal interface: new interface for extended signal quality
      information.
    + OMA interface: new interface to expose the Device Management
      capabilities defined by the Open Mobile Alliance.
    + Messaging interface: new 'Messages' property.
    + Modem interface: new 'Bearers' property.
    + 3GPP interface: new 'SubscriptionState' property.
    + Other notable changes include:
    - QMI: Implemented Manual CDMA activation logic.
    - QMI: Implemented 3GPP2/CDMA SMS support.
    - QMI: Added support for QMI modems in the ZTE, x22x and
      Cinterion plugins.
    - Huawei: multiple improvements and fixes for the ^NDISDUP
      support.
    - Huawei: new mode/switching logic with ^SYSCFGEX for
      LTE-capable devices.
    - Altair-LTE: set subscription state based on PCO.
    - MediaTek: new 'mtk' plugin added for MediaTek devices.
    - libmm-glib: Added GObject Introspection and Vala support.
    - and many more fixes...
  - Add gobject-introspection-devel and vala BuildRequires: new build
    dependencies.
  - Split new subpackage typelib-1_0-ModemManager-1_0.
  - Add rcModemManager symlink.

Files

/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf
/usr/bin/mmcli
/usr/lib/systemd/system/ModemManager.service
/usr/lib/udev/rules.d/77-mm-cinterion-port-types.rules
/usr/lib/udev/rules.d/77-mm-dell-port-types.rules
/usr/lib/udev/rules.d/77-mm-dlink-port-types.rules
/usr/lib/udev/rules.d/77-mm-ericsson-mbm.rules
/usr/lib/udev/rules.d/77-mm-fibocom-port-types.rules
/usr/lib/udev/rules.d/77-mm-haier-port-types.rules
/usr/lib/udev/rules.d/77-mm-huawei-net-port-types.rules
/usr/lib/udev/rules.d/77-mm-longcheer-port-types.rules
/usr/lib/udev/rules.d/77-mm-mtk-port-types.rules
/usr/lib/udev/rules.d/77-mm-nokia-port-types.rules
/usr/lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules
/usr/lib/udev/rules.d/77-mm-quectel-port-types.rules
/usr/lib/udev/rules.d/77-mm-sierra.rules
/usr/lib/udev/rules.d/77-mm-simtech-port-types.rules
/usr/lib/udev/rules.d/77-mm-telit-port-types.rules
/usr/lib/udev/rules.d/77-mm-tplink-port-types.rules
/usr/lib/udev/rules.d/77-mm-ublox-port-types.rules
/usr/lib/udev/rules.d/77-mm-usb-device-blacklist.rules
/usr/lib/udev/rules.d/77-mm-usb-serial-adapters-greylist.rules
/usr/lib/udev/rules.d/77-mm-x22x-port-types.rules
/usr/lib/udev/rules.d/77-mm-zte-port-types.rules
/usr/lib/udev/rules.d/80-mm-candidate.rules
/usr/lib64/ModemManager
/usr/lib64/ModemManager/libmm-plugin-altair-lte.so
/usr/lib64/ModemManager/libmm-plugin-anydata.so
/usr/lib64/ModemManager/libmm-plugin-cinterion.so
/usr/lib64/ModemManager/libmm-plugin-dell.so
/usr/lib64/ModemManager/libmm-plugin-dlink.so
/usr/lib64/ModemManager/libmm-plugin-ericsson-mbm.so
/usr/lib64/ModemManager/libmm-plugin-fibocom.so
/usr/lib64/ModemManager/libmm-plugin-generic.so
/usr/lib64/ModemManager/libmm-plugin-haier.so
/usr/lib64/ModemManager/libmm-plugin-huawei.so
/usr/lib64/ModemManager/libmm-plugin-iridium.so
/usr/lib64/ModemManager/libmm-plugin-linktop.so
/usr/lib64/ModemManager/libmm-plugin-longcheer.so
/usr/lib64/ModemManager/libmm-plugin-motorola.so
/usr/lib64/ModemManager/libmm-plugin-mtk.so
/usr/lib64/ModemManager/libmm-plugin-nokia-icera.so
/usr/lib64/ModemManager/libmm-plugin-nokia.so
/usr/lib64/ModemManager/libmm-plugin-novatel-lte.so
/usr/lib64/ModemManager/libmm-plugin-novatel.so
/usr/lib64/ModemManager/libmm-plugin-option-hso.so
/usr/lib64/ModemManager/libmm-plugin-option.so
/usr/lib64/ModemManager/libmm-plugin-pantech.so
/usr/lib64/ModemManager/libmm-plugin-quectel.so
/usr/lib64/ModemManager/libmm-plugin-samsung.so
/usr/lib64/ModemManager/libmm-plugin-sierra-legacy.so
/usr/lib64/ModemManager/libmm-plugin-sierra.so
/usr/lib64/ModemManager/libmm-plugin-simtech.so
/usr/lib64/ModemManager/libmm-plugin-telit.so
/usr/lib64/ModemManager/libmm-plugin-thuraya.so
/usr/lib64/ModemManager/libmm-plugin-tplink.so
/usr/lib64/ModemManager/libmm-plugin-ublox.so
/usr/lib64/ModemManager/libmm-plugin-via.so
/usr/lib64/ModemManager/libmm-plugin-wavecom.so
/usr/lib64/ModemManager/libmm-plugin-x22x.so
/usr/lib64/ModemManager/libmm-plugin-zte.so
/usr/lib64/ModemManager/libmm-shared-icera.so
/usr/lib64/ModemManager/libmm-shared-novatel.so
/usr/lib64/ModemManager/libmm-shared-option.so
/usr/lib64/ModemManager/libmm-shared-sierra.so
/usr/lib64/ModemManager/libmm-shared-telit.so
/usr/lib64/ModemManager/libmm-shared-xmm.so
/usr/sbin/ModemManager
/usr/sbin/rcModemManager
/usr/share/ModemManager
/usr/share/ModemManager/mm-dell-dw5821e-carrier-mapping.conf
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Bearer.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Call.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Firmware.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Location.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Messaging.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Oma.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Signal.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Simple.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Time.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.Voice.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Modem.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Sim.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.Sms.xml
/usr/share/dbus-1/interfaces/org.freedesktop.ModemManager1.xml
/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service
/usr/share/doc/packages/ModemManager
/usr/share/doc/packages/ModemManager/AUTHORS
/usr/share/doc/packages/ModemManager/README
/usr/share/icons/hicolor/22x22/apps/ModemManager.png
/usr/share/licenses/ModemManager
/usr/share/licenses/ModemManager/COPYING
/usr/share/man/man1/mmcli.1.gz
/usr/share/man/man8/ModemManager.8.gz
/usr/share/polkit-1/actions/org.freedesktop.ModemManager1.policy


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024