diff mbox series

package/iptables: bump to version 1.8.4

Message ID 20200430013700.23556-1-ryanbarnett3@gmail.com
State Not Applicable
Headers show
Series package/iptables: bump to version 1.8.4 | expand

Commit Message

Ryan Barnett April 30, 2020, 1:37 a.m. UTC
Update hash file to two space format.

Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
---
 package/iptables/iptables.hash | 4 ++--
 package/iptables/iptables.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Aug. 27, 2020, 9:05 p.m. UTC | #1
On Wed, 29 Apr 2020 20:37:00 -0500
Ryan Barnett <ryanbarnett3@gmail.com> wrote:

> Update hash file to two space format.
> 
> Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
> ---
>  package/iptables/iptables.hash | 4 ++--
>  package/iptables/iptables.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Sorry, another patch from Peter Seiderer, even though posted after
yours, got applied in the mean time. Sorry about that :/

Thomas
diff mbox series

Patch

diff --git a/package/iptables/iptables.hash b/package/iptables/iptables.hash
index 2e149aa11b..2811daf5e3 100644
--- a/package/iptables/iptables.hash
+++ b/package/iptables/iptables.hash
@@ -1,4 +1,4 @@ 
 # From https://netfilter.org/projects/iptables/downloads.html
-sha256 a23cac034181206b4545f4e7e730e76e08b5f3dd78771ba9645a6756de9cdd80  iptables-1.8.3.tar.bz2
+sha256  993a3a5490a544c2cbf2ef15cf7e7ed21af1845baf228318d5c36ef8827e157c  iptables-1.8.4.tar.bz2
 # Locally calculated
-sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index ae5cf4ddd3..40db76376e 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-IPTABLES_VERSION = 1.8.3
+IPTABLES_VERSION = 1.8.4
 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
 IPTABLES_SITE = https://netfilter.org/projects/iptables/files
 IPTABLES_INSTALL_STAGING = YES