From: Francois Perrad Date: Mon, 22 Feb 2021 19:46:40 +0000 (+0100) Subject: package/iptables: bump to version 1.8.7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49bb8ebd81a295a34511073739f50a235b931a3a;p=buildroot.git package/iptables: bump to version 1.8.7 Signed-off-by: Francois Perrad Signed-off-by: Peter Korsgaard --- diff --git a/package/iptables/iptables.hash b/package/iptables/iptables.hash index 120e7e4a89..7f14413931 100644 --- a/package/iptables/iptables.hash +++ b/package/iptables/iptables.hash @@ -1,4 +1,4 @@ # From https://netfilter.org/projects/iptables/downloads.html -sha256 a0f4fe0c3eb8faa5bd9c8376d132f340b9558e750c91deb2d5028aa3d0047767 iptables-1.8.6.tar.bz2 +sha256 c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0 iptables-1.8.7.tar.bz2 # Locally calculated sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index dc01466607..ca8178425e 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPTABLES_VERSION = 1.8.6 +IPTABLES_VERSION = 1.8.7 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = https://netfilter.org/projects/iptables/files IPTABLES_INSTALL_STAGING = YES