diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-08-11 19:27:26 -0300 | 
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-12 18:31:27 +0200 | 
| commit | b96e11f0a1cd91256c6fede83030aa1369b4794a (patch) | |
| tree | 9694fbf413fb7a1d63ac6f46db599e97da65e8ab | |
| parent | 42136fea75b123377df99189fc8c8871cd568584 (diff) | |
| download | buildroot-novena-b96e11f0a1cd91256c6fede83030aa1369b4794a.tar.gz buildroot-novena-b96e11f0a1cd91256c6fede83030aa1369b4794a.zip | |
iptables: bump to version 1.4.15
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | 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 a5ec6a777..bdef57588 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) | 
