]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
sqlite: Update to version 3440100
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 23 Nov 2023 12:19:22 +0000 (13:19 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 24 Nov 2023 12:53:07 +0000 (12:53 +0000)
- Update from version 340000 to 340100
- Update of rootfile not required
- Changelog
    3.44.1
Change the CLI so that it uses UTF-16 for console I/O on Windows. This enables
 proper display of unicode text on old Windows7 machines.
Other obscure bug fixes. - more details on these can be found from the list of
 commits https://www.sqlite.org/src/timeline?n=100&y=ci

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

index 4d44d6fda7d3034b96cae71f8da99eba2a2b4747..a03731a1007a111959c5b34fe86a213809e06979 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3440000
+VER        = 3440100
 
 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 = adadcf5b17aec2d6727536d9c388b76ceacfb73d51c905ed906cc09a48806091624f9bb688de8b995e09b7cad97a21deb1ac91a17c4e60f658870d4ae85d5358
+$(DL_FILE)_BLAKE2 = 8b0aa4b2fd36099e68502705d0187cf30b8755f61577942e9b8709d3ca3e56dfd64cf256d0b70a75e987f2894076cb32c170dd52cd278579a646b06b90140e9d
 
 install : $(TARGET)