diff --git a/sqlite-doc-3390000.zip b/sqlite-doc-3390000.zip deleted file mode 100644 index 81bf7fc..0000000 --- a/sqlite-doc-3390000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b624d9555f69be3a13d5ee948b04ea200e33fcb8ba40f0c5c1d220a81d0f542 -size 10666677 diff --git a/sqlite-doc-3390200.zip b/sqlite-doc-3390200.zip new file mode 100644 index 0000000..df2fbdd --- /dev/null +++ b/sqlite-doc-3390200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f08a09e8858b023f24b59963e0559e1cf2e24a0c4d9ca61f35414a900d409e +size 10683207 diff --git a/sqlite-src-3390000.zip b/sqlite-src-3390000.zip deleted file mode 100644 index d3eecce..0000000 --- a/sqlite-src-3390000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3585f37dd106dbb3d46c8c17a2d275f9a4b87df8c4509bd2d6a5b40032426e6 -size 13400405 diff --git a/sqlite-src-3390200.zip b/sqlite-src-3390200.zip new file mode 100644 index 0000000..3a730fe --- /dev/null +++ b/sqlite-src-3390200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e933d77000f45f3fbc8605f0050586a3013505a8de9b44032bd00ed72f1586f0 +size 13403722 diff --git a/sqlite3.changes b/sqlite3.changes index c49da28..80c1fb2 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Jul 21 17:02:27 UTC 2022 - Reinhard Max + +- 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 + +- 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 diff --git a/sqlite3.spec b/sqlite3.spec index 28efe80..f6beb6a 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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