Bug 276472 - databases/sqlite3: Update to 3.45.0
Summary: databases/sqlite3: Update to 3.45.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://sqlite.org/releaselog/3_45_0....
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-20 12:03 UTC by Pavel Volkov
Modified: 2024-03-09 18:14 UTC (History)
3 users (show)

See Also:


Attachments
patch (4.23 KB, patch)
2024-01-20 12:03 UTC, Pavel Volkov
pavelivolkov: maintainer-approval+
Details | Diff
portlint log (12 bytes, text/plain)
2024-01-20 12:05 UTC, Pavel Volkov
no flags Details
poudriere log without flavors (60.41 KB, text/plain)
2024-01-20 12:05 UTC, Pavel Volkov
no flags Details
poudriere log @tcl (73.52 KB, text/plain)
2024-01-20 12:06 UTC, Pavel Volkov
no flags Details
poudriere log @icu (64.54 KB, text/plain)
2024-01-20 12:06 UTC, Pavel Volkov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2024-01-20 12:03:54 UTC
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.
Comment 1 Pavel Volkov 2024-01-20 12:05:30 UTC
Created attachment 247793 [details]
portlint log
Comment 2 Pavel Volkov 2024-01-20 12:05:57 UTC
Created attachment 247794 [details]
poudriere log without flavors
Comment 3 Pavel Volkov 2024-01-20 12:06:19 UTC
Created attachment 247795 [details]
poudriere log @tcl
Comment 4 Pavel Volkov 2024-01-20 12:06:38 UTC
Created attachment 247796 [details]
poudriere log @icu
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-22 08:28:31 UTC
Committed,

Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-01-22 08:29:25 UTC
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(-)
Comment 7 Robert Clausecker freebsd_committer freebsd_triage 2024-03-09 18:14:34 UTC
Check if you can turn off DQS with the next release.  The deadline we set has expired.