Created attachment 247792 [details] patch Upgrade to version 3.45.0 This is added: - The SQLITE_DIRECT_OVERFLOW_READ optimization is now enabled by default. - The use of -DSQLITE_STRICT_SUBTYPE=1 is a recommended compile-time option for every application that makes use of subtypes.
Created attachment 247793 [details] portlint log
Created attachment 247794 [details] poudriere log without flavors
Created attachment 247795 [details] poudriere log @tcl
Created attachment 247796 [details] poudriere log @icu
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba455ee39c724bbf4963bbe9662ea6d159da0c1f commit ba455ee39c724bbf4963bbe9662ea6d159da0c1f Author: Pavel Volkov <pavelivolkov@gmail.com> AuthorDate: 2024-01-21 18:02:53 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-01-22 08:28:08 +0000 databases/sqlite3: Update to 3.45.0 ChangeLog: https://sqlite.org/releaselog/3_45_0.html * The SQLITE_DIRECT_OVERFLOW_READ optimization is now enabled by default. * The use of -DSQLITE_STRICT_SUBTYPE=1 is a recommended compile-time option for every application that makes use of subtypes. PR: 276472 Reported by: pavelivolkov@gmail.com (maintainer) databases/sqlite3/Makefile | 24 ++++++++++++++++-------- databases/sqlite3/distinfo | 6 +++--- 2 files changed, 19 insertions(+), 11 deletions(-)
Check if you can turn off DQS with the next release. The deadline we set has expired.