Changeset f8914b1


Ignore:
Timestamp:
04/03/2021 04:58:31 PM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
689de0e
Parents:
339417b
Message:

Upgrade sqlite-3.35.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r339417b rf8914b1  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[thomas] - Upgrade sqlite-3.35.4. Fixes
     49          <ulink url="&blfs-ticket-root;14859">#14859</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[thomas] - Upgrade mousepad-0.5.4. Fixes
    4953          <ulink url="&blfs-ticket-root;14854">#14854</ulink>.</para>
  • packages.ent

    r339417b rf8914b1  
    678678<!ENTITY mariadb-version              "10.5.9">
    679679<!ENTITY postgresql-version           "13.2">
    680 <!ENTITY sqlite-version               "3.35.3">
     680<!ENTITY sqlite-version               "3.35.4">
    681681
    682682<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    r339417b rf8914b1  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3350300">
    8   <!ENTITY sqlite-doc-version   "3350300">
     7  <!ENTITY sqlite-dl-version    "3350400">
     8  <!ENTITY sqlite-doc-version   "3350400">
    99
    1010<!-- When updating, do not forget the above entities -->
     
    1212  <!ENTITY sqlite-download-http "https://sqlite.org/2021/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
    1313  <!ENTITY sqlite-download-ftp  " ">
    14   <!ENTITY sqlite-md5sum        "cadd4db9b528dfd0a7efde39f767cd83">
     14  <!ENTITY sqlite-md5sum        "9cf453a9cd0e40cdbc8e6f008acfc4fb">
    1515  <!ENTITY sqlite-size          "2.8 MB">
    1616  <!ENTITY sqlite-buildsize     "139 MB">
     
    1818
    1919  <!ENTITY sqlite-docs-download "https://sqlite.org/2021/sqlite-doc-&sqlite-doc-version;.zip">
    20   <!ENTITY sqlite-docs-md5sum   "53b84f758046926f31bbd905e133b90c">
     20  <!ENTITY sqlite-docs-md5sum   "7dd0b0b5edc42929638702382e8ead13">
    2121  <!ENTITY sqlite-docs-size     "9.8 MB">
    2222]>
Note: See TracChangeset for help on using the changeset viewer.