Changeset 8b11d92e


Ignore:
Timestamp:
10/30/2014 02:39:11 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.7, 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:
aeefbaa
Parents:
24c0cc78
Message:

Update to sqlite-3.8.7.1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r24c0cc78 r8b11d92e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 29th, &year;">
     9<!ENTITY releasedate  "October 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r24c0cc78 r8b11d92e  
    4646
    4747    <listitem>
     48      <para>October 30th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to sqlite-3.8.7.1.  Fixes
     52          <ulink url="&blfs-ticket-root;5749">#5749</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 29th, 2014</para>
    4959      <itemizedlist>
  • packages.ent

    r24c0cc78 r8b11d92e  
    413413<!ENTITY mariadb-version              "10.0.14">
    414414<!ENTITY postgresql-version           "9.3.5">
    415 <!ENTITY sqlite-version               "3.8.7">
     415<!ENTITY sqlite-version               "3.8.7.1">
    416416
    417417<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    r24c0cc78 r8b11d92e  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3080700">
    8   <!ENTITY sqlite-doc-version   "3080700">
     7  <!ENTITY sqlite-dl-version    "3080701">
     8  <!ENTITY sqlite-doc-version   "3080701">
    99
    1010  <!ENTITY sqlite-download-http
    1111           "http://sqlite.org/2014/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1212  <!ENTITY sqlite-download-ftp  " ">
    13   <!ENTITY sqlite-md5sum        "10cf856d953d8152cdaf180623102a23">
     13  <!ENTITY sqlite-md5sum        "8ee4541ebb3e5739e7ef5e9046e30063">
    1414  <!ENTITY sqlite-size          "2 MB">
    1515  <!ENTITY sqlite-buildsize     "17 MB (additional 25 MB for the Optional Documentation)">
    16   <!ENTITY sqlite-time          "0.2 SBU">
     16  <!ENTITY sqlite-time          "0.3 SBU">
    1717
    1818  <!ENTITY sqlite-docs-download
    1919           "http://sqlite.org/2014/sqlite-doc-&sqlite-doc-version;.zip">
    20   <!ENTITY sqlite-docs-md5sum   "d79dfd2505c57eff30df7b7395c2a0e9">
     20  <!ENTITY sqlite-docs-md5sum   "b20be3cc3ad01ae1bd01a731280290a0">
    2121  <!ENTITY sqlite-docs-size     "4.7 MB">
    2222]>
Note: See TracChangeset for help on using the changeset viewer.