From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] conntrack-tools: Update to version 1.4.8 Date: Fri, 15 Nov 2024 22:36:33 +0100 Message-ID: <20241115213640.899223-2-adolf.belka@ipfire.org> In-Reply-To: <20241115213640.899223-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0243329394778063427==" List-Id: <development.lists.ipfire.org> --===============0243329394778063427== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.4.7 to 1.4.8 - Update of rootfile not required - Changelog 1.4.8 bugfixes: - fix spurious EOPNOSUPP and ENOBUFS errors with -U/--update command. - fix spurious ENOENT -D/--delete. Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> --- lfs/conntrack-tools | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/conntrack-tools b/lfs/conntrack-tools index 2296c7ca8..65f8b02b7 100644 --- a/lfs/conntrack-tools +++ b/lfs/conntrack-tools @@ -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.4.7 +VER =3D 1.4.8 =20 THISAPP =3D conntrack-tools-$(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) @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 42a3cacf8a32a5b8b688a9fd68f66024c591e9814ef3cc34945669= 1094bab0fae15bb1c00befa178b0f8e845bf6fc00715cbf9db55cd7bf2d155c2dfd55f9b1a +$(DL_FILE)_BLAKE2 =3D 2f8a7d7facf4890a8ca7dec54d5faa1383ad5e449a059970757856= 7e9c8ed6fd63ca308538afc34e99121e39e80c1ce686c8dda89247abdf4699bb420b52c4fb =20 install : $(TARGET) =20 --=20 2.47.0 --===============0243329394778063427==--