From c070330dbf09a2e0d534e48aca47f4117210c5ea96701197a35b4d2674f088fb Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 18 Jul 2022 10:24:56 +0000 Subject: [PATCH 1/3] Accepting request 989477 from home:AndreasStieger:branches:server:database sqlite3 3.39.1 OBS-URL: https://build.opensuse.org/request/show/989477 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=289 --- sqlite-doc-3390000.zip | 3 --- sqlite-doc-3390100.zip | 3 +++ sqlite-src-3390000.zip | 3 --- sqlite-src-3390100.zip | 3 +++ sqlite3.changes | 20 ++++++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 sqlite-doc-3390000.zip create mode 100644 sqlite-doc-3390100.zip delete mode 100644 sqlite-src-3390000.zip create mode 100644 sqlite-src-3390100.zip 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-3390100.zip b/sqlite-doc-3390100.zip new file mode 100644 index 0000000..1cc6bbb --- /dev/null +++ b/sqlite-doc-3390100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab062e44c83276d4672379f428d049df373cef184c09ba19521925d32d5c86a7 +size 10675104 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-3390100.zip b/sqlite-src-3390100.zip new file mode 100644 index 0000000..52f67e1 --- /dev/null +++ b/sqlite-src-3390100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366c7abbee5dbe8882cd7578a61a6ed3f5d08c5f6de3535a0003125b4646cc57 +size 13401695 diff --git a/sqlite3.changes b/sqlite3.changes index c49da28..3552a97 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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..53beccf 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3390000 +%define tarversion 3390100 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.39.0 +Version: 3.39.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain From b10f552687650092188288d83a0a12c060c100ba8a5dde2614a119c12f8f380b Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 21 Jul 2022 17:13:33 +0000 Subject: [PATCH 2/3] - 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 --- sqlite-doc-3390200.zip | 3 +++ sqlite-src-3390200.zip | 3 +++ sqlite3.changes | 11 +++++++++++ sqlite3.spec | 4 ++-- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 sqlite-doc-3390200.zip create mode 100644 sqlite-src-3390200.zip 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-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 3552a97..34117cd 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Fri Jul 15 17:20:31 UTC 2022 - Andreas Stieger diff --git a/sqlite3.spec b/sqlite3.spec index 53beccf..f6beb6a 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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 From 30186d2a5a412935fb4c8a4ec29bdd0002f2ab8cf07802bc0478d888ec32b600 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 25 Jul 2022 13:52:39 +0000 Subject: [PATCH 3/3] Accepting request 990677 from home:AndreasStieger:branches:server:database fix 3.39.2 submission boo#1201783 OBS-URL: https://build.opensuse.org/request/show/990677 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=291 --- sqlite-doc-3390100.zip | 3 --- sqlite-src-3390100.zip | 3 --- sqlite3.changes | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 sqlite-doc-3390100.zip delete mode 100644 sqlite-src-3390100.zip diff --git a/sqlite-doc-3390100.zip b/sqlite-doc-3390100.zip deleted file mode 100644 index 1cc6bbb..0000000 --- a/sqlite-doc-3390100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab062e44c83276d4672379f428d049df373cef184c09ba19521925d32d5c86a7 -size 10675104 diff --git a/sqlite-src-3390100.zip b/sqlite-src-3390100.zip deleted file mode 100644 index 52f67e1..0000000 --- a/sqlite-src-3390100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:366c7abbee5dbe8882cd7578a61a6ed3f5d08c5f6de3535a0003125b4646cc57 -size 13401695 diff --git a/sqlite3.changes b/sqlite3.changes index 34117cd..80c1fb2 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -7,7 +7,7 @@ Thu Jul 21 17:02:27 UTC 2022 - Reinhard Max 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. + discovered by internal testing. [boo#1201783] ------------------------------------------------------------------- Fri Jul 15 17:20:31 UTC 2022 - Andreas Stieger