sqlite: Update to version 3510300
Commit Message
- Update from version 3510100 to 3510300
- Update of rootfile
- Changelog
3510300
Fix the WAL-reset database corruption bug.
Other minor bug fixes.
3510200
Fix an obscure deadlock in the new broken-posix-lock detection logic in item 17 above.
Fix multiple problems in the EXISTS-to-JOIN optimization that was added as part of optimization item 6b above.
Other minor bug fixes.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/sqlite | 2 +-
lfs/sqlite | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
@@ -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.51.1
+usr/lib/libsqlite3.so.3.51.3
#usr/lib/pkgconfig/sqlite3.pc
#usr/share/man/man1/sqlite3.1
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2026 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 3510100
+VER = 3510300
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 = c946652f07cf743f425aa8182e29bb4fff9f929ee56202235f6e6dfd9d06c4fcda06a3f0b0a41a1d52401f067dfb6e4c0871851ce402c1f7cfc358aac72855aa
+$(DL_FILE)_BLAKE2 = 2fa1fac0a0fe539c637602a5c7a066c62e429f153bce23f8055dfb5c4c9970ab3b3d4a1c25b59d1861567631b63fdadb2fa9495cff6b6800eb7eb038195577de
install : $(TARGET)