From patchwork Fri Aug 14 01:41:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nimai Mahajan X-Patchwork-Id: 507246 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id D29881401EF for ; Fri, 14 Aug 2015 11:41:44 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=tDUAi/PH; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1484F9654C; Fri, 14 Aug 2015 01:41:43 +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 G-TNjEFbQ2I5; Fri, 14 Aug 2015 01:41:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7B0DF96517; Fri, 14 Aug 2015 01:41:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 86E641BFED7 for ; Fri, 14 Aug 2015 01:41:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8330C928B1 for ; Fri, 14 Aug 2015 01:41:40 +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 FlzKFIMMwnWS for ; Fri, 14 Aug 2015 01:41:40 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0274F92854 for ; Fri, 14 Aug 2015 01:41:39 +0000 (UTC) Received: by qged69 with SMTP id d69so43334951qge.0 for ; Thu, 13 Aug 2015 18:41:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=492NyvU6ZESiU6T7AaBMaKFFk3JyJf0pMk8odYowQb0=; b=tDUAi/PHY1NrDU4rhnDNx6d4fziklrW5v/nNHASztxVHCcJbtFB3iPSmBur69Vaz2m XpQHFLx2ahe+qHbobN3Pj3pRAdhCg8KaX1VMvsqb+9dwpM/iQ4RfHtfoCooaJPFDtdnl 3oCTr2n/fe7gAz37mnlCPUYmZEGdGJ45D5mqYzrLexclqeBna1Q+VcXTWLp4JAOqcWMS gGFl3eS7enHGj5qg/p+nHf64MS7/dxcAy/5C2uwqtlBvUbZ5Mc6blWWK7IKEzfNR0GrQ mJBzvANWXJ5IZkDerPl5Q9YBMdwvLP3IeXkzBxtuGEVY7SMuaIz5fJ84YXwjBoWEHRwf 2CtA== X-Received: by 10.140.217.207 with SMTP id n198mr76211648qhb.92.1439516499275; Thu, 13 Aug 2015 18:41:39 -0700 (PDT) Received: from localhost.localdomain (ool-44c3807b.dyn.optonline.net. [68.195.128.123]) by smtp.gmail.com with ESMTPSA id 145sm2187230qhy.6.2015.08.13.18.41.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 13 Aug 2015 18:41:38 -0700 (PDT) From: Nimai Mahajan X-Google-Original-From: Nimai Mahajan To: buildroot@busybox.net Date: Thu, 13 Aug 2015 21:41:21 -0400 Message-Id: <1439516481-3375-1-git-send-email-nimaim@gmail.com> X-Mailer: git-send-email 1.9.1 Cc: Nimai Mahajan Subject: [Buildroot] [PATCH 1/1] protobuf/protobuf-c: bump versions X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" From: Nimai Mahajan Signed-off-by: Nimai Mahajan --- package/protobuf-c/protobuf-c.mk | 2 +- package/protobuf/protobuf.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/protobuf-c/protobuf-c.mk b/package/protobuf-c/protobuf-c.mk index d73eb25..ee4500e 100644 --- a/package/protobuf-c/protobuf-c.mk +++ b/package/protobuf-c/protobuf-c.mk @@ -4,7 +4,7 @@ # ################################################################################ -PROTOBUF_C_VERSION = v1.0.0-rc1 +PROTOBUF_C_VERSION = v1.1.1 PROTOBUF_C_SITE = $(call github,protobuf-c,protobuf-c,$(PROTOBUF_C_VERSION)) PROTOBUF_C_DEPENDENCIES = host-protobuf-c HOST_PROTOBUF_C_DEPENDENCIES = host-protobuf host-pkgconf diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk index 0426fce..144e5fb 100644 --- a/package/protobuf/protobuf.mk +++ b/package/protobuf/protobuf.mk @@ -4,7 +4,7 @@ # ################################################################################ -PROTOBUF_VERSION = v2.5.0 +PROTOBUF_VERSION = v2.6.1 PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION)) PROTOBUF_LICENSE = BSD-3c PROTOBUF_LICENSE_FILES = COPYING.txt