- 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
This commit is contained in:
Reinhard Max 2023-03-22 15:25:48 +00:00 committed by Git OBS Bridge
parent 5b479316ed
commit e14d797334
6 changed files with 24 additions and 8 deletions

View File

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

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

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

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Mar 22 15:02:05 UTC 2023 - Reinhard Max <max@suse.com>
- 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 <andreas.stieger@gmx.de>

View File

@ -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