[openwrt/openwrt] firewall4: update to latest Git HEAD
LEDE Commits
lede-commits at lists.infradead.org
Tue Dec 6 02:43:14 PST 2022
jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/84183f0d98c5da8d3b8e509a9d750f71e4b934e2
commit 84183f0d98c5da8d3b8e509a9d750f71e4b934e2
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Mon Dec 5 15:58:41 2022 +0100
firewall4: update to latest Git HEAD
700a925 fw4: prevent null access when no ipsets are defined
6443ec7 config: drop input traffic by default
119ee1a ruleset: drop ctstate invalid traffic for masq-enabled zones
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 47c2cc5bf3..47b4e060c0 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-10-18
-PKG_SOURCE_VERSION:=7ae5e14bbd7265cc67ec870c3bb0c8e197bb7ca9
-PKG_MIRROR_HASH:=ce190e526df915df65b40aa24fadf2a1b5badc57ab4e564d5f44575b11d18e26
+PKG_SOURCE_DATE:=2022-11-29
+PKG_SOURCE_VERSION:=700a925fd9c1f1ff404e6b125cd5347ad7c45668
+PKG_MIRROR_HASH:=
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list