lib/sqlite: Upgrade from 3.40.1 to 3.53.1 - #12
Open
RaduAndreiTudorica wants to merge 1 commit into
Open
Conversation
StefanJum
suggested changes
Aug 26, 2026
StefanJum
left a comment
Member
There was a problem hiding this comment.
Everything works fine @RaduAndreiTudorica , thanks.
Same as in the other prs, please redo the commit, and add a commit message, similar to what you have in the PR description. Other than that it looks ok
Bump SQLite from 3.40.1 to 3.53.1, the latest release. Update the version, the checksum, and the year in the download URL: sqlite.org groups the amalgamation archives by release year, so the path moves from 2022/ to 2026/. Library.uk is updated to match. The port carries no patches and the amalgamation layout is unchanged, so nothing else needed adjusting. Tested on qemu/x86_64 with catalog-core/sqlite: the unikernel builds, boots and answers queries against the bundled database, with sqlite_version() reporting 3.53.1. Signed-off-by: Radu Andrei Tudorica <raduandreitudorica3@gmail.com>
RaduAndreiTudorica
force-pushed
the
update-sqlite-3.53.1
branch
from
August 26, 2026 20:25
6ce9fef to
7a9ead8
Compare
Author
Done, thanks, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates SQLite from 3.40.1 to 3.53.1 (latest stable from sqlite.org).
Changes:
Tested with catalog-core/sqlite on Unikraft stable (RELEASE-0.21.0 Ijiraq):
Signed-off-by: Radu Andrei Tudorica raduandreitudorica3@gmail.com