From patchwork Fri Mar 1 10:23:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 224276 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E3BB72C02A4 for ; Fri, 1 Mar 2013 21:24:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 074F5312F2; Fri, 1 Mar 2013 10:24:01 +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 6nS8iMxHUBWZ; Fri, 1 Mar 2013 10:23:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 957993130E; Fri, 1 Mar 2013 10:23:55 +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 377DD8F74B for ; Fri, 1 Mar 2013 10:23:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BA14189027 for ; Fri, 1 Mar 2013 10:23:48 +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 IyHfKJW3rEO1 for ; Fri, 1 Mar 2013 10:23:47 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id D6D1D8A2B9 for ; Fri, 1 Mar 2013 10:23:46 +0000 (UTC) Received: from asgard (host36.190-138-230.telecom.net.ar [190.138.230.36]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.6/8.14.6) with ESMTP id r21ANer9022393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 1 Mar 2013 10:23:42 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1362133424; bh=mIA1c8ueEN5hXRpcZHoolluej2vhqXfqtGYgVD0Cah8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ClPSwWCd5cDFGYyxeJ/RUp3EC61q+pKjWcMcQMg8A902KKDuxDW4PnR/LgI38iQ2s 7+8DdNNc+DTxC/fS59gZ3cst1gBeD358NV4qW37kYDqWtj17lpy5VEap6ME6libMCP KDbOn+3N11k3oEooTYESRndC3849lLV/yPsLb4YU= Received: by asgard (sSMTP sendmail emulation); Fri, 01 Mar 2013 07:23:39 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 1 Mar 2013 07:23:23 -0300 Message-Id: <1362133407-5840-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1362133407-5840-1-git-send-email-gustavo@zacarias.com.ar> References: <1362133407-5840-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.6 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/7] ipset: bump to version 6.17 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/ipset/ipset.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk index 3ef9747..4628066 100644 --- a/package/ipset/ipset.mk +++ b/package/ipset/ipset.mk @@ -4,7 +4,7 @@ # ############################################################# -IPSET_VERSION = 6.16.1 +IPSET_VERSION = 6.17 IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2 IPSET_SITE = http://ipset.netfilter.org IPSET_DEPENDENCIES = libmnl host-pkgconf