summaryrefslogtreecommitdiff
path: root/package/iptables
AgeCommit message (Collapse)Author
2012-08-12iptables: bump to version 1.4.15Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-05-28iptables: bump to version 1.4.14Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-04-02iptables: bump to version 1.4.13Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-09iptables: fix build with 3.2 kernel headersPeter Korsgaard
Based on upstream post-1.14.12.2 change. linux/if_packet.h changed to use the newly introduced __aligned_u64 type in 3.2, which iptables' embedded linux/types.h doesn't provide. Fix it by updating linux/types.h. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-08iptables: no need to autoreconfPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-01-06iptables: bump to version 1.4.12.2Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-13iptables: bump to version 1.4.12.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-08-04iptables: bump to version 1.4.12Gustavo Zacarias
Bump iptables to version 1.4.12 for linux kernel 3.0 support [Peter: Rename patch] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-24iptables: fixup multitarget binary linksGustavo Zacarias
Newer vesions renamed iptables-multi to xtables-multi so fix the symlinks accordingly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-22iptables: largefile support not required anymorePeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-22iptables: unbreak build without ipv6 supportPeter Korsgaard
Patch submitted upstream, but so far not committed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-21iptables: bump to version 1.4.11.1Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-11iptables: remove redundant --disable-ipv6Peter Korsgaard
Is automatically handled by the autotargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-11iptables: install to stagingGustavo Zacarias
Install iptables to staging so we can build iproute2 with filtering. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-11-04iptables: bump to version 1.4.10Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-12iptables: convert old-style hook to new-style hookThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-09-07iptables: bump to 1.4.9.1Gustavo Zacarias
Adds support for new kernel 2.6.35 features. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-07Iptables: needs host-pkg-configGustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-05iptables: bump version, make it smaller with IPV6=nGustavo Zacarias
Closes #1879 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-03-31iptables: bump versionGustavo Zacarias
Closes #1417 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-20Bump iptables to 1.4.6Gustavo Zacarias
Closes #913. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-20iptables: fix disable-ipv6 optionOlaf Rempel
- bumb version to v1.4.5 - add fix for --disable-ipv6 option (upstream bug: http://bugzilla.netfilter.org/show_bug.cgi?id=608) Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-16iptables: use multipurpose binaries and bump versionOlaf Rempel
Closes #587 - bump version to 1.4.4 - iptables-optional-ipv6.patch no longer needed (included in upstream) - use ipXtables-multi binaries with symlinks to ipXtables, ipXtables-save, ipXtables-restore instead of 3 distinct binaries Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-31iptables: unbreak build with ipv6 after r25897.Peter Korsgaard
2009-03-30iptables: use correct variable for configure optionsPeter Korsgaard
Introduced in r23409.
2009-03-30iptables: needs largefile support in toolchainPeter Korsgaard
2009-03-30iptables: fix build without ipv6 support in toolchainPeter Korsgaard
Patch by Steffen Schulz <sf@cbg.dyndns.org>, closes #233.
2009-03-16iptables: doesn't use glibPeter Korsgaard
2009-03-03iptables: bump versionPeter Korsgaard
- bump version to 1.4.2 - add uninstall target Patch by Olaf Rempel <razzor@kopf-tisch.de>
2009-01-13Use HOST_GLIB for glib installation instead of /usr/binUlf Samuelsson
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-09-18iptables: fix install rule to install everything in appropriate directoriesHans-Christian Egtvedt
This patch will install iptables with the install-strip command, and also use /usr/lib as target for the filter libraries. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-16Fix iptables compile error by updating to Makefile.autotools.in and bumping ↵Thiago A. Corrêa
version to 1.4.1
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-05-22Build iptables using a single processUlf Samuelsson
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-17- cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-01- explicitely download via httpBernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-07-28Fix environment for iptablesUlf Samuelsson
2007-07-23- just use the TARGET_CCBernhard Reutner-Fischer
2007-07-08- bump versionBernhard Reutner-Fischer
- misc adjustments while at it
2006-12-18- pass the correct kernel headers in and improve the -clean target.Bernhard Reutner-Fischer
2006-12-14iptables seems to not be safe for 'make -jN' for any N>1Eric Andersen
2006-12-13- bump version.Bernhard Reutner-Fischer
2006-12-02- bump version to cope with changes imposed by 2.6.19.Bernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-04-15version bump to 1.3.5Mike Frysinger