mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update sqlite to 3.24.0. Probably not urgent, but known to work with firefox-61.0.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20207 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
fee79e2838
commit
ac574fd608
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "20"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "26"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2018">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "June 20th, &year;">
|
||||
<!ENTITY releasedate "June 26th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>June 26th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to sqlite-3.24.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;10850">#10850</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>June 20th, 2018</para>
|
||||
<itemizedlist>
|
||||
|
@ -516,7 +516,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY lmdb-version "0.9.22">
|
||||
<!ENTITY mariadb-version "10.3.7">
|
||||
<!ENTITY postgresql-version "10.4">
|
||||
<!ENTITY sqlite-version "3.23.1">
|
||||
<!ENTITY sqlite-version "3.24.0">
|
||||
|
||||
<!-- Chapter 23 -->
|
||||
<!ENTITY openldap-version "2.4.46">
|
||||
|
@ -4,21 +4,21 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY sqlite-dl-version "3230100">
|
||||
<!ENTITY sqlite-doc-version "3230100">
|
||||
<!ENTITY sqlite-dl-version "3240000">
|
||||
<!ENTITY sqlite-doc-version "3240000">
|
||||
|
||||
<!-- When updating, do not forget the above entities -->
|
||||
|
||||
<!ENTITY sqlite-download-http "https://sqlite.org/2018/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
|
||||
<!ENTITY sqlite-download-ftp " ">
|
||||
<!ENTITY sqlite-md5sum "99a51b40a66872872a91c92f6d0134fa">
|
||||
<!ENTITY sqlite-md5sum "dcd96fb9bbb603d29f6b0ad9554932ee">
|
||||
<!ENTITY sqlite-size "2.6 MB">
|
||||
<!ENTITY sqlite-buildsize "62 MB">
|
||||
<!ENTITY sqlite-time "0.5 SBU">
|
||||
<!ENTITY sqlite-buildsize "59 MB">
|
||||
<!ENTITY sqlite-time "0.6 SBU">
|
||||
|
||||
<!ENTITY sqlite-docs-download "https://sqlite.org/2018/sqlite-doc-&sqlite-doc-version;.zip">
|
||||
<!ENTITY sqlite-docs-md5sum "e47e8c64f6d9089a5ff7055e3bbb870a">
|
||||
<!ENTITY sqlite-docs-size "8.5 MB">
|
||||
<!ENTITY sqlite-docs-md5sum "31da6e4699a11105b637485af83edf4f">
|
||||
<!ENTITY sqlite-docs-size "8.7 MB">
|
||||
]>
|
||||
|
||||
<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user