1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 20:59:50 +03:00
Commit Graph

208 Commits

Author SHA1 Message Date
acoul
7fe3810101 finalize r22241 fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-17 08:50:19 +00:00
jow
3ba9b8e05c [package] iptables: package hashlimit module (#6696)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-16 06:15:07 +00:00
acoul
7ebf9e77c6 package/iptables: fix compile failure on gentoo build system (thanks nbd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-30 20:13:20 +00:00
nbd
5b8b96e823 remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 20:44:28 +00:00
jow
86b9c1df64 [netfilter] package TPROXY target and module infrastructure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-22 22:39:22 +00:00
jow
9b66d8959f [package] iptables:
- supress detection of libnfnetlink and force configure to not use it
	- fix staging install of libxtables, libiptc and libipq libraries


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21799 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14 17:26:39 +00:00
acoul
7a130539e4 package: update to iptables-1.4.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-10 11:46:07 +00:00
florian
80d55eeb0e [package] revert r21522, updating to 1.4.8 requires libnfnetlink
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-26 12:17:14 +00:00
florian
e72bb33ad8 [package] update iptables md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21534 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-22 07:55:39 +00:00
florian
29130d927f [package] update iptables to 1.4.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-21 09:54:04 +00:00
florian
18e1fcaf5c [package] fix iptables cflags to include architecture specific asm includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21045 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20 16:18:03 +00:00
nico
c5ac3c8566 package/iptables: update to 1.4.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-14 23:27:36 +00:00
juhosg
10b8a21dd1 package/iptables: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-26 14:28:40 +00:00
thepeople
f1dab524fd this patch fixes iptables parallel build.
-Raphael

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20188 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-14 01:53:41 +00:00
jow
1fbb385706 [package] iptables: disable kernel module autoloading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-28 19:12:47 +00:00
jow
0d1136ea2c [package] iptables: fix a segfault when iptables tries to use modprobe, force it to use insmod
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 01:59:32 +00:00
jow
c3c69bf727 [package] 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.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 21:25:40 +00:00
jow
9d72ec90ea [package] iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 01:44:10 +00:00
jow
8110505ea3 [package] iptables: install libip[46]tc into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-24 19:59:13 +00:00
jow
0da4bf13b7 [package] iptables: --enable-static and --enable-shared don't work well together, drop --enable-static
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19304 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-24 00:48:23 +00:00
jow
07380cd8e3 [package] iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-23 22:28:32 +00:00
nico
49aaa0d065 [packages] iptables: add an iptables-mod-ipset package (closes: #6327)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-18 17:17:49 +00:00
nbd
b5650f6d14 iptables: move to 'Network' in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18713 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 13:36:35 +00:00
jow
4aa6904aaf [package] iptables: bump pkg revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 20:53:27 +00:00
jow
38155e5737 [package] iptables: add comment match to the core package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 20:52:58 +00:00
florian
290c36378f [package] fix breakage introduced with r18315
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 14:35:36 +00:00
florian
498ec579dd [package] remove the patch dir hack in iptables when building with an
external tree, this did not work at all.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18315 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-05 14:21:05 +00:00
nbd
f47c28454b remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18098 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 11:44:16 +00:00
nico
14e55e3c98 remove ipset support from core, it is now provided by xtables-addons from the packages feed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-03 23:51:10 +00:00
nbd
92e51ad466 iptables: fix build error with linux 2.6.31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17721 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-25 14:10:42 +00:00
florian
edab4309b6 [package] libiptc and libxtables should install their libraries as symbolic links (#5313, #5639)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-07 09:36:55 +00:00
florian
99148b148b [package] install libiptc/libipulog from iptables (#5549)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 23:16:06 +00:00
florian
2b3988d5ab [package] force iptables to be configured with ipv6 enabled (#5586)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17076 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-01 12:10:59 +00:00
florian
fabc865262 [package] make patches against iptables apply again after update to 1.4.4 (#5540)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-17 12:37:10 +00:00
markus
64f8ced3da upgrade to new upstream version 1.4.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-15 16:33:01 +00:00
florian
a37a557c2e [package] fix typo in iptables makefile resulting in patches not being applied (#5311)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-09 07:54:46 +00:00
florian
40faa2b2ed [package] do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16336 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 13:14:00 +00:00
nbd
f2f110a1ea iptables: export libipq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16164 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-29 00:51:33 +00:00
jow
ca857c0511 [package] iptables: update imq userspace part
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 03:06:56 +00:00
jow
54d1a917eb [package] iptables: install essential headers into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-05 11:51:51 +00:00
jow
948e5eb524 [package] iptables: fix segfault in xtables_parse_protocol() if an unknown protocol is specified for -p
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15573 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-03 14:31:36 +00:00
nico
e8ca01dae1 [package] iptables:
- add libtool fixups
 - fix libiptc & libxtables packages, containing only symlinks but missing the actual library files
 - enable static versions of libiptc & libxtables
 - install pkgconfig .pc files as well
 - cleanup & reorg


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-03 06:54:49 +00:00
jow
df79c3c4cd [package] iptables: install libxtables.so and libiptc.so into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15550 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-02 00:53:41 +00:00
jow
295d592403 [package] iptables: replace exot_error() with xtables_error() in layer7 patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15547 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-01 21:30:43 +00:00
hauke
398b94811b [iptables] Update layer7 rules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-01 15:20:34 +00:00
hauke
01ca644ff2 [iptables] In r15501 the libxt_layer7.c was placed in a wrong location.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-01 15:15:56 +00:00
jow
0084424abd [brcm-2.4] drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 kernel patches and add packages for libiptc + libxtables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 23:31:23 +00:00
kaloz
2ce84647f9 we don't need the libiptc library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15487 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 13:55:49 +00:00
kaloz
14cb88d920 upgrade iptables to 1.4.3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15478 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-29 11:31:20 +00:00
nbd
796a9d1091 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00