[openwrt/openwrt] firewall4: bump to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 1 03:45:27 PDT 2022


stintel pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/1edf306b31cbd1373887ded5fc26eeea0e41d8b6

commit 1edf306b31cbd1373887ded5fc26eeea0e41d8b6
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Fri Jun 17 14:58:20 2022 +0300

    firewall4: bump to git HEAD
    
      11f5c7b fw4.uc: fix zone helper assignment
      b9d35ff fw4.uc: don't skip zone for unavailable helper
      e35e26b tests: add test for zone helpers
      a063317 ruleset: fix conntrack helpers
      e1cb763 ruleset: reuse zone-jump.uc template for notrack and helper chain jumps
      11410b8 ruleset: reorder declarations & output tweaks
      880dd31 fw4: fix skipping invalid IPv6 ipset entries
      5994466 fw4: simplify `is_loopback_dev()`
      53886e5 fw4: fix crash in parse_cthelper() if no helpers are present
      11256ff fw4: add support for configurable includes
      3b5a033 tests: add test coverage for firewall includes
      d79911c fw4: support sets with timeout capability but without default expiry
      15c3831 fw4: add support for `option log` in rule and redirect sections
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
    (cherry picked from commit e8433fb4336b72e44a40cb667ee2eb06e0a31109)
---
 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 7109af7d2f..d6f363f3c8 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-05-31
-PKG_SOURCE_VERSION:=210991df51587bdb736b4fc74b1200ec6cf6ecc7
-PKG_MIRROR_HASH:=486c3fdf7201db8ae51dee7ffac1e80e7b652b27eca9a8174e0fc6f286a457fa
+PKG_SOURCE_DATE:=2022-06-17
+PKG_SOURCE_VERSION:=15c38317eff2bdef963cc3032512ce6cf191dadb
+PKG_MIRROR_HASH:=cff2beca5ef6c337ce8f0e93466509071dc8c614216b974c4adf4848d67f52e0
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_LICENSE:=ISC
 




More information about the lede-commits mailing list