diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-09-15 21:19:00 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-15 22:56:09 +0200 |
commit | 2cf209ce9166575d8259b5b4176ee91d8b48d2ff (patch) | |
tree | 1db4d41a6111cc83807a090cae4904aa01ba6c12 /package | |
parent | 3fe30b28ae7ff6a7b57cdeb7b846a0e247234c9a (diff) | |
download | upstream-2cf209ce9166575d8259b5b4176ee91d8b48d2ff.tar.gz upstream-2cf209ce9166575d8259b5b4176ee91d8b48d2ff.tar.bz2 upstream-2cf209ce9166575d8259b5b4176ee91d8b48d2ff.zip |
firewall: update to latest git HEAD
c26f8907d1d2 firewall3: fix typo that affects ICMPv6 rules with numeric icmp_type
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package')
-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 2a4a4c87de..55e0738635 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-09-08 -PKG_SOURCE_VERSION:=487bd0d96c8fb9a53871134ebba7c0a66e286334 -PKG_MIRROR_HASH:=23f22468bba41ce372110705989529076ffb3474ce871fec0120da2b303654b9 +PKG_SOURCE_DATE:=2019-09-15 +PKG_SOURCE_VERSION:=c26f8907d1d2921018240774b75cf9cfda352fa7 +PKG_MIRROR_HASH:=5a2a6bca58d6b3bd10afbddbfacd57820fb48a0954279b25923b07a27f667e10 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |