Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2026-03-22 14:11:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Sun Mar 22 14:11:15 2026 rev:172 rq:1341580 version:3.51.3 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2026-02-10 21:11:50.222090976 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.8177/sqlite3.changes 2026-03-22 14:11:21.563353242 +0100 @@ -1,0 +2,8 @@ +Fri Mar 13 13:57:31 UTC 2026 - Reinhard Max <[email protected]> + +- Update to version 3.51.3: + * Fix the WAL-reset database corruption bug: + https://sqlite.org/wal.html#walresetbug + * Other minor bug fixes. + +------------------------------------------------------------------- @@ -4,0 +13,2 @@ + * bsc#1259619, CVE-2025-70873: zipfile extension may disclose + uninitialized heap memory during inflation. Old: ---- sqlite-doc-3510200.zip sqlite-src-3510200.zip New: ---- sqlite-doc-3510300.zip sqlite-src-3510300.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.eSa2i9/_old 2026-03-22 14:11:22.379386798 +0100 +++ /var/tmp/diff_new_pack.eSa2i9/_new 2026-03-22 14:11:22.383386962 +0100 @@ -19,12 +19,12 @@ %define _buildshell /bin/bash %define oname sqlite -%define tarversion 3510200 -%define docversion 3510200 +%define tarversion 3510300 +%define docversion 3510300 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.51.2 +Version: 3.51.3 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain @@ -202,7 +202,7 @@ %if %{with check} %check -%make_build test +%make_build devtest %endif %install @@ -214,7 +214,10 @@ #rm -rf %%{buildroot}%%{_libdir}/tcl/tcl8.?/sqlite3* find %{buildroot} -type f -name "*.la" -delete -print -%ldconfig_scriptlets -n libsqlite3-0 +# Deliberately not using ldconfig_scriptlets +# to stay compatible with SLE 12 and 15. +%post -n libsqlite3-0 -p /sbin/ldconfig +%postun -n libsqlite3-0 -p /sbin/ldconfig %files %license LICENSE.md ++++++ sqlite-doc-3510200.zip -> sqlite-doc-3510300.zip ++++++ /work/SRC/openSUSE:Factory/sqlite3/sqlite-doc-3510200.zip /work/SRC/openSUSE:Factory/.sqlite3.new.8177/sqlite-doc-3510300.zip differ: char 11, line 2 ++++++ sqlite-src-3510200.zip -> sqlite-src-3510300.zip ++++++ /work/SRC/openSUSE:Factory/sqlite3/sqlite-src-3510200.zip /work/SRC/openSUSE:Factory/.sqlite3.new.8177/sqlite-src-3510300.zip differ: char 11, line 2
