summaryrefslogtreecommitdiff
path: root/package/iptables/Makefile
AgeCommit message (Collapse)Author
2024-01-06iptables: update to 1.8.10Waldemar Brodkorb
2020-09-14iptables: update to 1.8.5Waldemar Brodkorb
2018-03-09iptables: update to 1.6.2Waldemar Brodkorb
2017-01-30iptables: update to 1.6.1Waldemar Brodkorb
2016-12-05iptables: use $(CP) for symlinksWaldemar Brodkorb
2016-12-04iptables: fix package, --disable-static/--enable-shared is now defaultWaldemar Brodkorb
2016-09-26iptables: add kernel depends for basic functionalityWaldemar Brodkorb
2016-01-13iptables: update to latest stable versionWaldemar Brodkorb
2015-07-25package/iptables: need pkgconf-host to properly create configure scriptPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-06-18package/iptables: install missing connlabel.confPhil Sutter
Otherwise the iptables utility will complain. Installed file is just a sample, but must not be empty so better than nothing. Signed-off-by: Phil Sutter <phil@nwl.cc>
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-16fix some runtime dependenciesWaldemar Brodkorb
2014-05-15remove subpackage ip6tablesWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-08fix iptables build, when conntrack lib is found, form buildrootWaldemar Brodkorb
2014-04-08adjust dependenciesWaldemar Brodkorb
2014-04-07add separate postinstWaldemar Brodkorb
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2014-03-15remove my hack, not needed anymoreWaldemar Brodkorb
2013-12-07update iptables to latest upstreamWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-08-15update to latest upstream version, add musl compile fixesWaldemar Brodkorb
2013-07-10update kernel 3.4.x, fix netfilter nat modulesWaldemar Brodkorb
2013-01-19update to linux 3.7.3, disable aufs2, multimedia support needs reworkingWaldemar Brodkorb
2012-10-24update to latest upstreamWaldemar Brodkorb
2012-08-28ip6tables is a symlinkWaldemar Brodkorb
2012-07-17update to latest upstream versionWaldemar Brodkorb
2012-03-16allow lto, reported by psutterWaldemar Brodkorb
2012-02-29update to latest stable versionWaldemar Brodkorb
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-13update to latest stable upstreamWaldemar Brodkorb
2011-02-26another round of native compile fixesWaldemar Brodkorb
2011-01-13update to Linux Kernel 2.6.37Waldemar Brodkorb
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-06-14update to latest upstreamWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-04-12ip6tables reviewPhil Sutter
Init-script and config based on the IPv4-ones, but all NAT-related stuff dropped.
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-04fix default firewall script and kernel mod dependenciesWaldemar Brodkorb
2009-12-30fix automatic kmod dependency handlingWaldemar Brodkorb
It is required that kmod package names are directly useable in uppercase for automatic dependency handling. Fix all package names in mk/modules.mk.
2009-12-23fixes for new pkgmaker generated menuWaldemar Brodkorb
2009-12-17update to latest upstream versionWaldemar Brodkorb
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default