diff options
author | Ralph Sennhauser <ralph.sennhauser@gmail.com> | 2016-11-07 14:08:28 +0100 |
---|---|---|
committer | Ralph Sennhauser <ralph.sennhauser@gmail.com> | 2016-11-07 15:07:37 +0100 |
commit | fc04815ddc385551d05c5f4317341de1a8873305 (patch) | |
tree | 0ffc9862ba36466678fbb5b1f1ce1db130c2e649 /package/network | |
parent | 9ce27c83ad3fe2fa5e6ba707dc6bc1182a0f32ed (diff) | |
download | master-187ad058-fc04815ddc385551d05c5f4317341de1a8873305.tar.gz master-187ad058-fc04815ddc385551d05c5f4317341de1a8873305.tar.bz2 master-187ad058-fc04815ddc385551d05c5f4317341de1a8873305.zip |
firewall: bump to 2016-11-06
This version fixes loading of extensions for users of musl as it no
longer relies on undefined behaviour wrt dlclose. There is also a fix
which allows to build firewall without patched kernel headers when using
musl.
Another major feature is support for iptables-1.6.0 and vanilla iptables
in general.
Last but not least firewall no longer depends on the "in-house" iptables
extension xt_id and uses xt_comment instead for tracking its own rules.
For other changes consult the commit log.
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/config/firewall/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 73dae29468..f9fa9116b6 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -8,15 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall -PKG_VERSION:=2016-01-29 -PKG_RELEASE:=$(PKG_SOURCE_VERSION) +PKG_VERSION:=2016-11-06 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(OPENWRT_GIT)/project/firewall3.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8957be6c026858fe414aef69281d8aa06f7ea122 +PKG_SOURCE_VERSION:=bd40ba4584141ce34f3d5c42841abafccad06bdd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> PKG_LICENSE:=ISC PKG_CONFIG_DEPENDS := CONFIG_IPV6 |