Skip to content

Commit

Permalink
firewall: bump to 2016-11-06
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
seragh committed Nov 7, 2016
1 parent 9ce27c8 commit fc04815
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package/network/config/firewall/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=ISC

PKG_CONFIG_DEPENDS := CONFIG_IPV6
Expand Down

0 comments on commit fc04815

Please sign in to comment.