Ignore:
Timestamp:
12/03/2016 03:27:21 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c336440
Parents:
9ff3be8
Message:

Subversion-1.9.5
Git-2.11.0
Libdrm-2.4.74
Mesa-13.0.2
SQLite-3.15.2
Gstreamer-1.10.2, with all plugins and libraries

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18026 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r9ff3be8 r464f030  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3150100">
    8   <!ENTITY sqlite-doc-version   "3150100">
     7  <!ENTITY sqlite-dl-version    "3150200">
     8  <!ENTITY sqlite-doc-version   "3150200">
    99
    1010  <!ENTITY sqlite-download-http "http://sqlite.org/2016/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1111  <!ENTITY sqlite-download-ftp  " ">
    12   <!ENTITY sqlite-md5sum        "0259d52be88f085d104c6d2aaa8349ac">
     12  <!ENTITY sqlite-md5sum        "6b4fc0d8f7f02dd56bbde10a7c497a05">
    1313  <!ENTITY sqlite-size          "2.4 MB">
    14   <!ENTITY sqlite-buildsize     "46 MB (plus 30 MB for Optional Documentation)">
    15   <!ENTITY sqlite-time          "0.5 SBU">
     14  <!ENTITY sqlite-buildsize     "41 MB (plus 28 MB for Optional Documentation)">
     15  <!ENTITY sqlite-time          "0.4 SBU">
    1616
    1717  <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
    18   <!ENTITY sqlite-docs-md5sum   "e6aa8e1c3c9b149f34dbaf7f98003d53">
    19   <!ENTITY sqlite-docs-size     "5.3 MB">
     18  <!ENTITY sqlite-docs-md5sum   "ab32f8de6d799677bf4b87fc7110193e">
     19  <!ENTITY sqlite-docs-size     "5.2 MB">
    2020]>
    2121
     
    163163    <para>
    164164      <parameter>CFLAGS="-g -O2 -DSQLITE_ENABLE_FTS3=1
    165       -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_COLUMN_METADATA=1
     165      <!-- insecure, see below: -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -->
     166      -DSQLITE_ENABLE_COLUMN_METADATA=1
    166167      -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
    167168      -DSQLITE_ENABLE_DBSTAT_VTAB=1"</parameter>: Applications such as
    168169      <application>Firefox</application> require secure delete and enable
    169       unlock notify to be turned on.  Thunderbird requires the fts3_tokenizer
    170       option. Since <application>firefox-41</application> the dbstat virtual
     170      unlock notify to be turned on.
     171      <!-- Thunderbird requires the
     172      fts3_tokenizer option: this option is insecure if set for any
     173      application using sqlite on the host. So it is disabled for now, and the
     174      thunderbird static sqlite library is used instead.-->
     175      Since <application>firefox-41</application> the dbstat virtual
    171176      table is also required. The only way to do this is to include them in the
    172177      CFLAGS. By default, these are set to <literal>"-g -O2"</literal> so we
Note: See TracChangeset for help on using the changeset viewer.