Changeset 556265d


Ignore:
Timestamp:
01/21/2015 06:44:11 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:
c30eed1e
Parents:
e12f45b
Message:

Update to sqlite-3.8.8.1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re12f45b r556265d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- 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 20th, &year;">
     9<!ENTITY releasedate  "January 21st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    re12f45b r556265d  
    4646
    4747    <listitem>
     48      <para>January 21st, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to sqlite-3.8.8.1. Fixes
     52          <ulink url="&blfs-ticket-root;6054">#6054</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>January 20th, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    re12f45b r556265d  
    412412<!ENTITY mariadb-version              "10.0.15">
    413413<!ENTITY postgresql-version           "9.4.0">
    414 <!ENTITY sqlite-version               "3.8.8">
     414<!ENTITY sqlite-version               "3.8.8.1">
    415415
    416416<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    re12f45b r556265d  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3080800">
    8   <!ENTITY sqlite-doc-version   "3080800">
     7  <!ENTITY sqlite-dl-version    "3080801">
     8  <!ENTITY sqlite-doc-version   "3080801">
    99
    1010  <!ENTITY sqlite-download-http
    1111           "https://sqlite.org/2015/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1212  <!ENTITY sqlite-download-ftp  " ">
    13   <!ENTITY sqlite-md5sum        "3a3caebf93308ddf5d120c393d9ecb82">
    14   <!ENTITY sqlite-size          "2 MB">
    15   <!ENTITY sqlite-buildsize     "17 MB (additional 25 MB for the Optional Documentation)">
    16   <!ENTITY sqlite-time          "0.2 SBU">
     13  <!ENTITY sqlite-md5sum        "a6381941ffe8817ba19669ec0c0ede6f">
     14  <!ENTITY sqlite-size          "1.9 MB">
     15  <!ENTITY sqlite-buildsize     "22 MB (additional 25 MB for the Optional Documentation)">
     16  <!ENTITY sqlite-time          "0.4 SBU">
    1717
    1818  <!ENTITY sqlite-docs-download
    1919           "https://sqlite.org/2015/sqlite-doc-&sqlite-doc-version;.zip">
    20   <!ENTITY sqlite-docs-md5sum   "2eccef516e76f4e2c1584e725038c564">
     20  <!ENTITY sqlite-docs-md5sum   "877c0192b41b61686662efb50200043a">
    2121  <!ENTITY sqlite-docs-size     "4.7 MB">
    2222]>
Note: See TracChangeset for help on using the changeset viewer.