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] sqlite: Update to version 3400100 Date: Mon, 09 Jan 2023 18:29:21 +0000 Message-ID: In-Reply-To: <20230101113435.3562408-2-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3168032947567811003==" List-Id: --===============3168032947567811003== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 3400000 to 3400100 > - Update of rootfile not required > - Changelog > 3.40.1 > -Fix the --safe command-line option to the CLI such that it correctly disa= llows > the use of SQL functions like writefile() that can cause harmful = side-effects. > -Fix a potential infinite loop in the memsys5 alternative memory allocator= . This > bug was introduced by a performance optimization in version 3.39.= 0. > -Various other obscure fixes. >=20 > Signed-off-by: Adolf Belka > --- > lfs/sqlite | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/sqlite b/lfs/sqlite > index 180b7b30b..49771ff33 100644 > --- a/lfs/sqlite > +++ b/lfs/sqlite > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 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,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3400000 > +VER =3D 3400100 > =20 > THISAPP =3D sqlite-autoconf-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D b5d03a5117de708681acb6074e63d1d5e6e45a260622b5f8efd3= 1f52210097f31e5cf926802aa6e094ec6db0ac677fe62f9b34bf1f50a561efd1e8f110687021 > +$(DL_FILE)_BLAKE2 =3D 495ffa185598b11e8258d2bfed88516753c0a13b3a67850f3464= a112f225a13db3b75e4f977ed549305e05a995074a8c5ef12d65c2b353306e58c098c89b36b6 > =20 > install : $(TARGET) > =20 --===============3168032947567811003==--