[package] iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
[openwrt/svn-archive/archive.git] / package / iptables / Makefile
1 #
2 # Copyright (C) 2006-2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9 include $(INCLUDE_DIR)/kernel.mk
10
11 PKG_NAME:=iptables
12 PKG_VERSION:=1.4.6
13 PKG_RELEASE:=1
14
15 PKG_MD5SUM:=c67cf30e281a924def6426be0973df56
16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
17 PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
18 ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
19 ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \
20 ftp://ftp.no.netfilter.org/pub/netfilter/iptables/
21
22 PKG_FIXUP = libtool
23
24 include $(INCLUDE_DIR)/package.mk
25 ifeq ($(DUMP),)
26 -include $(LINUX_DIR)/.config
27 include $(INCLUDE_DIR)/netfilter.mk
28 STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | md5s)
29 endif
30
31
32 define Package/iptables/Default
33 SECTION:=net
34 CATEGORY:=Network
35 URL:=http://netfilter.org/
36 endef
37
38 define Package/iptables/Module
39 $(call Package/iptables/Default)
40 DEPENDS:=iptables $(1)
41 endef
42
43 define Package/iptables
44 $(call Package/iptables/Default)
45 TITLE:=IPv4 firewall administration tool
46 MENU:=1
47 DEPENDS+= +kmod-ipt-core +libiptc +libxtables
48 endef
49
50 define Package/iptables/description
51 IPv4 firewall administration tool.
52 Includes support for:
53 - comment
54 - limit
55 - LOG
56 - mac
57 - multiport
58 - REJECT
59 - TCPMSS
60 endef
61
62 define Package/iptables-mod-conntrack
63 $(call Package/iptables/Module, +kmod-ipt-conntrack)
64 TITLE:=Basic connection tracking extensions
65 endef
66
67 define Package/iptables-mod-conntrack/description
68 Basic iptables extensions for connection tracking.
69 Includes:
70 - state
71 endef
72
73 define Package/iptables-mod-conntrack-extra
74 $(call Package/iptables/Module, +kmod-ipt-conntrack-extra)
75 TITLE:=Extra connection tracking extensions
76 endef
77
78 define Package/iptables-mod-conntrack-extra/description
79 Extra iptables extensions for connection tracking.
80 Includes:
81 - libipt_conntrack
82 - libipt_helper
83 - libipt_connmark/CONNMARK
84 endef
85
86 define Package/iptables-mod-filter
87 $(call Package/iptables/Module, +kmod-ipt-filter)
88 TITLE:=Content inspection extensions
89 endef
90
91 define Package/iptables-mod-filter/description
92 iptables extensions for packet content inspection.
93 Includes:
94 - libipt_string
95 - libipt_layer7
96 endef
97
98 define Package/iptables-mod-imq
99 $(call Package/iptables/Module, +kmod-ipt-imq)
100 TITLE:=IMQ support
101 endef
102
103 define Package/iptables-mod-imq/description
104 iptables extension for IMQ support.
105 Includes:
106 - libipt_IMQ
107 endef
108
109 define Package/iptables-mod-ipopt
110 $(call Package/iptables/Module, +kmod-ipt-ipopt)
111 TITLE:=IP/Packet option extensions
112 endef
113
114 define Package/iptables-mod-ipopt/description
115 iptables extensions for matching/changing IP packet options.
116 Includes:
117 - libipt_CLASSIFY
118 - libipt_dscp/DSCP
119 - libipt_ecn/ECN
120 - libipt_length
121 - libipt_mac
122 - libipt_mark/MARK
123 - libipt_statistic
124 - libipt_tcpmms
125 - libipt_tos/TOS
126 - libipt_ttl/TTL
127 - libipt_unclean
128 endef
129
130 define Package/iptables-mod-ipsec
131 $(call Package/iptables/Module, +kmod-ipt-ipsec)
132 TITLE:=IPsec extensions
133 endef
134
135 define Package/iptables-mod-ipsec/description
136 iptables extensions for matching ipsec traffic.
137 Includes:
138 - libipt_ah
139 - libipt_esp
140 - libipt_policy
141 endef
142
143 define Package/iptables-mod-ipset
144 $(call Package/iptables/Module, @LINUX_2_6)
145 TITLE:=IPset iptables extensions
146 endef
147
148 define Package/iptables-mod-ipset/description
149 IPset iptables extensions.
150 Includes:
151 - libipt_set
152 - libipt_SET
153 endef
154
155 define Package/iptables-mod-nat
156 $(call Package/iptables/Module, +kmod-ipt-nat)
157 TITLE:=Basic NAT extensions
158 endef
159
160 define Package/iptables-mod-nat/description
161 iptables extensions for basic NAT targets.
162 Includes:
163 - MASQUERADE
164 - SNAT
165 - DNAT
166 endef
167
168 define Package/iptables-mod-nat-extra
169 $(call Package/iptables/Module, +kmod-ipt-nat-extra)
170 TITLE:=Extra NAT extensions
171 endef
172
173 define Package/iptables-mod-nat-extra/description
174 iptables extensions for extra NAT targets.
175 Includes:
176 - REDIRECT
177 endef
178
179 define Package/iptables-mod-ulog
180 $(call Package/iptables/Module, +kmod-ipt-ulog)
181 TITLE:=user-space packet logging
182 endef
183
184 define Package/iptables-mod-ulog/description
185 iptables extensions for user-space packet logging.
186 Includes:
187 - libipt_ULOG
188 endef
189
190 define Package/iptables-mod-iprange
191 $(call Package/iptables/Module, +kmod-ipt-iprange)
192 TITLE:=IP range extension
193 endef
194
195 define Package/iptables-mod-iprange/description
196 iptables extensions for matching ip ranges.
197 Includes:
198 - libipt_iprange
199 endef
200
201 define Package/iptables-mod-extra
202 $(call Package/iptables/Module, +kmod-ipt-extra)
203 TITLE:=Other extra iptables extensions
204 endef
205
206 define Package/iptables-mod-extra/description
207 other extra iptables extensions.
208 Includes:
209 - libipt_owner
210 - libipt_physdev
211 - libipt_pkttype
212 - libipt_recent
213 - iptable_raw
214 - libipt_NOTRACK
215 endef
216
217 define Package/iptables-utils
218 $(call Package/iptables/Module, )
219 TITLE:=iptables save and restore utilities
220 endef
221
222 define Package/ip6tables
223 $(call Package/iptables/Default)
224 DEPENDS:=+kmod-ip6tables
225 CATEGORY:=IPv6
226 TITLE:=IPv6 firewall administration tool
227 MENU:=1
228 endef
229
230 define Package/ip6tables-utils
231 $(call Package/iptables/Default)
232 DEPENDS:=ip6tables
233 CATEGORY:=IPv6
234 TITLE:=ip6tables save and restore utilities
235 endef
236
237 define Package/libiptc
238 $(call Package/iptables/Default)
239 SECTION:=libs
240 CATEGORY:=Libraries
241 TITLE:=IPv4/IPv6 firewall - shared libiptc library
242 endef
243
244 define Package/libxtables
245 $(call Package/iptables/Default)
246 SECTION:=libs
247 CATEGORY:=Libraries
248 TITLE:=IPv4/IPv6 firewall - shared xtables library
249 endef
250
251
252 TARGET_CPPFLAGS := \
253 -I$(PKG_BUILD_DIR)/include \
254 -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
255 $(TARGET_CPPFLAGS)
256
257 CONFIGURE_ARGS += \
258 --enable-shared \
259 --enable-static \
260 --enable-devel \
261 --enable-ipv6 \
262 --with-kernel="$(LINUX_DIR)" \
263 --with-xtlibdir=/usr/lib/iptables
264
265 IPTABLES_MAKEOPTS = \
266 $(TARGET_CONFIGURE_OPTS) \
267 COPT_FLAGS="$(TARGET_CFLAGS)" \
268 LDFLAGS="-rdynamic -static-libgcc" \
269 KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
270 KBUILD_OUTPUT="$(LINUX_DIR)" \
271 DESTDIR="$(PKG_INSTALL_DIR)" \
272 all install $(MAKE_TARGETS)
273
274 define Build/Compile
275 mkdir -p $(PKG_INSTALL_DIR)
276 $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS)
277 $(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS)
278 endef
279
280 define Build/InstallDev
281 mkdir -p $(1)/usr/include
282 mkdir -p $(1)/usr/include/iptables
283 mkdir -p $(1)/usr/include/net/netfilter
284
285 # XXX: iptables header fixup, some headers are not installed by iptables anymore
286 $(CP) $(PKG_BUILD_DIR)/include/net/netfilter/*.h $(1)/usr/include/net/netfilter/
287 $(CP) $(PKG_BUILD_DIR)/include/iptables/*.h $(1)/usr/include/iptables/
288 $(CP) $(PKG_BUILD_DIR)/include/iptables.h $(1)/usr/include/
289 $(CP) $(PKG_BUILD_DIR)/include/libipq/libipq.h $(1)/usr/include/
290 $(CP) $(PKG_BUILD_DIR)/include/libipulog $(1)/usr/include/
291 $(CP) $(PKG_BUILD_DIR)/include/libiptc $(1)/usr/include/
292
293 $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
294 mkdir -p $(1)/usr/lib
295 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{a,so*} $(1)/usr/lib/
296 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.{a,so*} $(1)/usr/lib/
297 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libipq.a $(1)/usr/lib/
298 mkdir -p $(1)/usr/lib/pkgconfig
299 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
300 $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
301 endef
302
303 define Package/iptables/install
304 $(INSTALL_DIR) $(1)/usr/sbin
305 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables $(1)/usr/sbin/
306 $(INSTALL_DIR) $(1)/usr/lib/iptables
307 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
308 for m in $(patsubst xt_%,ipt_%,$(IPT_BUILTIN)) $(patsubst ipt_%,xt_%,$(IPT_BUILTIN)); do \
309 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so ]; then \
310 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$${m}.so $(1)/usr/lib/iptables/ ;\
311 fi; \
312 done \
313 )
314 endef
315
316 define Package/iptables-utils/install
317 $(INSTALL_DIR) $(1)/usr/sbin
318 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
319 endef
320
321 define Package/ip6tables/install
322 $(INSTALL_DIR) $(1)/usr/sbin
323 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables $(1)/usr/sbin/
324 $(INSTALL_DIR) $(1)/usr/lib/iptables
325 (cd $(PKG_INSTALL_DIR)/usr/lib/iptables ; \
326 $(CP) libip6t_*.so $(1)/usr/lib/iptables/ \
327 )
328 endef
329
330 define Package/ip6tables-utils/install
331 $(INSTALL_DIR) $(1)/usr/sbin
332 $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore} $(1)/usr/sbin/
333 endef
334
335 define Package/libiptc/install
336 $(INSTALL_DIR) $(1)/usr/lib
337 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libip*tc.so* $(1)/usr/lib/
338 endef
339
340 define Package/libxtables/install
341 $(INSTALL_DIR) $(1)/usr/lib
342 $(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so* $(1)/usr/lib/
343 endef
344
345 define BuildPlugin
346 define Package/$(1)/install
347 $(INSTALL_DIR) $$(1)/usr/lib/iptables
348 for m in $(patsubst xt_%,ipt_%,$(2)) $(patsubst ipt_%,xt_%,$(2)); do \
349 if [ -f $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so ]; then \
350 $(CP) $(PKG_INSTALL_DIR)/usr/lib/iptables/lib$$$$$$$${m}.so $$(1)/usr/lib/iptables/ ; \
351 fi; \
352 done
353 $(3)
354 endef
355
356 $$(eval $$(call BuildPackage,$(1)))
357 endef
358
359 L7_INSTALL:=\
360 $(INSTALL_DIR) $$(1)/etc/l7-protocols; \
361 $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
362
363
364 $(eval $(call BuildPackage,iptables))
365 $(eval $(call BuildPackage,iptables-utils))
366 $(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
367 $(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
368 $(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
369 $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL)))
370 $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m)))
371 $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
372 $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m)))
373 $(eval $(call BuildPlugin,iptables-mod-ipset,ipt_set ipt_SET))
374 $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m)))
375 $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m)))
376 $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
377 $(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
378 $(eval $(call BuildPackage,ip6tables))
379 $(eval $(call BuildPackage,ip6tables-utils))
380 $(eval $(call BuildPackage,libiptc))
381 $(eval $(call BuildPackage,libxtables))