From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] ipset: Update to version 7.17 Date: Thu, 05 Jan 2023 10:45:04 +0000 Message-ID: <24e81d07-ee00-e804-8925-9bbac6f97adc@ipfire.org> In-Reply-To: <20230104115038.5527-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6661980675785325791==" List-Id: --===============6661980675785325791== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 7.15 to 7.17 > - Update of rootfile > - Changelog > 7.17 > - Tests: When verifying comments/timeouts, make sure entries = don't expire > - Tests: Make sure the internal batches add the correct numbe= r of elements > - Tests: Verify that hash:net,port,net type can handle 0/0 pr= operly > - Makefile: Create LZMA-compressed dist-files (Phil Sutter) > 7.16 > - Add new ipset_parse_bitmask() function to the library inter= face > - test: Make sure no more than 64 clashing elements can be ad= ded > to hash:net,iface sets > - netfilter: ipset: add tests for the new bitmask feature (Vi= shwanath Pai) > - netfilter: ipset: Update the man page to include netmask/bi= tmask options > (Vishwanath Pai) > - netfilter: ipset: Add bitmask support to hash:netnet (Vishw= anath Pai) > - netfilter: ipset: Add bitmask support to hash:ipport (Vishw= anath Pai) > - netfilter: ipset: Add bitmask support to hash:ip (Vishwanat= h Pai) > - netfilter: ipset: Add support for new bitmask parameter (Vi= shwanath Pai) > - ipset-translate: allow invoking with a path name (Quentin A= rmitage) > - Fix IPv6 sets nftables translation (Pablo Neira Ayuso) > - Fix typo in ipset-translate man page (Bernhard M. Wiedemann) >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/ipset | 2 +- > lfs/ipset | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/config/rootfiles/common/ipset b/config/rootfiles/common/ipset > index 5cea7ad22..f3d9587ba 100644 > --- a/config/rootfiles/common/ipset > +++ b/config/rootfiles/common/ipset > @@ -22,7 +22,7 @@ etc/ipset > #usr/lib/libipset.la > #usr/lib/libipset.so > usr/lib/libipset.so.13 > -usr/lib/libipset.so.13.3.0 > +usr/lib/libipset.so.13.4.0 > #usr/lib/pkgconfig/libipset.pc > usr/sbin/ipset > #usr/sbin/ipset-translate > diff --git a/lfs/ipset b/lfs/ipset > index 1dae6f936..f26f0d5de 100644 > --- a/lfs/ipset > +++ b/lfs/ipset > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2020 IPFire Team = # > +# Copyright (C) 2007-2023 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.15 > +VER =3D 7.17 > =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 10acff9741370ad80a2845605be1be4f691e987b271f4dcf1fab= 3abfe158c63c7d39e6b3453ba7cd361dee3df92f85419cfb70806a71b6806555f6571c70b1ed > +$(DL_FILE)_BLAKE2 =3D 43b74ab7caf5a963787184aa75b6c071388c8d28997681444b72= 118aba68b843e961b50418c3fa70b451b4cb090ec62940b770abac2156910442115edbf90d41 > =20 > install : $(TARGET) > =20 --===============6661980675785325791==--