sqlite: Update to version 3.50.1

Message ID 20250607213851.3325435-1-adolf.belka@ipfire.org
State New
Headers
Series sqlite: Update to version 3.50.1 |

Commit Message

Adolf Belka June 7, 2025, 9:38 p.m. UTC
  - 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>
---
 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 d6e4926cb..11b42a99e 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.0
+usr/lib/libsqlite3.so.3.50.1
 #usr/lib/pkgconfig/sqlite3.pc
 #usr/share/man/man1/sqlite3.1
diff --git a/lfs/sqlite b/lfs/sqlite
index 76f70bc48..a02642020 100644
--- a/lfs/sqlite
+++ b/lfs/sqlite
@@ -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)