d85a504d3c
iptables: make it possible to dynamically configure built-in statically linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs
...
SVN-Revision: 30676
2012-02-22 01:47:48 +00:00
cd6a2fc6a0
iptables: do not link binaries with -rdynamic, plugins do not need any symbols from the main executable. saves some space
...
SVN-Revision: 30675
2012-02-21 23:03:21 +00:00
75a929c65e
iptables: Fix mod-ipopt package description ( #10931 )
...
SVN-Revision: 30373
2012-02-08 14:55:48 +00:00
620843b2ee
iptables: don't apply patches if building an external kernel
...
SVN-Revision: 30339
2012-02-06 17:15:36 +00:00
f7a7e289a5
iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to in6addr_any when compiling with external CodeSourcery toolchain
...
SVN-Revision: 29778
2012-01-18 19:05:48 +00:00
50d4c0e31a
package: iptables: fix compilation with linux 3.2
...
SVN-Revision: 29729
2012-01-13 14:49:19 +00:00
09bc84f55b
iptables: drop iptables-utils and ip6tables-utils, ship needed symlinks in iptables and ip6tables packages ( #9691 )
...
SVN-Revision: 27961
2011-08-11 21:26:44 +00:00
1267f048da
iptables: refresh patches
...
SVN-Revision: 27652
2011-07-17 15:53:34 +00:00
597be91074
iptables: rewrite module help texts ( #7446 )
...
SVN-Revision: 27648
2011-07-17 15:31:30 +00:00
1ff200ead5
iptables: fix redundant binaries in iptables-utils & ip6tables-utils ( #9691 )
...
SVN-Revision: 27646
2011-07-17 15:01:07 +00:00
bbece7e4e8
iptables: add iptables-mod-led ( #9400 )
...
SVN-Revision: 27460
2011-07-05 12:40:59 +00:00
be906f6be5
package u32 match and TEE target, patches by Maxim Uvarov
...
SVN-Revision: 26977
2011-05-24 08:14:29 +00:00
3b6e38ba6a
iptables: libiptc.so is only a compatibility stub, split the package into libip4tc and libip6tc and adjust dependencies
...
SVN-Revision: 26292
2011-03-25 18:02:51 +00:00
393209333c
artables ebtables iptables: Moved *tables to Firewall submenu of the Network package group because that's where all the feeds packages for firewalls now are.
...
SVN-Revision: 26056
2011-03-12 01:24:18 +00:00
cefba2ca2f
iptables: add support for ipt_recent --reap option
...
SVN-Revision: 26008
2011-03-10 13:51:37 +00:00
925965627f
iptables: do not use -static-libgcc
...
SVN-Revision: 25808
2011-03-01 15:41:21 +00:00
1352979f8c
as [25641] removed kernel IMQ support, remove it from iptables as well
...
SVN-Revision: 25646
2011-02-21 09:27:32 +00:00
1b37ee06f1
iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
...
SVN-Revision: 24740
2010-12-20 18:45:09 +00:00
efb7c910ee
iptables: fix layer7 patch to place the source in extensions/, I doubt it ever worked
...
SVN-Revision: 24719
2010-12-19 11:16:46 +00:00
45ab1a3162
package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369 )
...
SVN-Revision: 24345
2010-12-08 12:56:46 +00:00
2d2fbc6f84
the switch to libtool2 seems to cause the iptables build environment not building static libraries anymore, for whatever reason.. since we don't need them anyway, just do no try to copy them over anymore
...
SVN-Revision: 24244
2010-12-04 17:04:39 +00:00
a932a9beca
iptables: Fix call to md5s
...
SVN-Revision: 23675
2010-10-27 15:27:12 +00:00
356ec178f0
iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move autogen.sh invocation to Build/Configure
...
SVN-Revision: 23369
2010-10-09 17:47:55 +00:00
7b30b70e11
From: Joseph Roback <openwrt-devel@roback.cc>
...
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.
Signed-off-by: Joe Roback <joe@roback.cc >
SVN-Revision: 22965
2010-09-07 10:00:34 +00:00
84034cf06a
iptables: partly revert r22582, fixes ip6tables extension packaging
...
SVN-Revision: 22686
2010-08-17 09:02:22 +00:00
5bee603027
package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables
...
SVN-Revision: 22582
2010-08-10 17:12:49 +00:00
98746d4e8b
iptables: refresh patch
...
SVN-Revision: 22520
2010-08-06 21:45:50 +00:00
8ea976509c
package/iptables: upgrade to iptables version 1.4.9
...
SVN-Revision: 22482
2010-08-04 13:29:07 +00:00
d768b7538e
remove iptables libipq dependency, thanks jow
...
SVN-Revision: 22438
2010-07-31 11:53:27 +00:00
1d7dfee37f
package libipq as a shared library
...
r21799 by jow changed the staging install of libipq so that it is no
longer available as a static library but is dynamically linked in as a
shared library. However the libipq package was not being built. This
patch provides libipq.so as a package.
Signed-off-by: Ashok Rao <greatarbor@gmail.com >
SVN-Revision: 22436
2010-07-31 11:42:24 +00:00
57d2e57b02
finalize r22241 fixes
...
SVN-Revision: 22242
2010-07-17 08:50:19 +00:00
a158af99a0
iptables: package hashlimit module ( #6696 )
...
SVN-Revision: 22229
2010-07-16 06:15:07 +00:00
aca4fe908d
package/iptables: fix compile failure on gentoo build system (thanks nbd)
...
SVN-Revision: 21996
2010-06-30 20:13:20 +00:00
ff3d5025ac
remove obsolete kernel dependencies and version checks
...
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
91468dcf4f
package TPROXY target and module infrastructure
...
SVN-Revision: 21883
2010-06-22 22:39:22 +00:00
1a4e4a3850
iptables: - supress detection of libnfnetlink and force configure to not use it - fix staging install of libxtables, libiptc and libipq libraries
...
SVN-Revision: 21799
2010-06-14 17:26:39 +00:00
27e5bcc184
package: update to iptables-1.4.8
...
SVN-Revision: 21752
2010-06-10 11:46:07 +00:00
2f20eed642
revert r21522, updating to 1.4.8 requires libnfnetlink
...
SVN-Revision: 21571
2010-05-26 12:17:14 +00:00
962c5c03b6
update iptables md5sum
...
SVN-Revision: 21534
2010-05-22 07:55:39 +00:00
019ce48184
update iptables to 1.4.8
...
SVN-Revision: 21522
2010-05-21 09:54:04 +00:00
d2af27b13d
fix iptables cflags to include architecture specific asm includes
...
SVN-Revision: 21045
2010-04-20 16:18:03 +00:00
d009c8ed97
package/iptables: update to 1.4.7
...
SVN-Revision: 20862
2010-04-14 23:27:36 +00:00
d6fb9649de
package/iptables: refresh patches
...
SVN-Revision: 20465
2010-03-26 14:28:40 +00:00
fafcea14a6
this patch fixes iptables parallel build.
...
-Raphael
SVN-Revision: 20188
2010-03-14 01:53:41 +00:00
237df628c3
iptables: disable kernel module autoloading
...
SVN-Revision: 19917
2010-02-28 19:12:47 +00:00
0ab4d7e848
iptables: fix a segfault when iptables tries to use modprobe, force it to use insmod
...
SVN-Revision: 19827
2010-02-24 01:59:32 +00:00
2a473ebe19
iptables: fix multiport match for brcm-2.4 Since the netfilter framework in Linux 2.4 lacks support for target and match revisioning, iptables falls back to the v0 implementation of multiport while only v1 is implemented on the kernel side, leading to an invalid argument error when trying to insert rules using multiport. This patch removes v0 support from the userspace match library to enforce the usage of the v1 match implementation.
...
SVN-Revision: 19761
2010-02-19 21:25:40 +00:00
4257508e11
iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
...
SVN-Revision: 19722
2010-02-19 01:44:10 +00:00
21a3932267
iptables: install libip[46]tc into staging dir
...
SVN-Revision: 19316
2010-01-24 19:59:13 +00:00
de1c5f7a85
iptables: --enable-static and --enable-shared don't work well together, drop --enable-static
...
SVN-Revision: 19304
2010-01-24 00:48:23 +00:00