Dominique Leuenberger 2017-09-12 17:39:11 +00:00 committed by Git OBS Bridge
commit e735ae64d2
5 changed files with 21 additions and 29 deletions

View File

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

3
libmbim-1.14.2.tar.xz Normal file
View File

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

View File

@ -1,22 +0,0 @@
From c68b1375f3729968a1d83feecc6df0f6cfd81746 Mon Sep 17 00:00:00 2001
From: Aleksander Morgado <aleksander@aleksander.es>
Date: Wed, 1 Feb 2017 23:05:40 +0100
Subject: libmbim-glib,device: plug memleak in open timeout
(cherry picked from commit f6249fee1710484a749a5b919ca130d36d64eb2d)
diff --git a/src/libmbim-glib/mbim-device.c b/src/libmbim-glib/mbim-device.c
index a001940..c869ad7 100644
--- a/src/libmbim-glib/mbim-device.c
+++ b/src/libmbim-glib/mbim-device.c
@@ -1281,6 +1281,7 @@ open_message_ready (MbimDevice *self,
/* No more seconds left in the timeout... return error */
}
+ g_error_free (error);
g_debug ("open operation timed out: closed");
self->priv->open_status = OPEN_STATUS_CLOSED;
--
cgit v0.10.2

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 7 15:06:56 UTC 2017 - zaitor@opensuse.org
- Update to version 1.14.2:
+ libmbim-glib:
- Added MBIM_READY_INFO_FLAG_NONE to MbimReadyInfoFlag.
- Fixed G_DEPRECATED_FOR annotations.
+ mbim-proxy:
- Fixed segfault when device goes away while being opened.
- Avoid receiving signals from the parent process.
+ mbimcli:
- Fix second ctrl+c handling.
- Add cancellability to the query-ip-configuration action.
+ mbim-network: Fix bashisms.
+ Several other minor improvements and fixes.
- Drop libmbim-plug-mem-leak.patch: Fixed upstream.
-------------------------------------------------------------------
Wed Mar 1 17:53:28 UTC 2017 - zaitor@opensuse.org

View File

@ -18,15 +18,13 @@
Name: libmbim
Version: 1.14.0
Version: 1.14.2
Release: 0
Summary: Mobile Interface Broadband Model (MBIM) protocol
License: GPL-2.0+ and LGPL-2.0+
Group: Productivity/Networking/System
Url: http://www.freedesktop.org/wiki/Software/libmbim/
Source: http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM libmbim-plug-mem-leak.patch zaitor@opensuse.org -- Plug memory leak in open timeout
Patch0: libmbim-plug-mem-leak.patch
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32
BuildRequires: pkgconfig(gobject-2.0)
@ -69,7 +67,6 @@ This package contain de bash completion command for mbimcli tools.
%prep
%setup -q
%patch0 -p1
%build
%configure \