Accepting request 943471 from home:AndreasStieger:branches:server:database

sqlite3 3.37.1

OBS-URL: https://build.opensuse.org/request/show/943471
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=272
This commit is contained in:
Reinhard Max 2022-01-02 13:02:42 +00:00 committed by Git OBS Bridge
parent b875dde3e6
commit 6b2ed16806
6 changed files with 22 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8af0c6a3e0850ecd5003d3318f28f0f15d3386d4e67c09eae6358a7b159a47d8
size 10509325

3
sqlite-doc-3370100.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fb18cd05f9308fea05b92482428c0609f9ad7d6ad9b87108fe9874bb631beee
size 10530906

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70977fb3942187d4627413afde9a9492fa02b954850812b53974b6a31ece8faf
size 13141152

3
sqlite-src-3370100.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7168153862562d7ac619a286368bd61a04ef3e5736307eac63cadbb85ec8bb12
size 13142659

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 2 12:12:55 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.37.1:
* Fix a bug introduced by the UPSERT enhancements of version
3.35.0 that can cause incorrect byte-code to be generated for
some obscure but valid SQL, possibly resulting in a NULL-
pointer dereference.
* Fix an OOB read that can occur in FTS5 when reading corrupt
database files.
* Improved robustness of the --safe option in the CLI.
* Other minor fixes to assert() statements and test cases.
-------------------------------------------------------------------
Tue Nov 30 09:08:31 UTC 2021 - Reinhard Max <max@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package sqlite3
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,10 +17,10 @@
%define oname sqlite
%define tarversion 3370000
%define tarversion 3370100
%bcond_with icu
Name: sqlite3
Version: 3.37.0
Version: 3.37.1
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain