forked from pool/sqlite3
- 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
This commit is contained in:
parent
148ae3d8b6
commit
3d3f0ad76c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de4e2b6489f3ef4f7068c77d9df11a7c099851cd2431c457c88ee194eb56d41d
|
||||
size 10668827
|
3
sqlite-doc-3430200.zip
Normal file
3
sqlite-doc-3430200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f510db2e95f27289d9d1906657f12c01f7da017a04097dbbc4bbbca18edf02d0
|
||||
size 10681883
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22e9c2ef49fe6f8a2dbc93c4d3dce09c6d6a4f563de52b0a8171ad49a8c72917
|
||||
size 13928044
|
3
sqlite-src-3430200.zip
Normal file
3
sqlite-src-3430200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb6651523f57a5c70f242fc16bc416b81ed02d592639bfb7e099f201e2f9a2d3
|
||||
size 13929567
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 15:46:07 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
- 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 <max@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user