summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-02-16 17:32:06 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-03-12 09:52:54 +0100
commitf2308fbd8bae1dc573ef81479c5fa15888945372 (patch)
tree076fb5f9a5f29d3fdcd88446acd8b6992577715e /rules/iptables.make
parentb1742717807c787868ce2f916297872d49bf78d8 (diff)
downloadptxdist-f2308fbd8bae1dc573ef81479c5fa15888945372.tar.gz
ptxdist-f2308fbd8bae1dc573ef81479c5fa15888945372.tar.xz
iptables: update to new point release (1.4.12.2)
This includes an upstream patch to remove an obsolete check which broke the build. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index e7f6ceb87..4f4ba7a13 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables
#
# Paths and names
#
-IPTABLES_VERSION := 1.4.12
-IPTABLES_MD5 := d3f145c2c91daecbb4251bc79390b46c
+IPTABLES_VERSION := 1.4.12.2
+IPTABLES_MD5 := 212112389c7f10c72efb31a4ed193a4c
IPTABLES := iptables-$(IPTABLES_VERSION)
IPTABLES_SUFFIX := tar.bz2
IPTABLES_URL := http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)