]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sqlite: Update to version 3.50.1
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 7 Jun 2025 21:38:51 +0000 (23:38 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Jun 2025 12:09:23 +0000 (12:09 +0000)
- Update from version 3.50.0 to 3.50.1
- Update of rootfile
- Changelog
    3.50.1
Fix a long-standing bug in jsonb_set() and similar that was exposed by new
 optimizations added in version 3.50.0.
Fix an apparently harmless ASAN warning that can occur on builds that use
 -DSQLITE_DEFAULT_MEMSTATUS=0.
Fix an off-by-one bug in sqlite3_rsync that can result in the last page not
 being transferred for the replicate database.
Query planner optimization: Allow the right-hand side of a LEFT JOIN to be
 flattened even if it is a virtual table.
Fix sqlite3_setlk_timeout() to use a blocking lock when opening a snapshot
 transaction and when block by another process running recovery.
Other minor fixes that were reported after the 3.50.0 release.

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