From patchwork Thu Mar 6 13:16:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 327428 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 492F52C00D2 for ; Fri, 7 Mar 2014 00:17:22 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1DCCB916F7; Thu, 6 Mar 2014 13:17:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jiD7Rrdlh+Vu; Thu, 6 Mar 2014 13:17:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7B75A916DA; Thu, 6 Mar 2014 13:17:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id AA3701BF957 for ; Thu, 6 Mar 2014 13:17:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A5CD3916D2 for ; Thu, 6 Mar 2014 13:17:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id snpOMeKlWawH for ; Thu, 6 Mar 2014 13:17:17 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (ns.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 8BA78916A3 for ; Thu, 6 Mar 2014 13:17:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 284342DE2F9; Thu, 6 Mar 2014 14:17:12 +0100 (CET) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10985-01; Thu, 6 Mar 2014 14:16:58 +0100 (CET) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 47B162DFD2C; Thu, 6 Mar 2014 14:16:58 +0100 (CET) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Thu, 6 Mar 2014 14:16:58 +0100 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Thu, 6 Mar 2014 14:16:53 +0100 Message-Id: <1394111813-733-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 06 Mar 2014 13:16:58.0117 (UTC) FILETIME=[5A345B50:01CF393E] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] libmbim: bump to 1.8.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- package/libmbim/libmbim.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libmbim/libmbim.mk b/package/libmbim/libmbim.mk index 305a0a4..3606d71 100644 --- a/package/libmbim/libmbim.mk +++ b/package/libmbim/libmbim.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBMBIM_VERSION = 1.6.0 +LIBMBIM_VERSION = 1.8.0 LIBMBIM_SITE = http://www.freedesktop.org/software/libmbim/ LIBMBIM_SOURCE = libmbim-$(LIBMBIM_VERSION).tar.xz LIBMBIM_LICENSE = LGPLv2+ (library), GPLv2+ (programs)