diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-09-18 11:01:29 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-09-18 10:59:17 +0200 |
commit | c7e3ca59ab1554f17a293bd956881366f555811b (patch) | |
tree | 29fb53a81b737b1cb8526931a33bee4c7664a09d /package/network/config | |
parent | ad8b11213adc4036bb0c0e5c674864d61d9f36eb (diff) | |
download | upstream-c7e3ca59ab1554f17a293bd956881366f555811b.tar.gz upstream-c7e3ca59ab1554f17a293bd956881366f555811b.tar.bz2 upstream-c7e3ca59ab1554f17a293bd956881366f555811b.zip |
firewall: update to latest Git HEAD
383eb58 ubus: do not overwrite ipset name attribute
c26f890 firewall3: fix typo that affects ICMPv6 rules with numeric icmp_type
487bd0d utils: Fix string format message
4d0c703 firewall3: Fix some format string problems
8c404ef iptables.c: lock the xtables.lock
c1d3a4d utils: implement fw3_lock_path() & fw3_unlock_path()
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
[cherry picked and squashed from commits
7db655991443a98f84e4c39e733232d41d2d6137,
359bff605244c2cf2bff75bce0f0b16b496a6a77,
2cf209ce9166575d8259b5b4176ee91d8b48d2ff,
5ef9e4f107a94c502908403fdf56cf6bcdc08dd2]
Ref: https://forum.openwrt.org/t/fw3-ipset-procd-objects/44044
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/firewall/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index a477ff42f4..c1e6003dd8 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -13,9 +13,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git -PKG_SOURCE_DATE:=2019-08-21 -PKG_SOURCE_VERSION:=bf29c1e7e95c00953da9430e4c5144ef2b79a361 -PKG_MIRROR_HASH:=de66fce181893cbd0d90ef89860e618db3e975a0713ecfaaa83b9f657c5beb43 +PKG_SOURCE_DATE:=2019-09-18 +PKG_SOURCE_VERSION:=383eb58f1750b3b96a82558b5dcb806a8a2528bc +PKG_MIRROR_HASH:=eb589a8b8f0c24920221ca79367940ce735548539b9ae685477138be6c5eed89 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |