Accepting request 1247001 from server:database

- Update to release 3.19.1:
  * Improve portability of makefiles and configure scripts.
  * Fix a bug in the concat_ws() function, introduced in version
    3.44.0, that could lead to a memory error if the separator
    string is very large (hundreds of megabytes).
  * Enhanced the SQLITE_DBCONFIG_LOOKASIDE interface to make it
    more robust against misuse.

OBS-URL: https://build.opensuse.org/request/show/1247001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=159
This commit is contained in:
Ana Guerrero 2025-02-20 15:27:15 +00:00 committed by Git OBS Bridge
commit 8725945cda
6 changed files with 20 additions and 9 deletions

View File

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

BIN
sqlite-doc-3490100.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

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

BIN
sqlite-src-3490100.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 18 16:21:23 UTC 2025 - Reinhard Max <max@suse.com>
- Update to release 3.19.1:
* Improve portability of makefiles and configure scripts.
* Fix a bug in the concat_ws() function, introduced in version
3.44.0, that could lead to a memory error if the separator
string is very large (hundreds of megabytes).
* Enhanced the SQLITE_DBCONFIG_LOOKASIDE interface to make it
more robust against misuse.
-------------------------------------------------------------------
Thu Feb 6 17:58:46 UTC 2025 - Reinhard Max <max@suse.com>

View File

@ -17,12 +17,12 @@
%define oname sqlite
%define tarversion 3490000
%define docversion 3490000
%define tarversion 3490100
%define docversion 3490100
%bcond_with icu
%bcond_without check
Name: sqlite3
Version: 3.49.0
Version: 3.49.1
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain