From patchwork Sat Jun 27 11:15:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 489023 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 3B4BC140187 for ; Sat, 27 Jun 2015 21:15:51 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=kg58xXH9; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1203489ED1; Sat, 27 Jun 2015 11:15:51 +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 9RInq3k2cSFU; Sat, 27 Jun 2015 11:15:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CFFD889ED0; Sat, 27 Jun 2015 11:15:48 +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 BB0981C2C9D for ; Sat, 27 Jun 2015 11:15:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B72DB8BF7E for ; Sat, 27 Jun 2015 11:15:47 +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 NIYuv1igZ8SG for ; Sat, 27 Jun 2015 11:15:46 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2B8718BF7B for ; Sat, 27 Jun 2015 11:15:45 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t5RBFcNZ017792 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 27 Jun 2015 11:15:41 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1435403743; bh=83dHs9f5ig14tLWaaWiwhyyhXbfcx/RYTnqzh0JDuVY=; h=From:To:Cc:Subject:Date; b=kg58xXH9l9NtjxkqQICm6LdMxJI5SzdD0Jwbkoy2adOMlaeShum054g2bHwMwKnDj 8BieoaPqaRJpI77w0wbnPx+JCrQ1QDO3dZXFkCKfI4744dNWei7vI0nKLTrALEPk8O h8+h0bH83hxYuYql4hS1XNZNRZoQN3qvEy4oJPuk= Received: by asgard (sSMTP sendmail emulation); Sat, 27 Jun 2015 08:15:32 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 27 Jun 2015 08:15:32 -0300 Message-Id: <1435403732-13992-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.3.6 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] iproute2: bump to version 4.1.0 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: Gustavo Zacarias --- ...c-make-build-conditional-on-having-libmnl.patch | 33 ++++++++++++++++++++++ package/iproute2/iproute2.hash | 2 +- package/iproute2/iproute2.mk | 6 +++- 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 package/iproute2/0001-tipc-make-build-conditional-on-having-libmnl.patch diff --git a/package/iproute2/0001-tipc-make-build-conditional-on-having-libmnl.patch b/package/iproute2/0001-tipc-make-build-conditional-on-having-libmnl.patch new file mode 100644 index 0000000..ccd1daf --- /dev/null +++ b/package/iproute2/0001-tipc-make-build-conditional-on-having-libmnl.patch @@ -0,0 +1,33 @@ +From db17dd9728b77485f26abb1ac5fcda65130f4a8d Mon Sep 17 00:00:00 2001 +From: Gustavo Zacarias +Date: Sat, 27 Jun 2015 08:08:51 -0300 +Subject: [PATCHv2 iproute2] tipc: make build conditional on having libmnl + +Signed-off-by: Gustavo Zacarias +--- + tipc/Makefile | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/tipc/Makefile b/tipc/Makefile +index 4bda8c5..b3ef9b9 100644 +--- a/tipc/Makefile ++++ b/tipc/Makefile +@@ -1,3 +1,6 @@ ++include ../Config ++ifeq ($(HAVE_MNL),y) ++ + TIPCOBJ=bearer.o \ + cmdl.o link.o \ + media.o misc.o \ +@@ -8,6 +11,8 @@ TIPCOBJ=bearer.o \ + TARGETS=tipc + LDLIBS += -lmnl + ++endif ++ + all: $(TARGETS) $(LIBS) + + tipc: $(TIPCOBJ) +-- +2.3.6 + diff --git a/package/iproute2/iproute2.hash b/package/iproute2/iproute2.hash index 336d6b6..659e275 100644 --- a/package/iproute2/iproute2.hash +++ b/package/iproute2/iproute2.hash @@ -1,2 +1,2 @@ # From https://kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc -sha256 5cd06eb1050b858b308b65705725042bb566fd261135e35a73dafb48cd632618 iproute2-4.0.0.tar.xz +sha256 d1326696c6a8f81ba66aaf48d858005cf280c81d3284d8d2c99748e3d0746146 iproute2-4.1.0.tar.xz diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index a8f4400..dabc8b4 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPROUTE2_VERSION = 4.0.0 +IPROUTE2_VERSION = 4.1.0 IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2 IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf @@ -17,6 +17,10 @@ ifeq ($(BR2_PACKAGE_BUSYBOX),y) IPROUTE2_DEPENDENCIES += busybox endif +ifeq ($(BR2_PACKAGE_LIBMNL),y) +IPROUTE2_DEPENDENCIES += libmnl +endif + # If we've got iptables enable xtables support for tc ifeq ($(BR2_PACKAGE_IPTABLES)x$(BR2_STATIC_LIBS),yx) IPROUTE2_DEPENDENCIES += iptables