Accepting request 1073837 from server:database
- 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. - Update to 3.41.1: * Ensure that the datatype for column t1.x in "CREATE TABLE t1 AS SELECT CAST(7 AS INT) AS x;" continues to be INT and is not NUM, for historical compatibility. * Enhance PRAGMA integrity_check to detect when extra bytes appear at the end of an index record. * Fix various obscure bugs reported by the user community OBS-URL: https://build.opensuse.org/request/show/1073837 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=144
This commit is contained in:
commit
322f239800
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b877ca5e24b28e3a027b30a04e03cecba25d88c53ab30f8cf47f16ab652078b
|
||||
size 10979224
|
3
sqlite-doc-3410200.zip
Normal file
3
sqlite-doc-3410200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:701e45eafc12ba560f00984a1a85fa37c815ccf0bf0c1780b399c9ad82a747ff
|
||||
size 10633275
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64a7638a35e86b991f0c15ae8e2830063b694b28068b8f7595358e3205a9eb66
|
||||
size 13831104
|
3
sqlite-src-3410200.zip
Normal file
3
sqlite-src-3410200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87191fcecb8b707d9a10edb13607686317d7169c080b9bdc5d39d06358376ccc
|
||||
size 13836230
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 3.41.1:
|
||||
* Ensure that the datatype for column t1.x in "CREATE TABLE t1 AS
|
||||
SELECT CAST(7 AS INT) AS x;" continues to be INT and is not
|
||||
NUM, for historical compatibility.
|
||||
* Enhance PRAGMA integrity_check to detect when extra bytes
|
||||
appear at the end of an index record.
|
||||
* Fix various obscure bugs reported by the user community
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 10:22:39 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3410000
|
||||
%define tarversion 3410200
|
||||
%bcond_with icu
|
||||
%bcond_without check
|
||||
Name: sqlite3
|
||||
Version: 3.41.0
|
||||
Version: 3.41.2
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
URL: https://www.sqlite.org/
|
||||
Source0: https://www.sqlite.org/2022/sqlite-src-%{tarversion}.zip
|
||||
Source0: https://www.sqlite.org/2023/sqlite-src-%{tarversion}.zip
|
||||
Source1: baselibs.conf
|
||||
Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip
|
||||
Source2: https://www.sqlite.org/2023/sqlite-doc-%{tarversion}.zip
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user