public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] ipset: Update to version 7.24
Date: Tue,  5 May 2026 14:12:53 +0200	[thread overview]
Message-ID: <20260505121254.16621-2-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20260505121254.16621-1-adolf.belka@ipfire.org>

- Update from version 7.22 to 7.24
- No change in rootfile
- Changelog
7.24
  - Improve fixing commas in sorted json output
  - Fix extra quotes around elements in json output
    (bugzilla #1793, issue 3.)
  - Fix commas in sorted json output (bugzilla #1793, issue 4)
  - Fix unquoted port range in json output (bugzilla #1793, issue 1)
  - Fix extraneous comma in terse list json output (Joachim,
    bugzilla #1793, issue 2)
  - bash-completion: restore fix for syntax error (Jeremy Sowden)
  - Correct typo in man-page (Jeremy Sowden)
7.23
  - tests: runtest.sh: Keep running, print summary of failed tests
    (Phil Sutter)
  - tests: cidr.sh: Fix for quirks in RHEL's ipcalc (Phil Sutter)
  - tests: cidr.sh: Respect IPSET_BIN env var (Phil Sutter)
  - ipset: Fix implicit declaration of function basename (Mike Pagano)
  - tests: Reduce testsuite run-time (Phil Sutter)
  - lib: ipset: Avoid 'argv' array overstepping (Phil Sutter)
  - lib: data: Fix for global-buffer-overflow warning by ASAN
    (Phil Sutter)

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

diff --git a/lfs/ipset b/lfs/ipset
index b7c576fc2..28c374071 100644
--- a/lfs/ipset
+++ b/lfs/ipset
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.22
+VER        = 7.24
 
 THISAPP    = ipset-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9daaff54adb6f9daf69cd7dabbd9134d8fcf8cd7f8ef0c52296961579ad3c8202087158a01664228eff70356ba97f77ec61abbab7c7ce323112fbdc32abd661b
+$(DL_FILE)_BLAKE2 = 52e05313353e7b5fe969d5f113794238356bf900b4e7ac4693c05164ecde0826d0e911dcae67bb4103f49b587f94f561d14dcfebb78c5c231013fda7d36a81da
 
 install : $(TARGET)
 
@@ -71,17 +71,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure \
-		--prefix=/usr \
-		--with-kmod=no \
-		--disable-static
-
+				--prefix=/usr \
+				--with-kmod=no \
+				--disable-static
 	# Add configuration directory
 	-mkdir -pv /etc/ipset
 	chmod 750 /etc/ipset
 	chown root:root /etc/ipset
-
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)
-- 
2.54.0



  reply	other threads:[~2026-05-05 12:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-05 12:12 [PATCH] core202: Ship ipset Adolf Belka
2026-05-05 12:12 ` Adolf Belka [this message]
2026-05-05 12:12 ` [PATCH] libvirt: Update to version 12.3.0 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260505121254.16621-2-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox