From patchwork Sun Oct 26 18:45:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 403294 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 7BF2B140092 for ; Mon, 27 Oct 2014 05:47:20 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F36A0A39F1; Sun, 26 Oct 2014 18:47:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Eylb-tVvtU7N; Sun, 26 Oct 2014 18:47:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6469BA32B6; Sun, 26 Oct 2014 18:47:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 729241C107B for ; Sun, 26 Oct 2014 18:46:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3CBDF334B2 for ; Sun, 26 Oct 2014 18:46:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KYexEFnUyMHQ for ; Sun, 26 Oct 2014 18:46:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by silver.osuosl.org (Postfix) with ESMTPS id 3C60D33440 for ; Sun, 26 Oct 2014 18:46:36 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id k14so2227688wgh.1 for ; Sun, 26 Oct 2014 11:46:34 -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:in-reply-to:references; bh=XTKoU1BFpcGLSmd8b4kpB38mYjjGtJAWNyOP0IHbFXQ=; b=V9X6/7KukoDyWcIBrw9Kk3Gh5q42fYcK4JdYxCXsSGz7sZYNGvcXEv27YUTeZB/XG5 GvnlNOz1qPzPfRnJNJ1tEVYLSnCOEfh4HRcqkYq5e66RiFmR3aDJDrVLb8hGrkyIQvGe QvxWPxqN7dGsu55cGElCVrQOiJpFukRdXiEPh/TqiwU/kihdX5b+ouv5lbAQ2nQumvyZ qaw6H/HTAzLGz7PelU0hZaZY/Hz28crGQLOqiVti1ekpRddEx9Li1Xi73QlPx+4OZDhl zMvL0KHvO7VsGTyESpjxOJAUv1VdeG+0tofrA5+cWKL3dg4tBL7c3OEsKlX+pt6C1u4i amww== X-Received: by 10.180.90.237 with SMTP id bz13mr16773053wib.50.1414349194760; Sun, 26 Oct 2014 11:46:34 -0700 (PDT) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id fx2sm12905341wjb.37.2014.10.26.11.46.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Oct 2014 11:46:34 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Oct 2014 19:45:22 +0100 Message-Id: <1414349157-22749-16-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 In-Reply-To: <1414349157-22749-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1414349157-22749-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 16/51] libuv: bump version 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" Signed-off-by: Maxime Hadjinlian --- package/libuv/libuv.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libuv/libuv.mk b/package/libuv/libuv.mk index 986acee..76a4601 100644 --- a/package/libuv/libuv.mk +++ b/package/libuv/libuv.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBUV_VERSION = v0.11.26 +LIBUV_VERSION = v0.11.29 LIBUV_SITE = $(call github,joyent,libuv,$(LIBUV_VERSION)) LIBUV_DEPENDENCIES = host-pkgconf LIBUV_INSTALL_STAGING = YES