Changeset 497b930


Ignore:
Timestamp:
01/31/2015 08:23:43 AM (9 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, 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:
17bbaea
Parents:
1515d301
Message:

Update to sqlite-3.8.8.2.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r1515d301 r497b930  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>January 31st, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to sqlite-3.8.8.2. Fixes
     52          <ulink url="&blfs-ticket-root;6095">#6095</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r1515d301 r497b930  
    413413<!ENTITY mariadb-version              "10.0.16">
    414414<!ENTITY postgresql-version           "9.4.0">
    415 <!ENTITY sqlite-version               "3.8.8.1">
     415<!ENTITY sqlite-version               "3.8.8.2">
    416416
    417417<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    r1515d301 r497b930  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3080801">
    8   <!ENTITY sqlite-doc-version   "3080801">
    9 
    10   <!ENTITY sqlite-download-http
    11            "https://sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
     7  <!ENTITY sqlite-dl-version    "3080802">
     8  <!ENTITY sqlite-doc-version   "3080802">
     9
     10  <!ENTITY sqlite-download-http "http://sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1211  <!ENTITY sqlite-download-ftp  " ">
    13   <!ENTITY sqlite-md5sum        "a6381941ffe8817ba19669ec0c0ede6f">
     12  <!ENTITY sqlite-md5sum        "3425fa580a56880f56bcb887dd26cc06">
    1413  <!ENTITY sqlite-size          "1.9 MB">
    1514  <!ENTITY sqlite-buildsize     "22 MB (additional 25 MB for the Optional Documentation)">
    1615  <!ENTITY sqlite-time          "0.4 SBU">
    1716
    18   <!ENTITY sqlite-docs-download
    19            "https://sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
    20   <!ENTITY sqlite-docs-md5sum   "877c0192b41b61686662efb50200043a">
     17  <!ENTITY sqlite-docs-download "http://sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
     18  <!ENTITY sqlite-docs-md5sum   "785a45179b03a2e63c23fa37436f3632">
    2119  <!ENTITY sqlite-docs-size     "4.7 MB">
    2220]>
Note: See TracChangeset for help on using the changeset viewer.