mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to sqlite-3.7.8
Update to acl-2.2.51 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8917 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
778be14bee
commit
686435bbf2
@ -498,7 +498,7 @@ $Date$
|
||||
<!ENTITY db-version "4.8.26">
|
||||
<!ENTITY mysql-version "5.1.52">
|
||||
<!ENTITY postgresql-version "9.0.1">
|
||||
<!ENTITY sqlite-version "3.7.3">
|
||||
<!ENTITY sqlite-version "3.7.8">
|
||||
|
||||
<!-- Obsolete
|
||||
-->
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>October 24th, 2011</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to sqlite-3.7.8.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to acl-2.2.51.</para>
|
||||
</listitem>
|
||||
|
@ -7,8 +7,8 @@
|
||||
<!ENTITY acl-download-http "http://mirrors.zerg.biz/nongnu/acl/acl-&acl-version;.src.tar.gz">
|
||||
<!-- <!ENTITY acl-download-ftp " "> -->
|
||||
<!ENTITY acl-download-ftp " ">
|
||||
<!ENTITY acl-md5sum "181445894cca986da9ae0099d5ce2d08">
|
||||
<!ENTITY acl-size "362 KB">
|
||||
<!ENTITY acl-md5sum "3fc0ce99dc5253bdcce4c9cd437bc267">
|
||||
<!ENTITY acl-size "384 KB">
|
||||
<!ENTITY acl-buildsize "5 MB">
|
||||
<!ENTITY acl-time "0.1 SBU">
|
||||
]>
|
||||
|
@ -4,17 +4,18 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY sqlite-download-http "http://sqlite.org/sqlite-amalgamation-&sqlite-version;.tar.gz">
|
||||
<!ENTITY sqlite-dl-version "3070800">
|
||||
<!ENTITY sqlite-download-http "http://sqlite.org/sqlite-autoconf-&sqlite-dl-version;.tar.gz">
|
||||
<!ENTITY sqlite-download-ftp " ">
|
||||
<!ENTITY sqlite-md5sum "74fe78b264f1c434c4b159d45b78e9b7">
|
||||
<!ENTITY sqlite-size "1.5 MB">
|
||||
<!ENTITY sqlite-buildsize "30 MB (includes optional documentation)">
|
||||
<!ENTITY sqlite-md5sum "6bfb46d73caaa1bbbcd2b52184b6c542">
|
||||
<!ENTITY sqlite-size "1.7 MB">
|
||||
<!ENTITY sqlite-buildsize "46 MB (includes optional documentation)">
|
||||
<!ENTITY sqlite-time "0.4 SBU">
|
||||
|
||||
<!ENTITY sqlite-docs-version "3_7_3">
|
||||
<!ENTITY sqlite-docs-md5sum "ed6f040910936cf57ad55045fa3bcb1d">
|
||||
<!ENTITY sqlite-docs-size "3.2 MB">
|
||||
<!ENTITY sqlite-docs-download "http://sqlite.org/sqlite_docs_&sqlite-docs-version;.zip">
|
||||
<!ENTITY sqlite-docs-version "3070800">
|
||||
<!ENTITY sqlite-docs-md5sum "56c2e37c65075c612710ae1aba9703f2">
|
||||
<!ENTITY sqlite-docs-size "3.3 MB">
|
||||
<!ENTITY sqlite-docs-download "http://sqlite.org/sqlite-doc-&sqlite-dl-version;.zip">
|
||||
]>
|
||||
|
||||
<sect1 id="sqlite" xreflabel="SQLite-&sqlite-version;">
|
||||
@ -38,7 +39,7 @@
|
||||
library that implements a self-contained, serverless,
|
||||
zero-configuration, transactional SQL database engine.</para>
|
||||
|
||||
&lfs67_checked;
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -62,9 +63,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- <bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="tcl"/> (Required to run the test suite)</para> -->
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<title>Optional Documentation</title>
|
||||
|
Loading…
Reference in New Issue
Block a user