iptables: bump version, make it smaller with IPV6=n
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 27 May 2010 17:35:34 +0000 (14:35 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 Jun 2010 19:37:36 +0000 (21:37 +0200)
Closes #1879

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/iptables/iptables.mk

diff --git a/CHANGES b/CHANGES
index a3a52035c3bcd5b945c45f81c0aff239d517ae4b..b1a9a4cbd9e48cb90a054b890c6ba01047512c41 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@
        Issues resolved (http://bugs.uclibc.org):
 
        #1771: Fakeroot and the target/generic/device_table.txt create bad...
+       #1879: Bump iptables to 1.4.8
        #1909: netperf-2.4.5 fails to build because of undeclared SOCK_DCCP
 
 2010.05, Released May 30th, 2010:
index b74321cbfe53d8f28bff60c8d0c37a17e3692d23..3e847d2bd7ba8b618058ef8f1b6c340b7558c6c3 100644 (file)
@@ -3,7 +3,7 @@
 # iptables
 #
 #############################################################
-IPTABLES_VERSION = 1.4.7
+IPTABLES_VERSION = 1.4.8
 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
 
@@ -25,6 +25,8 @@ ifeq ($(BR2_INET_IPV6),y)
        ln -sf ip6tables-multi $(TARGET_DIR)/usr/sbin/ip6tables
        ln -sf ip6tables-multi $(TARGET_DIR)/usr/sbin/ip6tables-save
        ln -sf ip6tables-multi $(TARGET_DIR)/usr/sbin/ip6tables-restore
+else
+       rm -f $(TARGET_DIR)/usr/lib/libip6tc.*
 endif
        touch $@