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] fribidi: Update to version 1.0.12 Date: Sat, 23 Apr 2022 14:47:32 +0000 Message-ID: <19db662f-2d1b-563e-88c5-e6339fa7d840@ipfire.org> In-Reply-To: <20220423111716.3587997-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5785153791492683787==" List-Id: --===============5785153791492683787== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 1.0.11 to 1.0.12 > - Update of rootfile not required > - Changelog > Overview of changes between 1.0.11 and 1.0.12 > * Various fuzzing fixes. > - Looking at the details in the commits it looks like fribidi's use of the = word fuzzing > fixes basically means bug fixes. Included are fixes for a segmentation v= iolation and a > stack buffer overflow >=20 > Signed-off-by: Adolf Belka > --- > lfs/fribidi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/fribidi b/lfs/fribidi > index e9c362788..75ea2d148 100644 > --- a/lfs/fribidi > +++ b/lfs/fribidi > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.0.11 > +VER =3D 1.0.12 > =20 > THISAPP =3D fribidi-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 9de3e170e2b6cf90623c711e16f6595f6ca91e14707cbfd36dda= 7df92689ea79ec36c4b658199e9046eedd07c9ebfde18617525c83cf4b0e9e2ccb4d9f82ed84 > +$(DL_FILE)_BLAKE2 =3D f76f9d28f738f0cc9790ccdf0fe419cb0e7d70b24aa825844d23= c4b31ad51c33f09c88ad4876fa6a52523f2a52d5eb7a4b50deeb70f9db750c69ac236ecfa8f5 > =20 > install : $(TARGET) > =20 --===============5785153791492683787==--