Changeset 114e5f0b for postlfs


Ignore:
Timestamp:
10/25/2004 05:52:25 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
2c6c3b41
Parents:
eb3e33b
Message:

Updated to Cyrus-SASL-2.1.20

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cyrus-sasl.xml

    reb3e33b r114e5f0b  
    77  <!ENTITY cyrus-sasl-download-http "http://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz ">
    88  <!ENTITY cyrus-sasl-download-ftp  "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-&cyrus-sasl-version;.tar.gz">
    9   <!ENTITY cyrus-sasl-size          "1.5 MB">
    10   <!ENTITY cyrus-sasl-buildsize     "13.5 MB">
    11   <!ENTITY cyrus-sasl-time          "0.25 SBU">
     9  <!ENTITY cyrus-sasl-size          "1.8 MB">
     10  <!ENTITY cyrus-sasl-buildsize     "17.3 MB">
     11  <!ENTITY cyrus-sasl-time          "0.28 SBU">
    1212]>
    1313
     
    3737<listitem><para>Download (FTP): <ulink url="&cyrus-sasl-download-ftp;"/></para></listitem>
    3838<listitem><para>Download size: &cyrus-sasl-size;</para></listitem>
    39 <listitem><para>Estimated Disk space required: &cyrus-sasl-buildsize;</para></listitem>
     39<listitem><para>Estimated disk space required: &cyrus-sasl-buildsize;</para></listitem>
    4040<listitem><para>Estimated build time: &cyrus-sasl-time;</para></listitem>
    4141</itemizedlist>
     
    5050<xref linkend="postgresql"/>, <xref linkend="db"/>, <xref linkend="gdbm"/>,
    5151<xref linkend="courier"/>,
    52 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink> and
    53 <ulink url="http://sqlite.org/">SQLite</ulink>
    54 </para>
     52<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     53<ulink url="http://sqlite.org/">SQLite</ulink> and
     54<ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
    5555</sect4>
    5656</sect3>
     
    7070make &amp;&amp;
    7171make install &amp;&amp;
    72 install -m644 -oroot -groot saslauthd/saslauthd.mdoc \
     72install -m644 saslauthd/saslauthd.mdoc \
    7373    /usr/share/man/man8/saslauthd.8 &amp;&amp;
    7474install -d -m755 /usr/share/doc/sasl &amp;&amp;
    75 install -m644 -oroot -groot doc/{*.{html,txt,fig},ONEWS,TODO} \
    76     /usr/share/doc/sasl &amp;&amp;
    77 install -m644 -oroot -groot saslauthd/LDAP_SASLAUTHD \
    78     /usr/share/doc/sasl &amp;&amp;
     75install -m644 doc/{*.{html,txt,fig},ONEWS,TODO} \
     76    saslauthd/LDAP_SASLAUTHD /usr/share/doc/sasl &amp;&amp;
    7977install -d -m700 /var/lib/sasl</command></userinput></screen>
    8078
     
    9492data.</para>
    9593
    96 <para><command>install -m644 -oroot -groot ...</command>: These commands
     94<para><command>install -m644 ...</command>: These commands
    9795install documentation which is not installed by the
    9896<command>make install</command> command.</para>
     
    106104
    107105<sect2>
    108 <title>Configuring <application>Cyrus <acronym>SASL</acronym></application></title>
     106<title>Configuring <application>Cyrus
     107<acronym>SASL</acronym></application></title>
    109108
    110109<sect3><title>Config Files</title>
Note: See TracChangeset for help on using the changeset viewer.