From patchwork Tue May 5 12:12:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9809 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g8y8G60ntz3wnd for ; Tue, 05 May 2026 12:13:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g8y8F1rp9z6td for ; Tue, 05 May 2026 12:13:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g8y8D5j78z33yl for ; Tue, 05 May 2026 12:13:00 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g8y8B09Mtz2y6G for ; Tue, 05 May 2026 12:12:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g8y893gj8z2Mg; Tue, 05 May 2026 12:12:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777983177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mn5E7bg4l3AYac/5m7UCsi+Vni7b73V5lRm87sTn8FY=; b=ZdLHochPh4ehlrjmRuJLdxm/utdzeN8q5C8T7lvTS7MMjAtnV1HBDGVZHxk1gMJS8hnRVd HCizrq5iMqwPPzAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777983177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mn5E7bg4l3AYac/5m7UCsi+Vni7b73V5lRm87sTn8FY=; b=hNDrra2UkbmHXcfqCnxbBopziutB/ZM2yppdnNud67WX365WLwmysfKRthF6tfIN88ecza hfCiE/2bV17dAtaRQWR4rOJ+oiy41EOh1yAG2DN/jvK6qgUWsd/qblX+gV+HoDCycu/P7d cDgwf0TEK9wUEbuQF+M801THLqenLdICRebEtMtzQx+Q44xjiTiBp+UJZ019Moiq1U80om +JZ9dGS6dWOeEioBetj5WEaevCnAMwRZwrGf3HShscd7mT7mKbVU82xOUMoZNBs8gLew4h dFj/7rlKhTjzg7umMfaERPbFnuXuPtVuIkEXjEmn1FQVglsP3JXMv/1t/OS1Hw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ipset: Update to version 7.24 Date: Tue, 5 May 2026 14:12:53 +0200 Message-ID: <20260505121254.16621-2-adolf.belka@ipfire.org> In-Reply-To: <20260505121254.16621-1-adolf.belka@ipfire.org> References: <20260505121254.16621-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- 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 # +# Copyright (C) 2007-2026 IPFire Team # # # # 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)