Changeset f45ae67


Ignore:
Timestamp:
04/30/2021 08:11:04 PM (3 years ago)
Author:
Thomas Trepl (Moody) <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:
4b4ff7aa
Parents:
e005f99c
Message:

Upgrade sqlite-3.35.5

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re005f99c rf45ae67  
    4444     <para>April 30th, 2021</para>
    4545     <itemizedlist>
     46       <listitem>
     47         <para>[thomas] - Update to sqlite-3.35.5. Fixes
     48         <ulink url="&blfs-ticket-root;14932">#14932</ulink>.</para>
     49       </listitem>
    4650       <listitem>
    4751         <para>[thomas] - Update to nano-5.7. Fixes
  • packages.ent

    re005f99c rf45ae67  
    676676<!ENTITY mariadb-version              "10.5.9">
    677677<!ENTITY postgresql-version           "13.2">
    678 <!ENTITY sqlite-version               "3.35.4">
     678<!ENTITY sqlite-version               "3.35.5">
    679679
    680680<!-- Chapter 23 -->
  • server/databases/sqlite.xml

    re005f99c rf45ae67  
    55  %general-entities;
    66
    7   <!ENTITY sqlite-dl-version    "3350400">
    8   <!ENTITY sqlite-doc-version   "3350400">
     7  <!ENTITY sqlite-dl-version    "3350500">
     8  <!ENTITY sqlite-doc-version   "3350500">
    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        "9cf453a9cd0e40cdbc8e6f008acfc4fb">
     14  <!ENTITY sqlite-md5sum        "d1d1aba394c8e0443077dc9f1a681bb8">
    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   "7dd0b0b5edc42929638702382e8ead13">
     20  <!ENTITY sqlite-docs-md5sum   "443a02b504e1f91d08f2bac04ac90181">
    2121  <!ENTITY sqlite-docs-size     "9.8 MB">
    2222]>
Note: See TracChangeset for help on using the changeset viewer.