From patchwork Fri Sep 7 14:48:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 182396 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 1BBD32C009F for ; Sat, 8 Sep 2012 00:50:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A11288CBCA; Fri, 7 Sep 2012 14:49:59 +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 Iaf-z+r8WNJ9; Fri, 7 Sep 2012 14:49:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5A1D28CB66; Fri, 7 Sep 2012 14:49:57 +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 B585C8F739 for ; Fri, 7 Sep 2012 14:49:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C86C38C7B0 for ; Fri, 7 Sep 2012 14:49:55 +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 AWsE7bcpv9F7 for ; Fri, 7 Sep 2012 14:49:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id E67518CB66 for ; Fri, 7 Sep 2012 14:49:54 +0000 (UTC) Received: from asgard (host55.190-231-14.telecom.net.ar [190.231.14.55]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q87EnmLk029756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Sep 2012 14:49:50 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1347029392; bh=eoooedrZm+YBz1MMgRJohB7Ppg/xLN42+tulW3qS+F0=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=pRudmJSStVyrnglRqypS0R9bUtC/SO7v1XTMuadHvo27gyjMnd3SwzZeOZlPKCG5O PYmYlT9z/eIe7c9g1XjkWqSzq1K3Iry2acc+m+9cv0aSo/u1bPn8bP6SB5NWWSY55V /eOhw7jQwpBlO6QztKyrrdAnya+L5jIKtH3xA/AM= Received: by asgard (sSMTP sendmail emulation); Fri, 07 Sep 2012 11:49:48 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 7 Sep 2012 11:48:57 -0300 Message-Id: <1347029337-12494-10-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1347029337-12494-1-git-send-email-gustavo@zacarias.com.ar> References: <1347029337-12494-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 10/10] iproute2: bump to version 3.5.1 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: Gustavo Zacarias --- package/iproute2/iproute2.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index c671e44..90588a3 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -4,7 +4,7 @@ # ############################################################# -IPROUTE2_VERSION = 3.5.0 +IPROUTE2_VERSION = 3.5.1 IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2 IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc IPROUTE2_LICENSE = GPLv2