Changeset e2a0e91


Ignore:
Timestamp:
07/26/2009 06:17:47 AM (15 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
67d982c
Parents:
232b00e
Message:

Added new package sqlite and updated libtasn1 version

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

Files:
1 added
17 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r232b00e re2a0e91  
    44-->
    55
    6 <!ENTITY day          "25">                   <!-- Always 2 digits -->
     6<!ENTITY day          "26">                   <!-- Always 2 digits -->
    77<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    137137<!ENTITY libmowgli-version            "0.7.0">
    138138<!ENTITY libmcs-version               "0.7.1">
    139 <!ENTITY libtasn1-version             "2.1">
     139<!ENTITY libtasn1-version             "2.2">
    140140<!ENTITY libunique-version            "1.0.8">
    141141<!ENTITY liboil-version               "0.3.16">
     
    413413<!ENTITY mysql-version                "5.1.30">
    414414<!ENTITY postgresql-version           "8.2.4">
     415<!ENTITY sqlite-version               "3.6.16">
    415416
    416417<!-- Obsolete
  • general/genlib/liboil.xml

    r232b00e re2a0e91  
    7272    commands:</para>
    7373
    74 <!-- <screen><userinput>CONFIGPARMS="- -prefix=/usr"</userinput></screen>
    75 
    76     <para>If you wish to rebuild the API documentation, run
    77     the following command:</para>
    78 
    79 <screen><userinput>CONFIGPARMS="$CONFIGPARMS - -enable-gtk-doc"</userinput></screen>
    80 
    81     <para>Run the following commands:</para> -->
    82 
    8374<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8475make</userinput></screen>
  • general/genlib/libtasn1.xml

    r232b00e re2a0e91  
    77  <!ENTITY libtasn1-download-http "http://mirrors.kernel.org/gnu/gnutls/libtasn1-&libtasn1-version;.tar.gz">
    88  <!ENTITY libtasn1-download-ftp  "ftp://ftp.gnu.org/pub/gnu/gnutls/libtasn1-&libtasn1-version;.tar.gz">
    9   <!ENTITY libtasn1-md5sum        "9c6869cca08b7392415c7939ffd2bbae">
    10   <!ENTITY libtasn1-size          "1.5 MB">
    11   <!ENTITY libtasn1-buildsize     "8.2 MB">
    12   <!ENTITY libtasn1-time          "0.2 SBU">
     9  <!ENTITY libtasn1-md5sum        "14cc361500d2e768a8a6ec538ce3fecb">
     10  <!ENTITY libtasn1-size          "1.6 MB">
     11  <!ENTITY libtasn1-buildsize     "8.4 MB">
     12  <!ENTITY libtasn1-time          "0.1 SBU">
    1313]>
    1414
  • general/prog/php.xml

    r232b00e re2a0e91  
    122122    <xref linkend="postgresql"/>,
    123123    <xref linkend="unixodbc"/>,
     124    <xref linkend="sqlite"/>,
    124125    <ulink url="http://qdbm.sourceforge.net/">QDBM</ulink>,
    125126    <ulink url="http://cr.yp.to/cdb.html">cdb</ulink>,
    126     <ulink url="http://www.sqlite.org/">SQLite</ulink>,
    127127    <ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink>,
    128128    <ulink url="http://www.empress.com/">Empress</ulink>,
  • general/prog/python.xml

    r232b00e re2a0e91  
    9999    <xref linkend="db"/>, and
    100100    <!-- <xref linkend="gdbm"/>, and -->
    101     <ulink url="http://sqlite.org/">SQLite 3</ulink></para>
     101    <xref linkend="sqlite"/></para>
    102102
    103103    <para condition="html" role="usernotes">User Notes:
  • introduction/welcome/changelog.xml

    r232b00e re2a0e91  
    4343
    4444    <listitem>
     45      <para>July 27th, 2009</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[wblaszcz] - Added new package SQLite-3.6.16.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[wblaszcz] - Updated to libtasn1-2.2.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4557      <para>July 25th, 2009</para>
    4658      <itemizedlist>
  • multimedia/audioutils/amarok.xml

    r232b00e re2a0e91  
    7373    <xref linkend="k3b"/> (for cd-burning support),
    7474    <xref linkend="sdl"/>,
    75     <ulink url="http://sqlite.org/">SQLite</ulink>,
     75    <xref linkend="sqlite"/>,
    7676    <xref linkend="postgresql"/>,
    7777    <xref linkend="mysql"/>,
  • postlfs/security/cyrus-sasl.xml

    r232b00e re2a0e91  
    7373    <xref linkend="postgresql"/>,
    7474    <xref linkend="db"/>,
     75    <xref linkend="sqlite"/>,
    7576    <!-- <xref linkend="gdbm"/>,
    7677    <xref linkend="courier"/>,  -->
    77     <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    78     <ulink url="http://sqlite.org/">SQLite</ulink>, and
     78    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and
    7979    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
    8080
  • server/databases/databases.xml

    r232b00e re2a0e91  
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mysql.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postgresql.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sqlite.xml"/>
    2728
    2829</chapter>
  • server/mail/exim.xml

    r232b00e re2a0e91  
    9393    <xref linkend="mysql"/>,
    9494    <xref linkend="postgresql"/>,
    95     <ulink url="http://www.sqlite.org/">SQLite</ulink>,
     95    <xref linkend="sqlite"/>,
    9696    <xref linkend="tcpwrappers"/>, and
    9797    <xref linkend="linux-pam"/></para>
  • server/major/apache.xml

    r232b00e re2a0e91  
    8282    <!-- <xref linkend="gdbm"/>, -->
    8383    <xref linkend="postgresql"/>, and
    84     <ulink url="http://sqlite.org/">SQLite</ulink></para>
     84    <xref linkend="sqlite"/></para>
    8585
    8686    <para>Though you can install APR and APR-util as separate components,
  • x/lib/qt.xml

    r232b00e re2a0e91  
    8181    <xref linkend="postgresql"/>,
    8282    <xref linkend="unixodbc"/>,
    83     <ulink url="http://sqlite.org/">SQLite</ulink> and
     83    <xref linkend="sqlite"/>, and
    8484    <ulink url="http://firebird.sourceforge.net/">Firebird</ulink></para>
    8585
  • x/lib/qt4.xml

    r232b00e re2a0e91  
    7878      <xref linkend="postgresql"/>,
    7979      <xref linkend="unixodbc"/>, and
    80       <ulink url="http://sqlite.org/">SQLite</ulink>
     80      <xref linkend="sqlite"/>
    8181    </para>
    8282
  • x/lib/xulrunner.xml

    r232b00e re2a0e91  
    101101    <xref linkend="lcms"/>,
    102102    <xref linkend="libpng"/> (patched for apng support),
    103     <ulink url="http://sqlite.org/">SQLite</ulink>,
     103    <xref linkend="sqlite"/>,
    104104    <xref linkend="startup-notification"/>.
    105105    <xref linkend="unzip"/>,
  • xsoft/graphweb/firefox.xml

    r232b00e re2a0e91  
    103103    <xref linkend="lcms"/>,
    104104    <xref linkend="libpng"/> (patched for apng support),
    105     <ulink url="http://sqlite.org/">SQLite</ulink>,
     105    <xref linkend="sqlite"/>,
    106106    <xref linkend="startup-notification"/>.
    107107    <xref linkend="unzip"/>,
  • xsoft/other/balsa.xml

    r232b00e re2a0e91  
    8080    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    8181    <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink>,
    82     <ulink url="http://www.sqlite.org/">SQLite</ulink>, and
     82    <xref linkend="sqlite"/>, and
    8383    an <xref linkend="server-mail"/> (that provides a
    8484    <command>sendmail</command> command, note that it is only used if you
  • xsoft/other/pidgin.xml

    r232b00e re2a0e91  
    9797    <xref linkend="evolution-data-server"/>
    9898      (required for Evolution integration),
    99     <ulink url="http://www.sqlite.org/">SQLite</ulink>
     99    <xref linkend="sqlite"/>
    100100      (required for the Contact Availability Prediction plugin),
    101101    <xref linkend="cyrus-sasl"/>
Note: See TracChangeset for help on using the changeset viewer.