Bug 268762 - databases/sqlite3: Update to 3.40.1
Summary: databases/sqlite3: Update to 3.40.1
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://www.sqlite.org/releaselog/3_4...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-05 08:07 UTC by Pavel Volkov
Modified: 2023-01-06 16:25 UTC (History)
2 users (show)

See Also:
fernape: merge-quarterly+


Attachments
patch (996 bytes, patch)
2023-01-05 08:07 UTC, Pavel Volkov
pavelivolkov: maintainer-approval+
Details | Diff
portlint log (59.96 KB, text/plain)
2023-01-05 08:08 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 2023-01-05 08:07:25 UTC
Created attachment 239272 [details]
patch

Upgrade to version 3.40.1
Comment 1 Pavel Volkov 2023-01-05 08:08:57 UTC
Created attachment 239273 [details]
portlint log
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-01-06 10:21:55 UTC
Since this is a bugfix release, it might be interesting to have it in 2023Q1.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-01-06 16:17:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb

commit 6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb
Author:     Pavel Volkov <pavelivolkov@gmail.com>
AuthorDate: 2023-01-06 10:15:01 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-06 16:13:12 +0000

    databases/sqlite3: Update to 3.40.1

    ChangeLog: https://www.sqlite.org/releaselog/3_40_1.html

     * Fix the --safe command-line option to the CLI such that it correctly
       disallows the use of SQL functions like writefile() that can cause harmful
       side-effects.
     * Fix a potential infinite loop in the memsys5 alternative memory allocator.
       This bug was introduced by a performance optimization in version 3.39.0.

     * Various other obscure fixes.

    PR:             268762
    Reported by:    pavelivolkov@gmail.com (maintainer)
    MFH:            2023Q1 (bugfix release)

 databases/sqlite3/Makefile | 2 +-
 databases/sqlite3/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-01-06 16:17:46 UTC
Committed,

Thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-01-06 16:25:46 UTC
A commit in branch 2023Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74869232a12d8d50d73532f5863bea5456f1f655

commit 74869232a12d8d50d73532f5863bea5456f1f655
Author:     Pavel Volkov <pavelivolkov@gmail.com>
AuthorDate: 2023-01-06 10:15:01 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-06 16:21:25 +0000

    databases/sqlite3: Update to 3.40.1

    ChangeLog: https://www.sqlite.org/releaselog/3_40_1.html

     * Fix the --safe command-line option to the CLI such that it correctly
       disallows the use of SQL functions like writefile() that can cause harmful
       side-effects.
     * Fix a potential infinite loop in the memsys5 alternative memory allocator.
       This bug was introduced by a performance optimization in version 3.39.0.

     * Various other obscure fixes.

    PR:             268762
    Reported by:    pavelivolkov@gmail.com (maintainer)
    MFH:            2023Q1 (bugfix release)

    (cherry picked from commit 6b1d30b18d6a1538fd06b9ae5a422f9fe407c9eb)

 databases/sqlite3/Makefile | 2 +-
 databases/sqlite3/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)