From patchwork Tue Dec 16 12:10:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Senior X-Patchwork-Id: 421880 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D5BBA1400D2 for ; Tue, 16 Dec 2014 23:10:55 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 60F61284293; Tue, 16 Dec 2014 13:08:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 5034C28155F for ; Tue, 16 Dec 2014 13:08:53 +0100 (CET) X-policyd-weight: using cached result; rate: -5.5 Received: from mail.tdb.com (mail.tdb.com [216.99.214.4]) by arrakis.dune.hu (Postfix) with SMTP for ; Tue, 16 Dec 2014 13:08:52 +0100 (CET) Received: (qmail 22081 invoked from network); 16 Dec 2014 04:10:41 -0800 Received: from unknown (HELO husum.klickitat.com) (216.99.214.7) by mail.tdb.com with SMTP; 16 Dec 2014 04:10:41 -0800 Received: from russell by husum.klickitat.com with local (Exim 4.80) (envelope-from ) id 1Y0qxY-0006hd-05; Tue, 16 Dec 2014 04:10:36 -0800 From: Russell Senior To: openwrt-devel@lists.openwrt.org Date: Tue, 16 Dec 2014 04:10:35 -0800 Message-ID: <87oar37q2s.fsf@husum.klickitat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH] iproute2: bump version from 3.16.0 to 3.17.0 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Russell Senior --- package/network/utils/iproute2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index f6d2801..9aea05e 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 -PKG_VERSION:=3.16.0 +PKG_VERSION:=3.17.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://kernel.org/pub/linux/utils/net/iproute2/ -PKG_MD5SUM:=6c823b40fdcfa7b8120743349a52ac18 +PKG_MD5SUM:=b741a02c6dda5818d18011d572874493 PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0