Changeset 88ae8fd5


Ignore:
Timestamp:
05/08/2015 09:48:54 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:
4c72eb15
Parents:
455f109
Message:

Update to sqlite-3.8.10.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r455f109 r88ae8fd5  
    4848      <para>May 8th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to sqlite-3.8.10. Fixes
     52          <ulink url="&blfs-ticket-root;6473">#6473</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to mariadb-10.0.18. Fixes
  • packages.ent

    r455f109 r88ae8fd5  
    420420<!ENTITY mariadb-version              "10.0.18">
    421421<!ENTITY postgresql-version           "9.4.1">
    422 <!ENTITY sqlite-version               "3.8.9">
     422<!ENTITY sqlite-version               "3.8.10">
    423423
    424424<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    r455f109 r88ae8fd5  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3080900">
    8   <!ENTITY sqlite-doc-version   "3080900">
     7  <!ENTITY sqlite-dl-version    "3081000">
     8  <!ENTITY sqlite-doc-version   "3081000">
    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        "6a18d4609852f4b63f812a1059df468f">
    13   <!ENTITY sqlite-size          "1.9 MB">
    14   <!ENTITY sqlite-buildsize     "22 MB (additional 25 MB for the Optional Documentation)">
     12  <!ENTITY sqlite-md5sum        "04d0311ef70818e8d914c1dc383eddff">
     13  <!ENTITY sqlite-size          "2.0 MB">
     14  <!ENTITY sqlite-buildsize     "43 MB (additional 26 MB for the 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   "e25020345df35d35cd81201f9f045263">
    19   <!ENTITY sqlite-docs-size     "4.8 MB">
     18  <!ENTITY sqlite-docs-md5sum   "4f1151d771910a8cf014990cf7b6b726">
     19  <!ENTITY sqlite-docs-size     "4.9 MB">
    2020]>
    2121
     
    4343    </para>
    4444
    45     &lfs77_checked;
     45    &lfs77_checked; &gcc5_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    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>
    115121
    116122    <para>
Note: See TracChangeset for help on using the changeset viewer.