Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0
@ 2016-07-26 14:47 yegorslists at googlemail.com
  2016-07-26 14:47 ` [Buildroot] [PATCH 2/3] libqmi: bump to version 1.16.0 yegorslists at googlemail.com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2016-07-26 14:47 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/libmbim/libmbim.hash | 2 +-
 package/libmbim/libmbim.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libmbim/libmbim.hash b/package/libmbim/libmbim.hash
index 2c10b4f..21921c9 100644
--- a/package/libmbim/libmbim.hash
+++ b/package/libmbim/libmbim.hash
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256  7bd9af154e88ee1cccaf2fedd05e0f5cb82e3359ab6ad2a75cfec98bf57f973a  libmbim-1.12.4.tar.xz
+sha256  ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b  libmbim-1.14.0.tar.xz
diff --git a/package/libmbim/libmbim.mk b/package/libmbim/libmbim.mk
index 746596e..0f757c0 100644
--- a/package/libmbim/libmbim.mk
+++ b/package/libmbim/libmbim.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBMBIM_VERSION = 1.12.4
+LIBMBIM_VERSION = 1.14.0
 LIBMBIM_SITE = http://www.freedesktop.org/software/libmbim
 LIBMBIM_SOURCE = libmbim-$(LIBMBIM_VERSION).tar.xz
 LIBMBIM_LICENSE = LGPLv2+ (library), GPLv2+ (programs)
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/3] libqmi: bump to version 1.16.0
  2016-07-26 14:47 [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0 yegorslists at googlemail.com
@ 2016-07-26 14:47 ` yegorslists at googlemail.com
  2016-07-26 14:47 ` [Buildroot] [PATCH 3/3] modem-manager: bump to version 1.6.0 yegorslists at googlemail.com
  2016-07-26 19:32 ` [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2016-07-26 14:47 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/libqmi/libqmi.hash | 2 +-
 package/libqmi/libqmi.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libqmi/libqmi.hash b/package/libqmi/libqmi.hash
index 4a335b6..08da1ae 100644
--- a/package/libqmi/libqmi.hash
+++ b/package/libqmi/libqmi.hash
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256  6283b80aea1b2721523e5229087764b4d6a1c9f53488690fa16a11adff4a0040  libqmi-1.14.2.tar.xz
+sha256  7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a  libqmi-1.16.0.tar.xz
diff --git a/package/libqmi/libqmi.mk b/package/libqmi/libqmi.mk
index 7c46037..825493e 100644
--- a/package/libqmi/libqmi.mk
+++ b/package/libqmi/libqmi.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBQMI_VERSION = 1.14.2
+LIBQMI_VERSION = 1.16.0
 LIBQMI_SITE = http://www.freedesktop.org/software/libqmi
 LIBQMI_SOURCE = libqmi-$(LIBQMI_VERSION).tar.xz
 LIBQMI_LICENSE = LGPLv2+ (library), GPLv2+ (programs)
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 3/3] modem-manager: bump to version 1.6.0
  2016-07-26 14:47 [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0 yegorslists at googlemail.com
  2016-07-26 14:47 ` [Buildroot] [PATCH 2/3] libqmi: bump to version 1.16.0 yegorslists at googlemail.com
@ 2016-07-26 14:47 ` yegorslists at googlemail.com
  2016-07-26 19:32 ` [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0 Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: yegorslists at googlemail.com @ 2016-07-26 14:47 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

MUSL build was fixed in this release.

Fixes:
http://autobuild.buildroot.net/results/fcc/fcce95bd13407535bee336e34288b55142ae0bb5

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/modem-manager/modem-manager.hash | 2 +-
 package/modem-manager/modem-manager.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/modem-manager/modem-manager.hash b/package/modem-manager/modem-manager.hash
index 5299c84..9e83488 100644
--- a/package/modem-manager/modem-manager.hash
+++ b/package/modem-manager/modem-manager.hash
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256  abe6cdd515a774bcba3afdcdb1e504569801e79282ccdf26099f33cbb8731ba2  ModemManager-1.4.14.tar.xz
+sha256  a94f4657a8fa6835e2734fcc6edf20aa8c8d452f62299d7748541021c3eb2445  ModemManager-1.6.0.tar.xz
diff --git a/package/modem-manager/modem-manager.mk b/package/modem-manager/modem-manager.mk
index 6d91afc..252292a 100644
--- a/package/modem-manager/modem-manager.mk
+++ b/package/modem-manager/modem-manager.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MODEM_MANAGER_VERSION = 1.4.14
+MODEM_MANAGER_VERSION = 1.6.0
 MODEM_MANAGER_SOURCE = ModemManager-$(MODEM_MANAGER_VERSION).tar.xz
 MODEM_MANAGER_SITE = http://www.freedesktop.org/software/ModemManager
 MODEM_MANAGER_LICENSE = GPLv2+ (programs, plugins), LGPLv2+ (libmm-glib)
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0
  2016-07-26 14:47 [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0 yegorslists at googlemail.com
  2016-07-26 14:47 ` [Buildroot] [PATCH 2/3] libqmi: bump to version 1.16.0 yegorslists at googlemail.com
  2016-07-26 14:47 ` [Buildroot] [PATCH 3/3] modem-manager: bump to version 1.6.0 yegorslists at googlemail.com
@ 2016-07-26 19:32 ` Thomas Petazzoni
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-07-26 19:32 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 26 Jul 2016 16:47:41 +0200, yegorslists at googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/libmbim/libmbim.hash | 2 +-
>  package/libmbim/libmbim.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

All three patches applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-26 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-26 14:47 [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0 yegorslists at googlemail.com
2016-07-26 14:47 ` [Buildroot] [PATCH 2/3] libqmi: bump to version 1.16.0 yegorslists at googlemail.com
2016-07-26 14:47 ` [Buildroot] [PATCH 3/3] modem-manager: bump to version 1.6.0 yegorslists at googlemail.com
2016-07-26 19:32 ` [Buildroot] [PATCH 1/3] libmbim: bump to version 1.14.0 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox