Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2023-03-24 15:16:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Fri Mar 24 15:16:15 2023 rev:144 rq:1073837 version:3.41.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2023-03-15 18:53:20.072008976 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.31432/sqlite3.changes 2023-03-24 15:16:17.249582887 +0100 @@ -1,0 +2,27 @@ +Wed Mar 22 15:02:05 UTC 2023 - Reinhard Max <m...@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.stie...@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 + +------------------------------------------------------------------- Old: ---- sqlite-doc-3410000.zip sqlite-src-3410000.zip New: ---- sqlite-doc-3410200.zip sqlite-src-3410200.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.UyIe2e/_old 2023-03-24 15:16:18.141587648 +0100 +++ /var/tmp/diff_new_pack.UyIe2e/_new 2023-03-24 15:16:18.141587648 +0100 @@ -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