From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libnetfilter_conntrack: Update to version 1.1.0 Date: Fri, 15 Nov 2024 22:36:39 +0100 Message-ID: <20241115213640.899223-8-adolf.belka@ipfire.org> In-Reply-To: <20241115213640.899223-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4569877330070703576==" List-Id: --===============4569877330070703576== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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. Signed-off-by: Adolf Belka --- lfs/libnetfilter_conntrack | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = # +# 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,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 701393338a0bf852b97d80a1e4ab078dea741f7181246b3dafcbe8= cff287b5b9fae72c1c50867ea71baab83fa842471b2c7054fb4702bf35900a352078de8f3a +$(DL_FILE)_BLAKE2 =3D e1f8342b4edcbd81ab9995c9ac37818006c710f890b85120e52259= 36163d8ac24b5a487b468cb9f98cf3c86ab3534e1a9fc866b06633c82eb9bd81d0caf2ffa1 =20 install : $(TARGET) =20 --=20 2.47.0 --===============4569877330070703576==--