From e14d7973344748b56c685d6a2df937ead6bcfc6a65c78dcb75f517d53d8b6776 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 22 Mar 2023 15:25:48 +0000 Subject: [PATCH] - Update to 3.41.2: * Multiple fixes for reads past the end of memory buffers * Fix the sqlite3_error_offset() so that it does not return out-of-range values when reporting errors associated with generated columns. * Multiple fixes in the query query optimizer for problems that cause incorrect results for bizarre, fuzzer-generated queries. * Increase the size of the reference counter in the page cache object to 64 bits to ensure that the counter never overflows. * Fix a performance regression caused by a bug fix in patch release 3.41.1. * Fix a few incorrect assert() statements. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=311 --- sqlite-doc-3410100.zip | 3 --- sqlite-doc-3410200.zip | 3 +++ sqlite-src-3410100.zip | 3 --- sqlite-src-3410200.zip | 3 +++ sqlite3.changes | 16 ++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 sqlite-doc-3410100.zip create mode 100644 sqlite-doc-3410200.zip delete mode 100644 sqlite-src-3410100.zip create mode 100644 sqlite-src-3410200.zip diff --git a/sqlite-doc-3410100.zip b/sqlite-doc-3410100.zip deleted file mode 100644 index 4adecca..0000000 --- a/sqlite-doc-3410100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d0115f41aa497cd0c43351b93cecdccd3c7d970c7f7c2846255f4690c66e95e -size 10996110 diff --git a/sqlite-doc-3410200.zip b/sqlite-doc-3410200.zip new file mode 100644 index 0000000..48181db --- /dev/null +++ b/sqlite-doc-3410200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701e45eafc12ba560f00984a1a85fa37c815ccf0bf0c1780b399c9ad82a747ff +size 10633275 diff --git a/sqlite-src-3410100.zip b/sqlite-src-3410100.zip deleted file mode 100644 index 40264e0..0000000 --- a/sqlite-src-3410100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db929012f9009e7f07960e7f017e832d8789a29f4b203071b4fd79229e7d7a20 -size 13833820 diff --git a/sqlite-src-3410200.zip b/sqlite-src-3410200.zip new file mode 100644 index 0000000..ab12b24 --- /dev/null +++ b/sqlite-src-3410200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87191fcecb8b707d9a10edb13607686317d7169c080b9bdc5d39d06358376ccc +size 13836230 diff --git a/sqlite3.changes b/sqlite3.changes index 17a3ea5..be1b7b6 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Mar 22 15:02:05 UTC 2023 - Reinhard Max + +- Update to 3.41.2: + * Multiple fixes for reads past the end of memory buffers + * Fix the sqlite3_error_offset() so that it does not return + out-of-range values when reporting errors associated with + generated columns. + * Multiple fixes in the query query optimizer for problems that + cause incorrect results for bizarre, fuzzer-generated queries. + * Increase the size of the reference counter in the page cache + object to 64 bits to ensure that the counter never overflows. + * Fix a performance regression caused by a bug fix in patch + release 3.41.1. + * Fix a few incorrect assert() statements. + ------------------------------------------------------------------- Fri Mar 17 15:44:46 UTC 2023 - Andreas Stieger diff --git a/sqlite3.spec b/sqlite3.spec index 25e71a7..5f1340d 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3410100 +%define tarversion 3410200 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.41.1 +Version: 3.41.2 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain