diff --git a/sqlite-doc-3410000.zip b/sqlite-doc-3410000.zip deleted file mode 100644 index 1290abf..0000000 --- a/sqlite-doc-3410000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b877ca5e24b28e3a027b30a04e03cecba25d88c53ab30f8cf47f16ab652078b -size 10979224 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-3410000.zip b/sqlite-src-3410000.zip deleted file mode 100644 index ee87d44..0000000 --- a/sqlite-src-3410000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a7638a35e86b991f0c15ae8e2830063b694b28068b8f7595358e3205a9eb66 -size 13831104 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 28a761d..be1b7b6 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +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 + +- 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 diff --git a/sqlite3.spec b/sqlite3.spec index dd35275..5f1340d 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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