From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] conntrack-tools: Update to version 1.4.8 Date: Mon, 18 Nov 2024 20:01:52 +0000 Message-ID: In-Reply-To: <20241115213640.899223-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3282027721130329413==" List-Id: --===============3282027721130329413== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 15 Nov 2024, at 21:36, Adolf Belka wrote: >=20 > - 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. >=20 > Signed-off-by: Adolf Belka > --- > lfs/conntrack-tools | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > 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 = # > +# 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.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 42a3cacf8a32a5b8b688a9fd68f66024c591e9814ef3cc349456= 691094bab0fae15bb1c00befa178b0f8e845bf6fc00715cbf9db55cd7bf2d155c2dfd55f9b1a > +$(DL_FILE)_BLAKE2 =3D 2f8a7d7facf4890a8ca7dec54d5faa1383ad5e449a0599707578= 567e9c8ed6fd63ca308538afc34e99121e39e80c1ce686c8dda89247abdf4699bb420b52c4fb >=20 > install : $(TARGET) >=20 > --=20 > 2.47.0 >=20 --===============3282027721130329413==--