Changeset 49ee8357 for server


Ignore:
Timestamp:
07/28/2015 05:09:57 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
b9488cf
Parents:
dfd52645
Message:
  • Update to git-2.5.0.
  • Update to stunnel-5.21.
  • Update to sqlite-3.8.10.
  • reiserfsprogs-3.6.24: include ftp URL.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    rdfd52645 r49ee8357  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3081002">
    8   <!ENTITY sqlite-doc-version   "3081002">
     7  <!ENTITY sqlite-dl-version    "3081100">
     8  <!ENTITY sqlite-doc-version   "3081100">
    99
    1010  <!ENTITY sqlite-download-http "http://sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1111  <!ENTITY sqlite-download-ftp  " ">
    12   <!ENTITY sqlite-md5sum        "a18bfc015cd49a1e7a961b7b77bc3b37">
    13   <!ENTITY sqlite-size          "2.0 MB">
    14   <!ENTITY sqlite-buildsize     "69 MB (with Optional Documentation)">
     12  <!ENTITY sqlite-md5sum        "77b451925121028befbddbf45ea2bc49">
     13  <!ENTITY sqlite-size          "2.1 MB">
     14  <!ENTITY sqlite-buildsize     "70 MB (with Optional Documentation)">
    1515  <!ENTITY sqlite-time          "0.3 SBU">
    1616
    1717  <!ENTITY sqlite-docs-download "http://sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
    18   <!ENTITY sqlite-docs-md5sum   "59e10cdbacbda10469a7c57843d1ffdd">
     18  <!ENTITY sqlite-docs-md5sum   "979a1601b700b4969914ee03dade41aa">
    1919  <!ENTITY sqlite-docs-size     "4.9 MB">
    2020]>
     
    113113  <sect2 role="installation">
    114114    <title>Installation of SQLite</title>
    115 
    116     <note>
    117       <para>
    118         This package does not support parallel build.
    119       </para>
    120     </note>
    121115
    122116    <para>
     
    137131            -DSQLITE_ENABLE_UNLOCK_NOTIFY=1       \
    138132            -DSQLITE_SECURE_DELETE=1" &amp;&amp;
    139 make -j1</userinput></screen>
     133make</userinput></screen>
    140134
    141135    <para>
Note: See TracChangeset for help on using the changeset viewer.