forked from pool/sqlite3
- 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. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=290
This commit is contained in:
parent
c070330dbf
commit
b10f552687
3
sqlite-doc-3390200.zip
Normal file
3
sqlite-doc-3390200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50f08a09e8858b023f24b59963e0559e1cf2e24a0c4d9ca61f35414a900d409e
|
||||
size 10683207
|
3
sqlite-src-3390200.zip
Normal file
3
sqlite-src-3390200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e933d77000f45f3fbc8605f0050586a3013505a8de9b44032bd00ed72f1586f0
|
||||
size 13403722
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 17:20:31 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3390100
|
||||
%define tarversion 3390200
|
||||
%bcond_with icu
|
||||
%bcond_without check
|
||||
Name: sqlite3
|
||||
Version: 3.39.1
|
||||
Version: 3.39.2
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user