From: Jo-Philipp Wich Date: Wed, 18 Sep 2019 09:01:29 +0000 (+0200) Subject: firewall: update to latest Git HEAD X-Git-Tag: v1.5.0-rc2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=65d2bc6500f4ea92a70313bdb5c168af218806fc;p=librecmc%2Flibrecmc.git 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 Signed-off-by: Hauke Mehrtens Signed-off-by: Petr Štetiar [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 --- diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 33a1a2ec8c..ccbd250a11 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)/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 PKG_LICENSE:=ISC