1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00
Commit Graph

98 Commits

Author SHA1 Message Date
Alexandros C. Couloumbis
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
Mirko Vogt
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
Michael Büsch
a932a9beca iptables: Fix call to md5s
SVN-Revision: 23675
2010-10-27 15:27:12 +00:00
Jo-Philipp Wich
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
Michael Büsch
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
Jo-Philipp Wich
84034cf06a iptables: partly revert r22582, fixes ip6tables extension packaging
SVN-Revision: 22686
2010-08-17 09:02:22 +00:00
Nicolas Thill
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
Alexandros C. Couloumbis
8ea976509c package/iptables: upgrade to iptables version 1.4.9
SVN-Revision: 22482
2010-08-04 13:29:07 +00:00
Florian Fainelli
d768b7538e remove iptables libipq dependency, thanks jow
SVN-Revision: 22438
2010-07-31 11:53:27 +00:00
Florian Fainelli
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
Alexandros C. Couloumbis
57d2e57b02 finalize r22241 fixes
SVN-Revision: 22242
2010-07-17 08:50:19 +00:00
Jo-Philipp Wich
a158af99a0 iptables: package hashlimit module (#6696)
SVN-Revision: 22229
2010-07-16 06:15:07 +00:00
Alexandros C. Couloumbis
aca4fe908d package/iptables: fix compile failure on gentoo build system (thanks nbd)
SVN-Revision: 21996
2010-06-30 20:13:20 +00:00
Felix Fietkau
ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Jo-Philipp Wich
91468dcf4f package TPROXY target and module infrastructure
SVN-Revision: 21883
2010-06-22 22:39:22 +00:00
Jo-Philipp Wich
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
Alexandros C. Couloumbis
27e5bcc184 package: update to iptables-1.4.8
SVN-Revision: 21752
2010-06-10 11:46:07 +00:00
Florian Fainelli
2f20eed642 revert r21522, updating to 1.4.8 requires libnfnetlink
SVN-Revision: 21571
2010-05-26 12:17:14 +00:00
Florian Fainelli
962c5c03b6 update iptables md5sum
SVN-Revision: 21534
2010-05-22 07:55:39 +00:00
Florian Fainelli
019ce48184 update iptables to 1.4.8
SVN-Revision: 21522
2010-05-21 09:54:04 +00:00
Florian Fainelli
d2af27b13d fix iptables cflags to include architecture specific asm includes
SVN-Revision: 21045
2010-04-20 16:18:03 +00:00
Nicolas Thill
d009c8ed97 package/iptables: update to 1.4.7
SVN-Revision: 20862
2010-04-14 23:27:36 +00:00
Travis Kemen
fafcea14a6 this patch fixes iptables parallel build.
-Raphael

SVN-Revision: 20188
2010-03-14 01:53:41 +00:00
Jo-Philipp Wich
237df628c3 iptables: disable kernel module autoloading
SVN-Revision: 19917
2010-02-28 19:12:47 +00:00
Jo-Philipp Wich
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
Jo-Philipp Wich
4257508e11 iptables: fix menuconfig descriptions, raw and notrack are in mod-conntrack now
SVN-Revision: 19722
2010-02-19 01:44:10 +00:00
Jo-Philipp Wich
21a3932267 iptables: install libip[46]tc into staging dir
SVN-Revision: 19316
2010-01-24 19:59:13 +00:00
Jo-Philipp Wich
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
Jo-Philipp Wich
e0fa9a4881 iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
SVN-Revision: 19302
2010-01-23 22:28:32 +00:00
Nicolas Thill
94dbd93ea4 iptables: add an iptables-mod-ipset package (closes: #6327)
SVN-Revision: 18832
2009-12-18 17:17:49 +00:00
Felix Fietkau
1ab62895f7 iptables: move to 'Network' in menuconfig
SVN-Revision: 18713
2009-12-09 13:36:35 +00:00
Jo-Philipp Wich
cc7827d993 iptables: bump pkg revision
SVN-Revision: 18707
2009-12-08 20:53:27 +00:00
Jo-Philipp Wich
e830181f47 iptables: add comment match to the core package
SVN-Revision: 18706
2009-12-08 20:52:58 +00:00
Florian Fainelli
2d463950c3 fix breakage introduced with r18315
SVN-Revision: 18316
2009-11-05 14:35:36 +00:00
Florian Fainelli
dbdfbb4b5d remove the patch dir hack in iptables when building with an external tree, this did not work at all.
SVN-Revision: 18315
2009-11-05 14:21:05 +00:00
Felix Fietkau
f97b87b6e7 remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
SVN-Revision: 18098
2009-10-20 11:44:16 +00:00
Nicolas Thill
0e43e71159 remove ipset support from core, it is now provided by xtables-addons from the packages feed
SVN-Revision: 17844
2009-10-03 23:51:10 +00:00
Felix Fietkau
1b35350431 iptables: fix build error with linux 2.6.31
SVN-Revision: 17721
2009-09-25 14:10:42 +00:00
Florian Fainelli
34e22309ef libiptc and libxtables should install their libraries as symbolic links (#5313, #5639)
SVN-Revision: 17162
2009-08-07 09:36:55 +00:00
Florian Fainelli
034933808a install libiptc/libipulog from iptables (#5549)
SVN-Revision: 17089
2009-08-01 23:16:06 +00:00
Florian Fainelli
0c27222ac4 force iptables to be configured with ipv6 enabled (#5586)
SVN-Revision: 17076
2009-08-01 12:10:59 +00:00
Markus Wigge
fa7f32c962 upgrade to new upstream version 1.4.4
SVN-Revision: 16853
2009-07-15 16:33:01 +00:00
Florian Fainelli
67a444c462 fix typo in iptables makefile resulting in patches not being applied (#5311)
SVN-Revision: 16392
2009-06-09 07:54:46 +00:00
Florian Fainelli
d861885cbf do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREE
SVN-Revision: 16336
2009-06-04 13:14:00 +00:00
Felix Fietkau
01392262c1 iptables: export libipq
SVN-Revision: 16164
2009-05-29 00:51:33 +00:00
Jo-Philipp Wich
b7569a3a34 iptables: install essential headers into staging dir
SVN-Revision: 15621
2009-05-05 11:51:51 +00:00
Nicolas Thill
8c7602a3f4 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
SVN-Revision: 15572
2009-05-03 06:54:49 +00:00
Jo-Philipp Wich
26f40c4bd4 iptables: install libxtables.so and libiptc.so into staging dir
SVN-Revision: 15550
2009-05-02 00:53:41 +00:00
Jo-Philipp Wich
2515392870 drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 kernel patches and add packages for libiptc + libxtables
SVN-Revision: 15501
2009-04-29 23:31:23 +00:00
Imre Kaloz
6032279e79 we don't need the libiptc library
SVN-Revision: 15487
2009-04-29 13:55:49 +00:00