Changeset 581077c0


Ignore:
Timestamp:
03/02/2019 04:51:05 PM (5 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
3201e53
Parents:
fb7406e
Message:

Update to sqlite-3.27.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfb7406e r581077c0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 1st, &year;">
     9<!ENTITY releasedate  "March 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rfb7406e r581077c0  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>March 2nd, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Update to sqlite-3.27.2. Fixes
     49          <ulink url="&blfs-ticket-root;11720">#11720</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453    <listitem>
    4554      <para>March 1st, 2019</para>
  • packages.ent

    rfb7406e r581077c0  
    631631<!ENTITY mariadb-version              "10.3.13">
    632632<!ENTITY postgresql-version           "11.2">
    633 <!ENTITY sqlite-version               "3.27.1">
     633<!ENTITY sqlite-version               "3.27.2">
    634634
    635635<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    rfb7406e r581077c0  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3270100">
    8   <!ENTITY sqlite-doc-version   "3270100">
     7  <!ENTITY sqlite-dl-version    "3270200">
     8  <!ENTITY sqlite-doc-version   "3270200">
    99
    1010<!-- When updating, do not forget the above entities -->
     
    1212  <!ENTITY sqlite-download-http "https://sqlite.org/2019/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1313  <!ENTITY sqlite-download-ftp  " ">
    14   <!ENTITY sqlite-md5sum        "cb72c5f93235cd56b18ee2aa1504cdaf">
     14  <!ENTITY sqlite-md5sum        "1f72631ce6e8efa5b4a6e55a43b3bdc0">
    1515  <!ENTITY sqlite-size          "2.7 MB">
    16   <!ENTITY sqlite-buildsize     "72 MB">
     16  <!ENTITY sqlite-buildsize     "66 MB">
    1717  <!ENTITY sqlite-time          "0.3 SBU (Using parallelism=4)">
    1818
Note: See TracChangeset for help on using the changeset viewer.