From patchwork Thu Dec 27 15:39:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208323 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 90F622C007A for ; Fri, 28 Dec 2012 02:40:19 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9274F100D78; Thu, 27 Dec 2012 15:40:07 +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 vQe1TKxKb2kj; Thu, 27 Dec 2012 15:40:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 689BFFFB47; Thu, 27 Dec 2012 15:40:03 +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 1513F8F74B for ; Thu, 27 Dec 2012 15:40:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 314F080585 for ; Thu, 27 Dec 2012 15:40:11 +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 0wYvyk1mYFUz for ; Thu, 27 Dec 2012 15:40:09 +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 1D5798011D for ; Thu, 27 Dec 2012 15:40:08 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBRFe1Gq016394 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Dec 2012 15:40:03 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356622805; bh=tNDfj40q9GLGIvKn6IFsLsKDoyeUoU4wRw4518Ro7k8=; h=From:To:Cc:Subject:Date; b=OA4VIvXDHOOIdn81IN4T/gS6hNt1Y280KR2gDbzegF8cdUtPanh4m0sCdST768h2J S0KW8o4YUXxJkNXhaTeTvdcfxUJStoJBdXJab/rwCA3K0VV1g/aDvzcCzpK1QYpyKn rgPt+Xkr1sz46IEO3RuaLn4LRuYRdYi4DGkJfIZQ= Received: by asgard (sSMTP sendmail emulation); Thu, 27 Dec 2012 12:40:00 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 27 Dec 2012 12:39:05 -0300 Message-Id: <1356622750-20657-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/6] iptables: bump to version 1.4.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/iptables/iptables.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 3243b3f..518b90e 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ############################################################# -IPTABLES_VERSION = 1.4.16.3 +IPTABLES_VERSION = 1.4.17 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES