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] libnetfilter_cttimeout: Update to version 1.0.1 Date: Mon, 30 May 2022 19:15:52 +0000 Message-ID: <4f5c34b3-d9dc-89c1-4cc5-aad5c53569c7@ipfire.org> In-Reply-To: <20220511084002.4002-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4587335154601063436==" List-Id: --===============4587335154601063436== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 1.0.0 to 1.0.1 > - Update of rootfile not required > - Changelog > 1.0.1 > * Warnings with automake-1.12 > * Allow building on uclinux > * Fix building with clang >=20 > Signed-off-by: Adolf Belka > --- > lfs/libnetfilter_cttimeout | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/libnetfilter_cttimeout b/lfs/libnetfilter_cttimeout > index c6a8cc28c..f25367c14 100644 > --- a/lfs/libnetfilter_cttimeout > +++ b/lfs/libnetfilter_cttimeout > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.0.0 > +VER =3D 1.0.1 > =20 > THISAPP =3D libnetfilter_cttimeout-$(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 8b0f952bcd4184141a434abe25f807ad07bb74713a3506d335c5= 368ddce2809596c77e5e534337d897fb6268afa137f6d98cfd314b0b33b4996e4a0df4d8eba6 > +$(DL_FILE)_BLAKE2 =3D b51d631ee6b4c3bb34cf1394e2a3216a6ac4d89773bafecd058b= 31bdf78bf5eb255d3cb2539ca591f64c95cdf7f0db720a5b78e90009e0c7c208219ed454686f > =20 > install : $(TARGET) > =20 --===============4587335154601063436==--