summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2012-12-01 22:53:51 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-07 18:32:47 +0100
commit9ca0d09d0a9cb0eb8ee598d97a6b8051dd2d9fb4 (patch)
tree2ddef922862f8202aa60cb8500a27c7b31f902b8
parentb7706b43e72f3e594c7c027d3c3a3e9cf53a307b (diff)
downloadptxdist-9ca0d09d0a9cb0eb8ee598d97a6b8051dd2d9fb4.tar.gz
ptxdist-9ca0d09d0a9cb0eb8ee598d97a6b8051dd2d9fb4.tar.xz
iptables: version bump 1.4.16.2 -> 1.4.16.3
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--rules/iptables.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index c93b08531..9770b3eaa 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables
#
# Paths and names
#
-IPTABLES_VERSION := 1.4.16.2
-IPTABLES_MD5 := 57220bb26866a713073e5614f88071fc
+IPTABLES_VERSION := 1.4.16.3
+IPTABLES_MD5 := 6dd40c12fb8f4c4312a0f8434369fbcd
IPTABLES := iptables-$(IPTABLES_VERSION)
IPTABLES_SUFFIX := tar.bz2
IPTABLES_URL := http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)