Changeset 577f279


Ignore:
Timestamp:
04/16/2024 06:34:07 AM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
b8694111
Parents:
6406f098
git-author:
Xi Ruoyao <xry111@…> (04/16/2024 06:26:59 AM)
git-committer:
Xi Ruoyao <xry111@…> (04/16/2024 06:34:07 AM)
Message:

sqlite: Remove -DSQLITE_ENABLE_FTS3_TOKENIZER=1

In r19568-gb596c229234b it was added to support Thunderbird. But the
Sqlite upstream suggests to enable it at runtime if really needed, and
Thunderbird has used this approach since 2018.

So remove this option as it may have a security impliciation.

Link: https://www.sqlite.org/compile.html#enable_fts3_tokenizer
Link: https://hg.mozilla.org/mozilla-central/rev/c69cf0bb19cd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r6406f098 r577f279  
    129129                      -DSQLITE_ENABLE_UNLOCK_NOTIFY=1   \
    130130                      -DSQLITE_ENABLE_DBSTAT_VTAB=1     \
    131                       -DSQLITE_SECURE_DELETE=1          \
    132                       -DSQLITE_ENABLE_FTS3_TOKENIZER=1" &amp;&amp;
     131                      -DSQLITE_SECURE_DELETE=1"         &amp;&amp;
    133132make</userinput></screen>
    134133
Note: See TracChangeset for help on using the changeset viewer.