summaryrefslogtreecommitdiff
path: root/package/iptables
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-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
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-09-04tcp.h only required for musl libcWaldemar Brodkorb
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-24remove patchWaldemar Brodkorb
2012-07-17update to latest upstream versionWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar 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-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
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-04-12firewall.conf: minor fixupsPhil Sutter
- Apply drop policy to the OUTPUT chain, too (the actual behaviour should not have changed, as all now unhandled packets were explicitly dropped before). - The TCPMSS target is only valid in the mangle table, which is not enabled by default. So fix the statement and comment it out to leave it up to the user to decide whether he really needs it.