Accepting request 991047 from server:database

OBS-URL: https://build.opensuse.org/request/show/991047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=135
This commit is contained in:
Richard Brown 2022-07-26 17:42:21 +00:00 committed by Git OBS Bridge
commit db850fbdfd
6 changed files with 39 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b624d9555f69be3a13d5ee948b04ea200e33fcb8ba40f0c5c1d220a81d0f542
size 10666677

3
sqlite-doc-3390200.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50f08a09e8858b023f24b59963e0559e1cf2e24a0c4d9ca61f35414a900d409e
size 10683207

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3585f37dd106dbb3d46c8c17a2d275f9a4b87df8c4509bd2d6a5b40032426e6
size 13400405

3
sqlite-src-3390200.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e933d77000f45f3fbc8605f0050586a3013505a8de9b44032bd00ed72f1586f0
size 13403722

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Jul 21 17:02:27 UTC 2022 - Reinhard Max <max@suse.com>
- update to 3.39.2:
* Fix a performance regression in the query planner associated
with rearranging the order of FROM clause terms in the
presences of a LEFT JOIN.
* Apply fixes for CVE-2022-35737, Chromium bugs 1343348 and
1345947, forum post 3607259d3c, and other minor problems
discovered by internal testing. [boo#1201783]
-------------------------------------------------------------------
Fri Jul 15 17:20:31 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.39.1:
* 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 and where the view is not the first FROM clause term
of the query that contains the view
* Fix a long-standing problem with ALTER TABLE RENAME that can
only arise if the sqlite3_limit(SQLITE_LIMIT_SQL_LENGTH) is set
to a very small 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 initial-prefix optimization for the REGEXP extension so
that it 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 output.
-------------------------------------------------------------------
Fri Jul 1 21:10:07 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,11 +17,11 @@
%define oname sqlite
%define tarversion 3390000
%define tarversion 3390200
%bcond_with icu
%bcond_without check
Name: sqlite3
Version: 3.39.0
Version: 3.39.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain