From patchwork Fri Aug 22 20:24:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 382339 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 234241400EA for ; Sat, 23 Aug 2014 06:25:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3822393530; Fri, 22 Aug 2014 20:25:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vE5e7+aoGzT3; Fri, 22 Aug 2014 20:25:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AACE89350F; Fri, 22 Aug 2014 20:25:07 +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 15D501BF863 for ; Fri, 22 Aug 2014 20:25:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 134E68C8DA for ; Fri, 22 Aug 2014 20:25:07 +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 pugYbZ6XNq6T for ; Fri, 22 Aug 2014 20:25:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4D19D8C8D4 for ; Fri, 22 Aug 2014 20:25:05 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ho1so196513wib.14 for ; Fri, 22 Aug 2014 13:25:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=gqevT4okB2u3sgkykiBLor2pwhnTJPNauj5qQj8zroQ=; b=WfbbSSYpZ6NJ/nw10spwThDiTprUaypm7NKaPSoO0ZD970h+as8soZnS8tcNWHPCo4 TCKWO8o1Fd18RRih77UuqqCKDfFB3dSoKhvo7GZyRnE/6gqUB++KvNcHEHhVYxspG8lo 5Su5gbGKt7leOYuFvFtbwzax3+zX7fob2bwMetla2ik52WwylGbsjZMlilR2irSe3yYc /19sPSNblQ+r/fQ43eUhFL1Ar/TbdaAHVAXPd3/FuYsQH6Zkjjach6HFOAntmQTVclCQ bYF85Lx1WCUGk9ssrPIXSJ84x4rEoTrfs3gc0/i4lohnNdGNXuookSwtL2u28a5QX4d/ 3ZhQ== X-Received: by 10.180.198.232 with SMTP id jf8mr586492wic.37.1408739103822; Fri, 22 Aug 2014 13:25:03 -0700 (PDT) Received: from user-Lenovo-IdeaPad-Z500.localdomain (x2f070fb.dyn.telefonica.de. [2.240.112.251]) by mx.google.com with ESMTPSA id m5sm1478242wiz.19.2014.08.22.13.25.01 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Aug 2014 13:25:02 -0700 (PDT) From: Yegor Yefremov To: buildroot@busybox.net Date: Fri, 22 Aug 2014 22:24:40 +0200 Message-Id: <1408739082-18284-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH 1/3] libmbim: bump to 1.10.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 Signed-off-by: Yegor Yefremov --- package/libmbim/libmbim.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libmbim/libmbim.mk b/package/libmbim/libmbim.mk index d3df3aa..f57f5dc 100644 --- a/package/libmbim/libmbim.mk +++ b/package/libmbim/libmbim.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBMBIM_VERSION = 1.8.0 +LIBMBIM_VERSION = 1.10.0 LIBMBIM_SITE = http://www.freedesktop.org/software/libmbim LIBMBIM_SOURCE = libmbim-$(LIBMBIM_VERSION).tar.xz LIBMBIM_LICENSE = LGPLv2+ (library), GPLv2+ (programs)