From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer <michael.tremer@ipfire.org> To: development@lists.ipfire.org Subject: Re: [PATCH] libnetfilter_conntrack: Update to version 1.1.0 Date: Mon, 18 Nov 2024 20:01:10 +0000 Message-ID: <B2A820DA-937A-48F6-9C23-E407A7077319@ipfire.org> In-Reply-To: <20241115213640.899223-8-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1776071920468837034==" List-Id: <development.lists.ipfire.org> --===============1776071920468837034== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org> > On 15 Nov 2024, at 21:36, Adolf Belka <adolf.belka(a)ipfire.org> wrote: >=20 > - Update from version 1.0.9 to 1.1.0 > - Update of rootfile not required > - Changelog > 1.1.0 > - Enhancements for filtering dump and flush commands, > see struct nfct_filter_dump and nfct_nlmsg_build_filter(). > - ctnetlink event BPF fixes (endianness issue, IPv6 matching) and > enhancements (zone matching). > - fix for musl compilation. >=20 > Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> > --- > lfs/libnetfilter_conntrack | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/libnetfilter_conntrack b/lfs/libnetfilter_conntrack > index 3141606fe..8d724e4e9 100644 > --- a/lfs/libnetfilter_conntrack > +++ b/lfs/libnetfilter_conntrack > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> = # > +# Copyright (C) 2007-2024 IPFire Team <info(a)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,10 +24,10 @@ >=20 > include Config >=20 > -VER =3D 1.0.9 > +VER =3D 1.1.0 >=20 > THISAPP =3D libnetfilter_conntrack-$(VER) > -DL_FILE =3D $(THISAPP).tar.bz2 > +DL_FILE =3D $(THISAPP).tar.xz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 701393338a0bf852b97d80a1e4ab078dea741f7181246b3dafcb= e8cff287b5b9fae72c1c50867ea71baab83fa842471b2c7054fb4702bf35900a352078de8f3a > +$(DL_FILE)_BLAKE2 =3D e1f8342b4edcbd81ab9995c9ac37818006c710f890b85120e522= 5936163d8ac24b5a487b468cb9f98cf3c86ab3534e1a9fc866b06633c82eb9bd81d0caf2ffa1 >=20 > install : $(TARGET) >=20 > --=20 > 2.47.0 >=20 --===============1776071920468837034==--