From 3d3f0ad76c539b5599e4e71181b9153b2748a0f51883e105994a15b816f4714d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 10 Oct 2023 16:05:16 +0000 Subject: [PATCH] - Update to: 3.42.2: * Fix a couple of obscure UAF errors and an obscure memory leak. * Omit the use of the sprintf() function from the standard library in the CLI, as this now generates warnings on some platforms. * Avoid conversion of a double into unsigned long long integer, as some platforms do not do such conversions correctly. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=317 --- sqlite-doc-3430100.zip | 3 --- sqlite-doc-3430200.zip | 3 +++ sqlite-src-3430100.zip | 3 --- sqlite-src-3430200.zip | 3 +++ sqlite3.changes | 11 +++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 sqlite-doc-3430100.zip create mode 100644 sqlite-doc-3430200.zip delete mode 100644 sqlite-src-3430100.zip create mode 100644 sqlite-src-3430200.zip diff --git a/sqlite-doc-3430100.zip b/sqlite-doc-3430100.zip deleted file mode 100644 index c802d61..0000000 --- a/sqlite-doc-3430100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de4e2b6489f3ef4f7068c77d9df11a7c099851cd2431c457c88ee194eb56d41d -size 10668827 diff --git a/sqlite-doc-3430200.zip b/sqlite-doc-3430200.zip new file mode 100644 index 0000000..5df4d39 --- /dev/null +++ b/sqlite-doc-3430200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f510db2e95f27289d9d1906657f12c01f7da017a04097dbbc4bbbca18edf02d0 +size 10681883 diff --git a/sqlite-src-3430100.zip b/sqlite-src-3430100.zip deleted file mode 100644 index 7909261..0000000 --- a/sqlite-src-3430100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22e9c2ef49fe6f8a2dbc93c4d3dce09c6d6a4f563de52b0a8171ad49a8c72917 -size 13928044 diff --git a/sqlite-src-3430200.zip b/sqlite-src-3430200.zip new file mode 100644 index 0000000..c9edd48 --- /dev/null +++ b/sqlite-src-3430200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6651523f57a5c70f242fc16bc416b81ed02d592639bfb7e099f201e2f9a2d3 +size 13929567 diff --git a/sqlite3.changes b/sqlite3.changes index 1af4fb5..3507be1 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 10 15:46:07 UTC 2023 - Reinhard Max + +- Update to: 3.42.2: + * Fix a couple of obscure UAF errors and an obscure memory leak. + * Omit the use of the sprintf() function from the standard + library in the CLI, as this now generates warnings on some + platforms. + * Avoid conversion of a double into unsigned long long integer, + as some platforms do not do such conversions correctly. + ------------------------------------------------------------------- Mon Sep 11 14:36:02 UTC 2023 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index 7723075..e436056 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3430100 +%define tarversion 3430200 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.43.1 +Version: 3.43.2 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain