Changeset e5b35ac


Ignore:
Timestamp:
02/20/2016 05:29:57 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
09b524b
Parents:
e4727e6
Message:

sqlite-3.11.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re4727e6 re5b35ac  
    4848      <para>February 19th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Update to sqlite-autoconf-3111000 (3.11.0). Fixes
     52          <ulink url="&blfs-ticket-root;7476">#7476</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[ken] - Updated to git-2.7.1.  Fixes
  • packages.ent

    re4727e6 re5b35ac  
    438438<!ENTITY mariadb-version              "10.1.11">
    439439<!ENTITY postgresql-version           "9.5.1">
    440 <!ENTITY sqlite-version               "3.10.2">
     440<!ENTITY sqlite-version               "3.11.0">
    441441
    442442<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    re4727e6 re5b35ac  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3100200">
    8   <!ENTITY sqlite-doc-version   "3100200">
     7  <!ENTITY sqlite-dl-version    "3110000">
     8  <!ENTITY sqlite-doc-version   "3110000">
    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        "adaa31593bb5605ec6d6f34f81b43008">
     12  <!ENTITY sqlite-md5sum        "a6cdc3e0a6e5087d620037ae0c48720d">
    1313  <!ENTITY sqlite-size          "2.3 MB">
    14   <!ENTITY sqlite-buildsize     "73 MB (with Optional Documentation)">
    15   <!ENTITY sqlite-time          "0.3 SBU">
     14  <!ENTITY sqlite-buildsize     "83 MB (with Optional Documentation)">
     15  <!ENTITY sqlite-time          "0.6 SBU">
    1616
    1717  <!ENTITY sqlite-docs-download "http://sqlite.org/2016/sqlite-doc-&sqlite-doc-version;.zip">
    18   <!ENTITY sqlite-docs-md5sum   "08f301085279c2e4451f7dd568342943">
     18  <!ENTITY sqlite-docs-md5sum   "4e881ce616b44dbb1f2f7fb554bbe0be">
    1919  <!ENTITY sqlite-docs-size     "5.2 MB">
    2020]>
     
    4343    </para>
    4444
    45     &lfs78_checked;
     45<!--&lfs78_checked;-->
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.