diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-06 19:08:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-06 19:08:11 +0200 |
commit | 7bdd9906420cc702fae73da8a8d6fdf03837824d (patch) | |
tree | 2f9d0984f3aba9183118da4267b6e04575d49f47 /package | |
parent | b6762d11ab23d1a01b906eee002b39a5bf208448 (diff) |
iptables: update to 1.8.11
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index f6e0ad777..b94edd0ef 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= iptables -PKG_VERSION:= 1.8.10 +PKG_VERSION:= 1.8.11 PKG_RELEASE:= 1 -PKG_HASH:= 5cc255c189356e317d070755ce9371eb63a1b783c34498fb8c30264f3cc59c9c +PKG_HASH:= d87303d55ef8c92bcad4dd3f978b26d272013642b029425775f5bad1009fe7b2 PKG_DESCR:= netfilter firewalling software PKG_SECTION:= net/firewall PKG_DEPENDS:= libnetfilter_conntrack libmnl libnfnetlink |