sqlite: Update to version 3500400

Message ID 20250813163015.3759664-5-adolf.belka@ipfire.org
State Staged
Commit 20a7653cbbcdbf11f46dc6a659c3c327a16b965c
Headers
Series sqlite: Update to version 3500400 |

Commit Message

Adolf Belka 13 Aug 2025, 4:30 p.m. UTC
- Update from version 3500200 to 3500400
- Update of rootfile
- Changelog
    3500400
	Fix two long-standings cases of the use of uninitialized variables in obscure
	 circumstances.
    3500300
	Fix a possible memory error that can occur if a query is made against against
	 FTS5 index that has been deliberately corrupted in a very specific way.
	Fix the parser so that it ignored SQL comments in all places of a
	 CREATE TRIGGER statement. This resolves a problem that was introduced by the
	 introduction of the SQLITE_DBCONFIG_ENABLE_COMMENTS feature in version 3.49.0.
	Fix an incorrect answer due to over-optimization of an AND operator. Forum post
	 f4878de3e.
	Fix minor makefile issues and documentation typos.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/rootfiles/common/sqlite | 2 +-
 lfs/sqlite                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/sqlite b/config/rootfiles/common/sqlite
index dc8e79843..1c63b682f 100644
--- a/config/rootfiles/common/sqlite
+++ b/config/rootfiles/common/sqlite
@@ -3,6 +3,6 @@  usr/bin/sqlite3
 #usr/include/sqlite3ext.h
 usr/lib/libsqlite3.so
 usr/lib/libsqlite3.so.0
-usr/lib/libsqlite3.so.3.50.2
+usr/lib/libsqlite3.so.3.50.4
 #usr/lib/pkgconfig/sqlite3.pc
 #usr/share/man/man1/sqlite3.1
diff --git a/lfs/sqlite b/lfs/sqlite
index be1bd4033..fb3554d5d 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3500200
+VER        = 3500400
 
 THISAPP    = sqlite-autoconf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0e4f2da8d11173f32625bbfa9fa07c3dcccc5343c410c9c10da47c9df7eeecaf33726d8e5fddf2ef78ce51a1adf0fe605a81278e2fc0d6044264ecf40f05bdfa
+$(DL_FILE)_BLAKE2 = cb7b3509079a6b57dd7a0443e249b8fe6d1ff43b1bb318d07a1403a754ddbfa5d25f191405c062a5cdb872315aac78daa1e95d6687aab37e18889e21bc6d8c71
 
 install : $(TARGET)