]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sqlite: Update to version 3500200
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 4 Jul 2025 10:14:44 +0000 (12:14 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 4 Jul 2025 11:08:15 +0000 (11:08 +0000)
- Update from version 3500100 to 3500200
- Update of rootfile
- Changelog
    3500200
Fix the concat_ws() SQL function so that it includes empty strings in the
 concatenation. Forum post 52503ac21d.
Fix the file-io extension (used by the CLI) so that it can be built using the
 MinGW compiler chain.
Avoid writing frames with no checksums into the wal file if a savepoint is
 rolled back after dirty pages have already been spilled into the wal file.
 Forum post b490f726db.
Fix the Bitvec object to avoid stack overflow when the database is within 60
 pages of its maximum size.
Fix a problem with UPDATEs on fts5 tables that contain BLOB values.
Fix an issue with transitive IS constraints on a RIGHT JOIN.
Raise an error early if the number of aggregate terms in a query exceeds the
 maximum number of columns, to avoid downstream assertion faults.
Ensure that sqlite3_setlk_timeout() holds the database mutex.
Fix typos in API documentation.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/sqlite
lfs/sqlite

index 11b42a99e5a1a675e8f40a630d790bd5f17d2ce0..dc8e798430f8745affd885d5ce0759e8618adbde 100644 (file)
@@ -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.1
+usr/lib/libsqlite3.so.3.50.2
 #usr/lib/pkgconfig/sqlite3.pc
 #usr/share/man/man1/sqlite3.1
index a026420206a4d5b804cdd9adb2fda98dc4375792..be1bd4033b8af639bdf88592b45993d26db7a8f2 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3500100
+VER        = 3500200
 
 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 = 4c475415cddad5b86b6a7f48971d15a5b5df3685ef9514af2f435f2cba26ae8a2c942232c194a83b685a79f9edb2d748f5f38cb00af7d0c6fdd930d2b3953ea5
+$(DL_FILE)_BLAKE2 = 0e4f2da8d11173f32625bbfa9fa07c3dcccc5343c410c9c10da47c9df7eeecaf33726d8e5fddf2ef78ce51a1adf0fe605a81278e2fc0d6044264ecf40f05bdfa
 
 install : $(TARGET)