summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-06-11 17:50:27 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2012-06-12 12:19:21 +0200
commit0b0bfd1090b8f6abd4de83610f11cbc1f8828b09 (patch)
tree0272d9149bcf44f9543472e392cb27c50d5d0e49 /rules/iptables.make
parent34532e9c03077bca8fac38f9acb0b7079d64dd2c (diff)
downloadptxdist-0b0bfd1090b8f6abd4de83610f11cbc1f8828b09.tar.gz
ptxdist-0b0bfd1090b8f6abd4de83610f11cbc1f8828b09.tar.xz
iptables: version bump 1.4.12.1 -> 1.4.14
With newer kernel header files, we get this error: In file included from libxt_pkttype.c:10:0: /home/rsc/git/OSELAS.BSP-Pengutronix-DistroKit/platform-versatilepb/sysroot-target/kernel-headers/include/linux/if_packet.h:176:2: error: unknown type name '__aligned_u64' make[3]: *** [libxt_pkttype.oo] Error 1 make[3]: *** Waiting for unfinished jobs.... The bug is already fixed upstream, so we take the opportunity to bump the version to 1.4.14. The patch we previously had is already upstream, and confiugre.ac has no other changes. Signed-off-by: Robert Schwebel <r.schwebel@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 9030703b7..64af5219f 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.2
-IPTABLES_MD5 := 212112389c7f10c72efb31a4ed193a4c
+IPTABLES_VERSION := 1.4.14
+IPTABLES_MD5 := 5ab24ad683f76689cfe7e0c73f44855d
IPTABLES := iptables-$(IPTABLES_VERSION)
IPTABLES_SUFFIX := tar.bz2
IPTABLES_URL := http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)