From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] sqlite: Update to version 3440100 Date: Thu, 23 Nov 2023 15:22:10 +0000 Message-ID: <3C17BD65-65C3-464C-8A2C-BD3843E8FA73@ipfire.org> In-Reply-To: <20231123121922.3396596-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6882640613625591402==" List-Id: --===============6882640613625591402== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 23 Nov 2023, at 12:19, Adolf Belka wrote: >=20 > - Update from version 340000 to 340100 > - Update of rootfile not required > - Changelog > 3.44.1 > Change the CLI so that it uses UTF-16 for console I/O on Windows. This enab= les > proper display of unicode text on old Windows7 machines. > Other obscure bug fixes. - more details on these can be found from the list= of > commits https://www.sqlite.org/src/timeline?n=3D100&y=3Dci >=20 > Signed-off-by: Adolf Belka > --- > lfs/sqlite | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/sqlite b/lfs/sqlite > index 4d44d6fda..a03731a10 100644 > --- a/lfs/sqlite > +++ b/lfs/sqlite > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 3440000 > +VER =3D 3440100 >=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 adadcf5b17aec2d6727536d9c388b76ceacfb73d51c905ed906c= c09a48806091624f9bb688de8b995e09b7cad97a21deb1ac91a17c4e60f658870d4ae85d5358 > +$(DL_FILE)_BLAKE2 =3D 8b0aa4b2fd36099e68502705d0187cf30b8755f61577942e9b87= 09d3ca3e56dfd64cf256d0b70a75e987f2894076cb32c170dd52cd278579a646b06b90140e9d >=20 > install : $(TARGET) >=20 > --=20 > 2.42.1 >=20 --===============6882640613625591402==--