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.19 Date: Thu, 18 Jan 2024 12:40:22 +0100 Message-ID: <20240118114031.6171-5-adolf.belka@ipfire.org> In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7395107805319704047==" List-Id: --===============7395107805319704047== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 7.17 to 7.19 - Update of nrootfile not required - Changelog 7.19 - build: Fix the double-prefix in pkgconfig (Sam James) 7.18 - Add json output to list command (Thomas Oberhammer) - tests: hash:ip,port.t: Replace VRRP by GRE protocol (Phil Sutter) - tests: hash:ip,port.t: 'vrrp' is printed as 'carp' (Phil Sutter) - tests: cidr.sh: Add ipcalc fallback (Phil Sutter) - tests: xlate: Make test input valid (Phil Sutter) - tests: xlate: Test built binary by default (Phil Sutter) - xlate: Drop dead code (Phil Sutter) - xlate: Fix for fd leak in error path (Phil Sutter) - configure.ac: fix bashisms (Sam James) - lib/Makefile.am: fix pkgconfig dir (Sam James) Signed-off-by: Adolf Belka --- lfs/ipset | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lfs/ipset b/lfs/ipset index f26f0d5de..bc34b44ea 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 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 @@ =20 include Config =20 -VER =3D 7.17 +VER =3D 7.19 =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 43b74ab7caf5a963787184aa75b6c071388c8d28997681444b7211= 8aba68b843e961b50418c3fa70b451b4cb090ec62940b770abac2156910442115edbf90d41 +$(DL_FILE)_BLAKE2 =3D 04290b94be471aedd732601e1dc147a066933606152beb76ba1a21= 283aa2e3f8b891fd9575db73f2af67b446fb77a0ca6b2432ae606440ac9e9bf80e41d1f640 =20 install : $(TARGET) =20 @@ -70,7 +70,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=3D/usr \ --with-kmod=3Dno \ --=20 2.43.0 --===============7395107805319704047==--