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 3390200 Date: Sun, 11 Sep 2022 13:59:43 +0000 Message-ID: <9008153d-c2f9-2eb7-75da-409ce0a650af@ipfire.org> In-Reply-To: <20220824075115.3040-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3645852470451169551==" List-Id: --===============3645852470451169551== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 3390000 to 3390200 > - Update of rootfile not required > - Changelog > version 3.39.2 (2022-07-21): > Fix a performance regression in the query planner associated with rear= ranging > the order of FROM clause terms in the presences of a LEFT JOIN. > Apply fixes for CVE-2022-35737, Chromium bugs 1343348 and 1345947, for= um post > 3607259d3c, and other minor problems discovered by internal te= sting. > version 3.39.1 (2022-07-13): > Fix an incorrect result from a query that uses a view that contains a > compound SELECT in which only one arm contains a RIGHT JOIN an= d where the > view is not the first FROM clause term of the query that conta= ins the view. > forum post 174afeae5734d42d. > Fix some harmless compiler warnings. > Fix a long-standing problem with ALTER TABLE RENAME that can only aris= e if > the sqlite3_limit(SQLITE_LIMIT_SQL_LENGTH) is set to a very sm= all value. > Fix a long-standing problem in FTS3 that can only arise when compiled = with > the SQLITE_ENABLE_FTS3_PARENTHESIS compile-time option. > Fix the build so that is works when the SQLITE_DEBUG and > SQLITE_OMIT_WINDOWFUNC compile-time options are both provided = at the same time. > Fix the initial-prefix optimization for the REGEXP extension so that i= t works > correctly even if the prefix contains characters that require = a 3-byte UTF8 > encoding. > Enhance the sqlite_stmt virtual table so that it buffers all of its ou= tput. >=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 a7aa0b499..59233efb6 100644 > --- a/lfs/sqlite > +++ b/lfs/sqlite > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 3390000 > +VER =3D 3390200 > =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 5621aee0468184599f5fea172699ce4db969edb794704c603800= 9c6fe9fda3613f53de5307e1a5077ca790640f0d7fe82fd7f110c7e1acb0553490da5a5c13f6 > +$(DL_FILE)_BLAKE2 =3D 4f1a2fb0416cd7f3a8af4d6ad699f43f6d814e8d6cc0feaf6eea= b6ab814e8e0e3baaa7bdc175328ce44f59207c7c6266ef2ec79863aba9d14ec163ace15cbf90 > =20 > install : $(TARGET) > =20 --===============3645852470451169551==--