Accepting request 802240 from home:mnhauke

- Update to version 1.24.12:
  * libqmi-glib:
    - Skip UTF-8 validation on 0xFF suffix that may happen in
      fixed sized strings (e.g. 2-digit MNC value in 3-byte fixed
      sized field).
    - Explicitly allow CR and LF as valid characters in strings
      (e.g. when given in NMEA trace indications).
  * qmi-proxy:
    - Fix loss of last requests on client hangup.
    - Fix missing indication/removal signal handling in clients.
    - Fix forwarding of broadcast indications to all clients.
  * Several other minor improvements and fixes.

OBS-URL: https://build.opensuse.org/request/show/802240
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=33
This commit is contained in:
Dirk Mueller 2020-05-13 08:53:19 +00:00 committed by Git OBS Bridge
parent ba5b653fda
commit 6df950bf85
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2121243b5da8bcffc8f6f5ca0d7217498f94fffd115883763282c68f255fde7
size 994864

3
libqmi-1.24.12.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d3b91a2b8a882b17b16403c9ef7bdce522db4f0ceaa3e4dff76033885428b69
size 1009704

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat May 9 12:29:42 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.24.12:
* libqmi-glib:
- Skip UTF-8 validation on 0xFF suffix that may happen in
fixed sized strings (e.g. 2-digit MNC value in 3-byte fixed
sized field).
- Explicitly allow CR and LF as valid characters in strings
(e.g. when given in NMEA trace indications).
* qmi-proxy:
- Fix loss of last requests on client hangup.
- Fix missing indication/removal signal handling in clients.
- Fix forwarding of broadcast indications to all clients.
* Several other minor improvements and fixes.
-------------------------------------------------------------------
Fri Apr 10 17:46:50 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -20,7 +20,7 @@
%define _soname libqmi-glib5
Name: libqmi
Version: 1.24.10
Version: 1.24.12
Release: 0
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
Summary: Library to control QMI devices