From patchwork Mon Aug 13 20:02:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 177052 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 14B672C007C for ; Tue, 14 Aug 2012 06:04:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 88F091019C9; Mon, 13 Aug 2012 20:04:10 +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 8THCprJiaWVg; Mon, 13 Aug 2012 20:04:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8329E101AC4; Mon, 13 Aug 2012 20:03:45 +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 53AF78F753 for ; Mon, 13 Aug 2012 20:03:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2935682289 for ; Mon, 13 Aug 2012 20:03:44 +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 fvgOY0ZDT3QP for ; Mon, 13 Aug 2012 20:03:33 +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 186478C946 for ; Mon, 13 Aug 2012 20:03:12 +0000 (UTC) Received: from asgard (host168.200-117-169.telecom.net.ar [200.117.169.168]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q7DK366m019386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Aug 2012 20:03:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1344888190; bh=mav3asQR08b3mU6f/tMBRU/7czpbyaHwCnyXdpXU2ss=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=e55FVD3y+cTKHXDPvGWntR2yOdkx1MqRvHTf6ivPnDGlm29FsRIvFnBS+zVSDJneD ybdHOr69OjiE77tfEB44LwVdEy7T+1T2EbtcZ27BGcqVz8ui0z4/YIro411vJ0FmrK KQ21pQHcapX4vcDg2z38AXskA0rYw3ZZQneMDnS8= Received: by asgard (sSMTP sendmail emulation); Mon, 13 Aug 2012 17:03:05 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 13 Aug 2012 17:02:39 -0300 Message-Id: <1344888161-10068-5-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1344888161-10068-1-git-send-email-gustavo@zacarias.com.ar> References: <1344888161-10068-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 5/7] iproute2: bump to version 3.5.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: Gustavo Zacarias --- package/iproute2/iproute2.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 27bc56f..c671e44 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -4,9 +4,11 @@ # ############################################################# -IPROUTE2_VERSION = 3.4.0 +IPROUTE2_VERSION = 3.5.0 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 +IPROUTE2_LICENSE_FILES = COPYING # If both iproute2 and busybox are selected, make certain we win # the fight over who gets to have their utils actually installed.