Changeset 1f01e700


Ignore:
Timestamp:
07/18/2005 05:45:56 PM (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.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:
ac5070a
Parents:
aee33b88
Message:

Updated to Cyrus SASL-2.1.21

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    raee33b88 r1f01e700  
    3939<!ENTITY heimdal-version              "0.6.3">
    4040<!ENTITY mitkrb-version               "1.4">
    41 <!ENTITY cyrus-sasl-version           "2.1.20">
     41<!ENTITY cyrus-sasl-version           "2.1.21">
    4242<!ENTITY stunnel-version              "4.09">
    4343
  • introduction/welcome/changelog.xml

    raee33b88 r1f01e700  
    2626   
    2727    <listitem>
    28       <para>July 18th 2005 [randy]: Updated to Nail-11.24.</para>
     28      <para>July 18th 2005 [randy]: Updated to Nail-11.24 and
     29      Cyrus-SASL-2.1.21.</para>
    2930    </listitem>
    3031
  • postlfs/security/cyrus-sasl.xml

    raee33b88 r1f01e700  
    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-md5sum        "268ead27f4ac39bcfe17d9e38e0f2977">
    10   <!ENTITY cyrus-sasl-size          "1.7 MB">
    11   <!ENTITY cyrus-sasl-buildsize     "17 MB">
    12   <!ENTITY cyrus-sasl-time          "0.28 SBU">
     9  <!ENTITY cyrus-sasl-md5sum        "dde02db234dea892bee298390890502e">
     10  <!ENTITY cyrus-sasl-size          "1.6 MB">
     11  <!ENTITY cyrus-sasl-buildsize     "16 MB">
     12  <!ENTITY cyrus-sasl-time          "0.3 SBU">
    1313]>
    1414
     
    9292make</userinput></screen>
    9393
     94    <para>This package does not come with a test suite. If you are planning
     95    on using the GSSAPI authentication mechanism, it is recommended to test
     96    it after installing the package using the sample server and client programs
     97    which were built in the preceding step. Instructions for performing the
     98    tests can be found at <ulink
     99    url="http://www.linuxfromscratch.org/hints/downloads/files/cyrus-sasl.txt"/>.</para>
     100
    94101    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    95102
    96103<screen role="root"><userinput>make install &amp;&amp;
    97 install -v -m644 saslauthd/saslauthd.mdoc \
    98     /usr/share/man/man8/saslauthd.8 &amp;&amp;
    99 install -v -d -m755 /usr/share/doc/cyrus-sasl-&cyrus-sasl-version; &amp;&amp;
     104install -v -m644 saslauthd/saslauthd.8 /usr/share/man/man8 &amp;&amp;
     105install -v -m755 -d /usr/share/doc/cyrus-sasl-&cyrus-sasl-version; &amp;&amp;
    100106install -v -m644 doc/{*.{html,txt,fig},ONEWS,TODO} \
    101107    saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-&cyrus-sasl-version; &amp;&amp;
    102 install -v -d -m700 /var/lib/sasl</userinput></screen>
     108install -v -m700 -d /var/lib/sasl</userinput></screen>
    103109
    104110  </sect2>
     
    120126    with <application>OpenLDAP</application>.</para>
    121127
     128    <para><option>--enable-ldapdb</option>: This parameter enables the
     129    LDAPDB authentication backend. There is a circular dependency with this
     130    parameter which requires you to build the
     131    <application>Cyrus SASL</application> package, then the
     132    <application>OpenLDAP</application> package (with SASL support), then
     133    finally building the <application>Cyrus SASL</application> package again
     134    with this parameter.</para>
     135
    122136    <para><command>install -v -m644 ...</command>: These commands
    123137    install documentation which is not installed by the
    124138    <command>make install</command> command.</para>
    125139
    126     <para><command>install -v -d -m700 /var/lib/sasl</command>: This directory
     140    <para><command>install -v -m700 -d /var/lib/sasl</command>: This directory
    127141    must exist when starting <command>saslauthd</command>. If you're not going
    128142    to be running the daemon, you may omit the creation of this directory.</para>
     
    154168      See <ulink
    155169      url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/LDAP_SASLAUTHD"/>
    156       for configuring <command>saslauthd</command> with LDAP.</para>
     170      for configuring <command>saslauthd</command> with
     171      <application>OpenLDAP</application>.</para>
    157172
    158173    </sect3>
     
    193208      <seglistitem>
    194209        <seg>saslauthd, sasldblistusers2, and saslpasswd2</seg>
    195         <seg>libjavasasl.so, libsasl2.so, and SASL plugins/Java
    196         classes</seg>
    197         <seg>/usr/include/sasl, /usr/lib/java, /usr/lib/sasl2,
     210        <seg>libjavasasl.so, libsasl2.so, and numerous SASL plugins and
     211        Java classes</seg>
     212        <seg>/usr/include/sasl, /usr/lib/java/classes/sasl, /usr/lib/sasl2,
    198213        /usr/share/doc/cyrus-sasl-&cyrus-sasl-version;, and /var/lib/sasl</seg>
    199214      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.