From 674ef8388271d028ea07676e1774584f191c2d5156bbed1acd0e27bd48ebde05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 15 Jan 2020 20:25:51 +0000 Subject: [PATCH 1/2] Accepting request 764796 from home:mnhauke - Update to version 1.22.0 * libmbim-glib: + Message parsing logic improved to avoid reading fields out of bounds, e.g. if the messages sent by the modem are malformed or not in line with the specs. * Several other minor improvements and fixes. OBS-URL: https://build.opensuse.org/request/show/764796 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=49 --- libmbim-1.20.4.tar.xz | 3 --- libmbim-1.22.0.tar.xz | 3 +++ libmbim.changes | 10 ++++++++++ libmbim.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 libmbim-1.20.4.tar.xz create mode 100644 libmbim-1.22.0.tar.xz diff --git a/libmbim-1.20.4.tar.xz b/libmbim-1.20.4.tar.xz deleted file mode 100644 index f3f1ae9..0000000 --- a/libmbim-1.20.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac2708a409b09f1f6f1786a8a9e39c36619aa8d6f285ea943daa7a48ea36d3e8 -size 476692 diff --git a/libmbim-1.22.0.tar.xz b/libmbim-1.22.0.tar.xz new file mode 100644 index 0000000..80f1704 --- /dev/null +++ b/libmbim-1.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0778eb1cd12c3604523134e55183f5147b0cae71150e875b583768f7aa1f38 +size 491708 diff --git a/libmbim.changes b/libmbim.changes index cbdd0cb..9ee03f3 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 15 20:07:04 UTC 2020 - Martin Hauke + +- Update to version 1.22.0 + * libmbim-glib: + + Message parsing logic improved to avoid reading fields out of + bounds, e.g. if the messages sent by the modem are malformed + or not in line with the specs. + * Several other minor improvements and fixes. + ------------------------------------------------------------------- Sat Jan 4 17:47:58 UTC 2020 - Stefan Brüns diff --git a/libmbim.spec b/libmbim.spec index 4b6df27..d708afe 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,7 +1,7 @@ # # spec file for package libmbim # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: libmbim -Version: 1.20.4 +Version: 1.22.0 Release: 0 Summary: Mobile Broadband Interface Model (MBIM) protocol License: GPL-2.0-or-later AND LGPL-2.0-or-later From a4b55eb01fa30980ad73980f71cef336abd4b657e04b1781afb45cadf38dd6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 15 Jan 2020 20:27:00 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=50 --- libmbim.changes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libmbim.changes b/libmbim.changes index 9ee03f3..04ed994 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -2,11 +2,10 @@ Wed Jan 15 20:07:04 UTC 2020 - Martin Hauke - Update to version 1.22.0 - * libmbim-glib: - + Message parsing logic improved to avoid reading fields out of - bounds, e.g. if the messages sent by the modem are malformed - or not in line with the specs. - * Several other minor improvements and fixes. + + libmbim-glib: Message parsing logic improved to avoid reading + fields out of bounds, e.g. if the messages sent by the modem + are malformed or not in line with the specs. + + Several other minor improvements and fixes. ------------------------------------------------------------------- Sat Jan 4 17:47:58 UTC 2020 - Stefan Brüns