mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/sqlite: bump version to 3.51.1
Release notes of this bugfix release: https://sqlite.org/releaselog/3_51_1.html "Changes in this specific patch release, version 3.51.1 (2025-11-28): Fix incorrect results from nested EXISTS queries caused by the optimization in item 6b in the 3.51.0 release. Fix a latent bug in fts5vocab virtual table, exposed by new optimizations in the 3.51.0 release" Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
3f3d6e43de
commit
55a3abfcca
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5 sqlite-autoconf-3510000.tar.gz
|
||||
sha256 4f2445cd70479724d32ad015ec7fd37fbb6f6130013bd4bfbc80c32beb42b7e0 sqlite-autoconf-3510100.tar.gz
|
||||
sha256 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9 tea/license.terms
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SQLITE_VERSION = 3.51.0
|
||||
SQLITE_TAR_VERSION = 3510000
|
||||
SQLITE_VERSION = 3.51.1
|
||||
SQLITE_TAR_VERSION = 3510100
|
||||
SQLITE_SOURCE = sqlite-autoconf-$(SQLITE_TAR_VERSION).tar.gz
|
||||
SQLITE_SITE = https://www.sqlite.org/2025
|
||||
SQLITE_LICENSE = blessing
|
||||
|
||||
Reference in New Issue
Block a user