]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
sqlite: Update to version 3510300
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 7 Apr 2026 15:11:02 +0000 (17:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Apr 2026 16:39:10 +0000 (16:39 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/sqlite
lfs/sqlite

index 0d18c64c1d69a9140e14ef37b917187bfd906ea5..50553bb756e20fa7dfb8cc01606ef749ca46bfbd 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.51.1
+usr/lib/libsqlite3.so.3.51.3
 #usr/lib/pkgconfig/sqlite3.pc
 #usr/share/man/man1/sqlite3.1
index 45dcfea3435738dc56d1c8f2f155ee180fa26c42..214f8c8247b1999d53e5c0e6398cdc0250c83b14 100644 (file)
@@ -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)