summaryrefslogtreecommitdiffstats
path: root/package/iptables
Commit message (Collapse)AuthorAgeFilesLines
* package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes ↵Alexandros C. Couloumbis2010-12-085-29/+12
| | | | | | #8369) SVN-Revision: 24345
* the switch to libtool2 seems to cause the iptables build environment not ↵Mirko Vogt2010-12-041-3/+3
| | | | | | 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
* iptables: Fix call to md5sMichael Büsch2010-10-271-1/+1
| | | | SVN-Revision: 23675
* iptables: don't use /bin/bash in autogen.sh, breaks FreeBSD. Also move ↵Jo-Philipp Wich2010-10-092-2/+18
| | | | | | autogen.sh invocation to Build/Configure SVN-Revision: 23369
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-071-0/+1
| | | | | | | | 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
* iptables: partly revert r22582, fixes ip6tables extension packagingJo-Philipp Wich2010-08-171-0/+4
| | | | SVN-Revision: 22686
* package/iptables: update to 1.4.9.1 and cleanup: * call autogen.sh in ↵Nicolas Thill2010-08-101-25/+17
| | | | | | Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables SVN-Revision: 22582
* iptables: refresh patchJo-Philipp Wich2010-08-061-2/+2
| | | | SVN-Revision: 22520
* package/iptables: upgrade to iptables version 1.4.9Alexandros C. Couloumbis2010-08-042-25/+23
| | | | SVN-Revision: 22482
* remove iptables libipq dependency, thanks jowFlorian Fainelli2010-07-311-1/+1
| | | | SVN-Revision: 22438
* package libipq as a shared libraryFlorian Fainelli2010-07-311-1/+13
| | | | | | | | | | | 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
* finalize r22241 fixesAlexandros C. Couloumbis2010-07-171-1/+1
| | | | SVN-Revision: 22242
* iptables: package hashlimit module (#6696)Jo-Philipp Wich2010-07-161-0/+12
| | | | SVN-Revision: 22229
* package/iptables: fix compile failure on gentoo build system (thanks nbd)Alexandros C. Couloumbis2010-06-301-0/+1
| | | | SVN-Revision: 21996
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21956
* package TPROXY target and module infrastructureJo-Philipp Wich2010-06-221-0/+14
| | | | SVN-Revision: 21883
* iptables: - supress detection of libnfnetlink and force configure to not use ↵Jo-Philipp Wich2010-06-142-3/+97
| | | | | | it - fix staging install of libxtables, libiptc and libipq libraries SVN-Revision: 21799
* package: update to iptables-1.4.8Alexandros C. Couloumbis2010-06-101-2/+2
| | | | SVN-Revision: 21752
* revert r21522, updating to 1.4.8 requires libnfnetlinkFlorian Fainelli2010-05-261-2/+2
| | | | SVN-Revision: 21571
* update iptables md5sumFlorian Fainelli2010-05-221-1/+1
| | | | SVN-Revision: 21534
* update iptables to 1.4.8Florian Fainelli2010-05-211-2/+2
| | | | SVN-Revision: 21522
* fix iptables cflags to include architecture specific asm includesFlorian Fainelli2010-04-201-0/+4
| | | | SVN-Revision: 21045
* package/iptables: update to 1.4.7Nicolas Thill2010-04-142-13/+3
| | | | SVN-Revision: 20862
* package/iptables: refresh patchesGabor Juhos2010-03-263-12/+10
| | | | SVN-Revision: 20465
* this patch fixes iptables parallel build.Travis Kemen2010-03-141-78/+80
| | | | | | -Raphael SVN-Revision: 20188
* iptables: disable kernel module autoloadingJo-Philipp Wich2010-02-283-24/+18
| | | | SVN-Revision: 19917
* iptables: fix a segfault when iptables tries to use modprobe, force it to ↵Jo-Philipp Wich2010-02-242-0/+24
| | | | | | use insmod SVN-Revision: 19827
* iptables: fix multiport match for brcm-2.4 Since the netfilter framework in ↵Jo-Philipp Wich2010-02-191-0/+265
| | | | | | 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
* iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack nowJo-Philipp Wich2010-02-191-2/+2
| | | | SVN-Revision: 19722
* iptables: install libip[46]tc into staging dirJo-Philipp Wich2010-01-241-1/+1
| | | | SVN-Revision: 19316
* iptables: --enable-static and --enable-shared don't work well together, drop ↵Jo-Philipp Wich2010-01-241-1/+0
| | | | | | --enable-static SVN-Revision: 19304
* iptables: update to v1.4.6, relocate patches - patch by Edgar SoldinJo-Philipp Wich2010-01-235-9/+7
| | | | SVN-Revision: 19302
* iptables: add an iptables-mod-ipset package (closes: #6327)Nicolas Thill2009-12-181-0/+13
| | | | SVN-Revision: 18832
* iptables: move to 'Network' in menuconfigFelix Fietkau2009-12-091-1/+1
| | | | SVN-Revision: 18713
* iptables: bump pkg revisionJo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18707
* iptables: add comment match to the core packageJo-Philipp Wich2009-12-081-0/+1
| | | | SVN-Revision: 18706
* fix breakage introduced with r18315Florian Fainelli2009-11-051-0/+2
| | | | SVN-Revision: 18316
* remove the patch dir hack in iptables when building with an external tree, ↵Florian Fainelli2009-11-051-6/+0
| | | | | | this did not work at all. SVN-Revision: 18315
* remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵Felix Fietkau2009-10-201-1/+0
| | | | | | on mips SVN-Revision: 18098
* remove ipset support from core, it is now provided by xtables-addons from ↵Nicolas Thill2009-10-031-6/+0
| | | | | | the packages feed SVN-Revision: 17844
* iptables: fix build error with linux 2.6.31Felix Fietkau2009-09-251-1/+5
| | | | SVN-Revision: 17721
* libiptc and libxtables should install their libraries as symbolic links ↵Florian Fainelli2009-08-071-3/+3
| | | | | | (#5313, #5639) SVN-Revision: 17162
* install libiptc/libipulog from iptables (#5549)Florian Fainelli2009-08-011-0/+2
| | | | SVN-Revision: 17089
* force iptables to be configured with ipv6 enabled (#5586)Florian Fainelli2009-08-011-0/+1
| | | | SVN-Revision: 17076
* make patches against iptables apply again after update to 1.4.4 (#5540)Florian Fainelli2009-07-175-13/+0
| | | | SVN-Revision: 16878
* upgrade to new upstream version 1.4.4Markus Wigge2009-07-151-2/+2
| | | | SVN-Revision: 16853
* fix typo in iptables makefile resulting in patches not being applied (#5311)Florian Fainelli2009-06-091-2/+2
| | | | SVN-Revision: 16392
* do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREEFlorian Fainelli2009-06-041-0/+4
| | | | SVN-Revision: 16336
* iptables: export libipqFelix Fietkau2009-05-291-3/+8
| | | | SVN-Revision: 16164
* iptables: update imq userspace partJo-Philipp Wich2009-05-073-201/+127
| | | | SVN-Revision: 15653