From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ipset: Update to version 7.22 Date: Tue, 19 Nov 2024 12:09:35 +0100 Message-ID: <20241119110936.3597603-9-adolf.belka@ipfire.org> In-Reply-To: <20241119110936.3597603-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1178933760038946630==" List-Id: --===============1178933760038946630== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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=3Dformat-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 --- lfs/ipset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ipset b/lfs/ipset index bc34b44ea..b7c576fc2 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 7.19 +VER =3D 7.22 =20 THISAPP =3D ipset-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 04290b94be471aedd732601e1dc147a066933606152beb76ba1a21= 283aa2e3f8b891fd9575db73f2af67b446fb77a0ca6b2432ae606440ac9e9bf80e41d1f640 +$(DL_FILE)_BLAKE2 =3D 9daaff54adb6f9daf69cd7dabbd9134d8fcf8cd7f8ef0c52296961= 579ad3c8202087158a01664228eff70356ba97f77ec61abbab7c7ce323112fbdc32abd661b =20 install : $(TARGET) =20 --=20 2.47.0 --===============1178933760038946630==--