Minor changes. https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.12.txt
Signed-off-by: Christian Melki <[email protected]> --- rules/iptables.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/iptables.make b/rules/iptables.make index f5c65547f..4af84565a 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables # # Paths and names # -IPTABLES_VERSION := 1.8.11 -IPTABLES_MD5 := 44191ce12055da9790a92429c771ba50 +IPTABLES_VERSION := 1.8.12 +IPTABLES_MD5 := 960aa8a07e45b232111cf476ad3038ec IPTABLES := iptables-$(IPTABLES_VERSION) IPTABLES_SUFFIX := tar.xz IPTABLES_URL := https://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX) -- 2.43.0
