Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-09 | iptables: update to 1.6.2 | Waldemar Brodkorb | |
2017-01-30 | iptables: update to 1.6.1 | Waldemar Brodkorb | |
2016-12-05 | iptables: use $(CP) for symlinks | Waldemar Brodkorb | |
2016-12-04 | iptables: fix package, --disable-static/--enable-shared is now default | Waldemar Brodkorb | |
2016-09-26 | iptables: add kernel depends for basic functionality | Waldemar Brodkorb | |
2016-01-13 | iptables: update to latest stable version | Waldemar Brodkorb | |
2015-07-25 | package/iptables: need pkgconf-host to properly create configure script | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-12-27 | convert checksum check to sha256 | Waldemar 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-21 | s/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-19 | compile autotool stuff, bison and flex by default | Waldemar Brodkorb | |
2014-06-18 | package/iptables: install missing connlabel.conf | Phil 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-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-16 | fix some runtime dependencies | Waldemar Brodkorb | |
2014-05-15 | remove subpackage ip6tables | Waldemar Brodkorb | |
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | automatic dæmonising of services | Thorsten Glaser | |
2014-04-08 | fix iptables build, when conntrack lib is found, form buildroot | Waldemar Brodkorb | |
2014-04-08 | adjust dependencies | Waldemar Brodkorb | |
2014-04-07 | add separate postinst | Waldemar Brodkorb | |
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-15 | remove my hack, not needed anymore | Waldemar Brodkorb | |
2013-12-07 | update iptables to latest upstream | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-09-04 | tcp.h only required for musl libc | Waldemar Brodkorb | |
2013-08-15 | update to latest upstream version, add musl compile fixes | Waldemar Brodkorb | |
2013-07-10 | update kernel 3.4.x, fix netfilter nat modules | Waldemar Brodkorb | |
2013-01-19 | update to linux 3.7.3, disable aufs2, multimedia support needs reworking | Waldemar Brodkorb | |
2012-10-24 | update to latest upstream | Waldemar Brodkorb | |
2012-08-28 | ip6tables is a symlink | Waldemar Brodkorb | |
2012-07-24 | remove patch | Waldemar Brodkorb | |
2012-07-17 | update to latest upstream version | Waldemar Brodkorb | |
2012-03-20 | allconfig fixes for lemote yeelong | Waldemar Brodkorb | |
2012-03-16 | allow lto, reported by psutter | Waldemar Brodkorb | |
2012-02-29 | update to latest stable version | Waldemar Brodkorb | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-10-13 | update to latest stable upstream | Waldemar Brodkorb | |
2011-02-26 | another round of native compile fixes | Waldemar Brodkorb | |
2011-01-17 | fix packages to be compile with stack protector | Waldemar 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-13 | update to Linux Kernel 2.6.37 | Waldemar Brodkorb | |
2011-01-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
2010-09-14 | replace mksh scripts with faster C programs | Waldemar 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-08 | Merge 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-06 | massive whitespace cleanup (EOL), suggested by j.seitter | Waldemar Brodkorb | |
2010-06-14 | update to latest upstream | Waldemar Brodkorb | |
2010-06-12 | massive PKG_SECTION adjustments | Phil Sutter | |
2010-04-12 | ip6tables review | Phil Sutter | |
Init-script and config based on the IPv4-ones, but all NAT-related stuff dropped. | |||
2010-04-12 | firewall.conf: minor fixups | Phil 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. | |||
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar 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-04 | fix default firewall script and kernel mod dependencies | Waldemar Brodkorb | |