Changeset 41745476 for server


Ignore:
Timestamp:
04/19/2016 12:46:46 PM (8 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, nosym, 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:
dcd46793
Parents:
7d0aaf39
Message:

Update to sqlite-3.12.2.
Update to mupdf-1.9.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    r7d0aaf39 r41745476  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3120100">
    8   <!ENTITY sqlite-doc-version   "3120100">
     7  <!ENTITY sqlite-dl-version    "3120200">
     8  <!ENTITY sqlite-doc-version   "3120200">
    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        "9727cabe516a8f51fed3977340934846">
     12  <!ENTITY sqlite-md5sum        "c552a133aca1ce1d647163d9e43bbcb1">
    1313  <!ENTITY sqlite-size          "2.3 MB">
    1414  <!ENTITY sqlite-buildsize     "37 MB (plus 15 MB for Optional Documentation)">
     
    1616
    1717  <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
    18   <!ENTITY sqlite-docs-md5sum   "abcfd5fd12cf48929e4b2446554d83f8">
     18  <!ENTITY sqlite-docs-md5sum   "8d4572295e17612b8f2e17ef60707ba4">
    1919  <!ENTITY sqlite-docs-size     "5.2 MB">
    2020]>
     
    114114  <sect2 role="installation">
    115115    <title>Installation of SQLite</title>
    116 
    117     <note>
    118       <para>
    119         This package does not support parallel build.
    120       </para>
    121     </note>
    122116
    123117    <para>
     
    139133            -DSQLITE_SECURE_DELETE=1              \
    140134            -DSQLITE_ENABLE_DBSTAT_VTAB=1" &amp;&amp;
    141 make -j1</userinput></screen>
     135make</userinput></screen>
    142136
    143137    <para>
Note: See TracChangeset for help on using the changeset viewer.