SHA256
1
0
forked from pool/sqlite3

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

sqlite3 3.40.1

OBS-URL: https://build.opensuse.org/request/show/1045679
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=303
This commit is contained in:
Martin Pluskal
2023-01-05 08:30:09 +00:00
committed by Git OBS Bridge
parent 989c4161c9
commit 88d34e2eff
7 changed files with 21 additions and 66 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Dec 28 21:37:44 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to 3.40.1:
* Fix the --safe command-line option to the CLI such that it
correctly disallows the use of SQL functions like writefile()
that can cause harmful side-effects.
(previously patched, drop sqlite-CVE-2022-46908.patch)
* Fix a potential infinite loop in the memsys5 alternative memory
allocator. This bug was introduced by a performance
optimization in version 3.39.0.
* Various other obscure fixes.
-------------------------------------------------------------------
Tue Dec 13 16:10:49 UTC 2022 - Reinhard Max <max@suse.com>