The attached patch bumps iptables to 1.4.15.

Signed-off-by: Oliver Smith <oli...@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>

Regards,
Oliver
>From 74e7d491c60381e4e8cdfbe7cdf526aac81553ea Mon Sep 17 00:00:00 2001
From: Oliver <oli...@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa>
Date: Sun, 30 Sep 2012 03:02:07 +0200
Subject: [PATCH 2/2] iptables: Updated package to v1.4.15

Fixed up makefile to included newly needed headers for successful
compile. support for HMARK available.
---
 package/iptables/Makefile | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 8ed58e5..cb37518 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=iptables
-PKG_VERSION:=1.4.13
-PKG_RELEASE:=4
+PKG_VERSION:=1.4.15
+PKG_RELEASE:=1
 
-PKG_MD5SUM:=40a15608ec57b50e9377cace546dd115
+PKG_MD5SUM:=8bf564ea8348522fc1db727868828def
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
 	ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
@@ -65,9 +65,11 @@ IPv4 firewall administration tool.
   - tcp
   - udp
   - comment
+  - conntrack
   - limit
   - mac
   - multiport
+  - state
 
  Targets:
   - ACCEPT
@@ -75,10 +77,13 @@ IPv4 firewall administration tool.
   - REJECT
   - LOG
   - TCPMSS
+  - NOTRACK
+  - CT
 
  Tables:
   - filter
   - mangle
+  - raw
 
 endef
 
@@ -376,9 +381,11 @@ define Build/InstallDev
 	$(INSTALL_DIR) $(1)/usr/include/net/netfilter
 
 	# XXX: iptables header fixup, some headers are not installed by iptables anymore
+	$(CP) $(PKG_BUILD_DIR)/include/xtables.h $(1)/usr/include/
 	$(CP) $(PKG_BUILD_DIR)/include/net/netfilter/*.h $(1)/usr/include/net/netfilter/
 	$(CP) $(PKG_BUILD_DIR)/include/iptables/*.h $(1)/usr/include/iptables/
 	$(CP) $(PKG_BUILD_DIR)/include/iptables.h $(1)/usr/include/
+	$(CP) $(PKG_BUILD_DIR)/include/ip6tables.h $(1)/usr/include/
 	$(CP) $(PKG_BUILD_DIR)/include/libipq/libipq.h $(1)/usr/include/
 	$(CP) $(PKG_BUILD_DIR)/include/libipulog $(1)/usr/include/
 	$(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
-- 
1.7.12

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to