From patchwork Sat Aug 11 22:27:26 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 176760 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 5817F2C009A for ; Sun, 12 Aug 2012 08:28:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5D70D88A1F; Sat, 11 Aug 2012 22:28:28 +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 RyMVOqtx+J5I; Sat, 11 Aug 2012 22:28:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id EEB8E88E1B; Sat, 11 Aug 2012 22:28:10 +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 EB9188F753 for ; Sat, 11 Aug 2012 22:27:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D4E0F863F9 for ; Sat, 11 Aug 2012 22:27:54 +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 icWkTdaGAKi4 for ; Sat, 11 Aug 2012 22:27:47 +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 72C0E88179 for ; Sat, 11 Aug 2012 22:27:42 +0000 (UTC) Received: from asgard (host13.190-136-222.telecom.net.ar [190.136.222.13]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q7BMRYQg017355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 11 Aug 2012 22:27:37 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1344724059; bh=FjIHBRVtHe7KvZ/hJc46Qq6in5j80+hOA4YvQyvMc6g=; h=From:To:Cc:Subject:Date; b=o8T7CHnHbAK1Wrgj+T2GMubp/odjsW3Z6dnq9Qx3tKy8vTWP7pdy6iS963pImV6hu vBYB6reGHmGIAhrSZuVApPcP3+TG9X0btw2eGHFqcDCzLBbciA3gPx+bpe9vGU6B/V CZ/YTohl8jDd0oGxGkOKLT19yUsrStkON/q2fHJI= Received: by asgard (sSMTP sendmail emulation); Sat, 11 Aug 2012 19:27:33 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 11 Aug 2012 19:27:26 -0300 Message-Id: <1344724053-10165-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index a5ec6a7..bdef575 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,11 +4,13 @@ # ############################################################# -IPTABLES_VERSION = 1.4.14 +IPTABLES_VERSION = 1.4.15 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES IPTABLES_DEPENDENCIES = host-pkg-config +IPTABLES_LICENSE = GPLv2 +IPTABLES_LICENSE_FILES = COPYING IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)