ipset: Update to version 7.22

Message ID 20241119110936.3597603-9-adolf.belka@ipfire.org
State New
Headers
Series ipset: Update to version 7.22 |

Commit Message

Adolf Belka Nov. 19, 2024, 11:09 a.m. UTC
  - Update from version 7.19 to 7.22
- Update of rootfile not required
- Changelog
    7.22
	  - ipset: fix json output format for IPSET_OPT_IP (Z. Liu)
	  - tests: add namespace test and take into account delayed
	    set removal at module remove
	  - Update autoconfig tools to build cleanly on Debian bookworm
    7.21
	  - The patch "Fix hex literals in json output" broke save mode, restore it
	  - Fix -Werror=format-extra-args warning
	  - Workaround misleading -Wstringop-truncation warning
    7.20
	  - Ignore *.order.cmd and *.symvers.cmd files in kernel builds
	  - Bash completion utility updated
	  - Fix json output for -name option (Mark)
	  - Fix hex literals in json output
	  - tests: increase timeout to cope with slow virtual test machine

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/ipset | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/ipset b/lfs/ipset
index bc34b44ea..b7c576fc2 100644
--- a/lfs/ipset
+++ b/lfs/ipset
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 7.19
+VER        = 7.22
 
 THISAPP    = ipset-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 04290b94be471aedd732601e1dc147a066933606152beb76ba1a21283aa2e3f8b891fd9575db73f2af67b446fb77a0ca6b2432ae606440ac9e9bf80e41d1f640
+$(DL_FILE)_BLAKE2 = 9daaff54adb6f9daf69cd7dabbd9134d8fcf8cd7f8ef0c52296961579ad3c8202087158a01664228eff70356ba97f77ec61abbab7c7ce323112fbdc32abd661b
 
 install : $(TARGET)