Accepting request 1033127 from server:database
OBS-URL: https://build.opensuse.org/request/show/1033127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=138
This commit is contained in:
commit
603599aa93
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:587c32fdf3afd9a9998d8ea6bb9c72596003520c88670cf251a95696bf7a500c
|
||||
size 10312031
|
3
sqlite-doc-3390400.zip
Normal file
3
sqlite-doc-3390400.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c30c23d0ab6fb2302cd5671fefc06c1c6eb37fd6cffab7a58138d9a3a78a22e
|
||||
size 10853153
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18c12f2e1da112421173c85c4f8aed43261272c1b0474aa0759288fd30fab9fc
|
||||
size 13404886
|
3
sqlite-src-3390400.zip
Normal file
3
sqlite-src-3390400.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02d96c6ccf811ab9b63919ef717f7e52a450c420e06bd129fb483cd70c3b3bba
|
||||
size 13405169
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 20:24:07 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- update to 3.39.4:
|
||||
* Fix a long-standing problem in the btree balancer that might,
|
||||
in rare cases, cause database corruption if the application
|
||||
uses an application-defined page cache
|
||||
* Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows
|
||||
CREATE TRIGGER statements if one or more of the statements in
|
||||
the body of the trigger write into shadow tables
|
||||
* Fix a possible integer overflow in the size computation for a
|
||||
memory allocation in FTS3.
|
||||
* Fix a misuse of the sqlite3_set_auxdata() interface in the ICU
|
||||
Extension
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 15:09:48 UTC 2022 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3390300
|
||||
%define tarversion 3390400
|
||||
%bcond_with icu
|
||||
%bcond_without check
|
||||
Name: sqlite3
|
||||
Version: 3.39.3
|
||||
Version: 3.39.4
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
|
Loading…
Reference in New Issue
Block a user