[openwrt/openwrt] firewall4: update to latest Git HEAD
LEDE Commits
lede-commits at lists.infradead.org
Wed Aug 24 14:25:28 PDT 2022
jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fe86b2ffaaf6059250e3ba0a9e1436312415e23f
commit fe86b2ffaaf6059250e3ba0a9e1436312415e23f
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Wed Aug 24 23:04:45 2022 +0200
firewall4: update to latest Git HEAD
a4484d4 fw4: support automatic includes
ca7e3a1 fw4: honour enabled option of include sections
5a02f74 tests: add missing fs.stat) mock data for `nf_conntrack_dummy`
111a7f7 fw4: don't inherit zone family from ct helpers
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
package/network/config/firewall4/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile
index 0003fc09c3..82ba304e43 100644
--- a/package/network/config/firewall4/Makefile
+++ b/package/network/config/firewall4/Makefile
@@ -9,9 +9,9 @@ PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git
-PKG_SOURCE_DATE:=2022-06-17
-PKG_SOURCE_VERSION:=15c38317eff2bdef963cc3032512ce6cf191dadb
-PKG_MIRROR_HASH:=cff2beca5ef6c337ce8f0e93466509071dc8c614216b974c4adf4848d67f52e0
+PKG_SOURCE_DATE:=2022-08-12
+PKG_SOURCE_VERSION:=a4484d4612931800583a7219271b63224491244c
+PKG_MIRROR_HASH:=f23799cf619395eab0c46050bb52b0a177e37056ff11dc146be6a358af367ae2
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list