Ignore:
Timestamp:
03/05/2012 07:50:17 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
27045b7
Parents:
55681b7
Message:

Update to cyrus-sasl-2.1.25

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

File:
1 edited

Legend:

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

    r55681b7 rfae66a0  
    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        "2eb0e48106f0e9cd8001e654f267ecbc">
    10   <!ENTITY cyrus-sasl-size          "1.6 MB">
    11   <!ENTITY cyrus-sasl-buildsize     "17 MB">
    12   <!ENTITY cyrus-sasl-time          "0.3 SBU">
     9  <!ENTITY cyrus-sasl-md5sum        "341cffe829a4d71f2a6503d669d5a946">
     10  <!ENTITY cyrus-sasl-size          "5.0 MB">
     11  <!ENTITY cyrus-sasl-buildsize     "20 MB">
     12  <!ENTITY cyrus-sasl-time          "0.5 SBU">
    1313]>
    1414
     
    3838    and the connection.</para>
    3939
     40    &lfs70_checked;
     41
    4042    <bridgehead renderas="sect3">Package Information</bridgehead>
    4143    <itemizedlist spacing="compact">
     
    6062    </itemizedlist>
    6163
     64    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     65    <itemizedlist spacing="compact">
     66      <listitem>
     67        <para>Required patch: <ulink
     68        url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-bdb5-1.patch"/></para>
     69      </listitem>
     70    </itemizedlist>
     71
    6272    <bridgehead renderas="sect3">Cyrus SASL Dependencies</bridgehead>
    6373
    6474    <bridgehead renderas="sect4">Required</bridgehead>
    6575    <para role="required"><xref linkend="openssl"/></para>
     76
     77    <bridgehead renderas="sect4">Recommended</bridgehead>
     78    <para role="recommended"><xref linkend="db"/></para>
    6679
    6780    <bridgehead renderas="sect4">Optional</bridgehead>
    6881    <para role="optional"><xref linkend="linux-pam"/>,
    6982    <xref linkend="openldap"/>,
    70     <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
     83    <xref linkend="mitkrb"/>,
    7184    <xref linkend="icedtea6"/> or <xref linkend="jdk"/>,
    7285    <xref linkend="mysql"/>,
    7386    <xref linkend="postgresql"/>,
    74     <xref linkend="db"/>,
    7587    <xref linkend="sqlite"/>,
    76     <!-- <xref linkend="gdbm"/>,
    77     <xref linkend="courier"/>,  -->
    7888    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>, and
    7989    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
     
    90100    running the following commands:</para>
    91101
    92 <screen><userinput>sed -i.bak 's/#elif WITH_DES/#elif defined(WITH_DES)/' \
    93     plugins/digestmd5.c &amp;&amp;
    94 sed -i 's#DB_VERSION_MAJOR == 4.*#(&amp;) || DB_VERSION_MAJOR == 5#' \
    95     {sasldb/db_berkeley.c,utils/dbconverter-2.c} &amp;&amp;
     102<screen><userinput>patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-bdb5-1.patch &amp;&amp;
    96103./configure --prefix=/usr \
    97104            --sysconfdir=/etc \
     
    113120install -v -m644 doc/{*.{html,txt,fig},ONEWS,TODO} \
    114121    saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-&cyrus-sasl-version; &amp;&amp;
    115 install -v -m700 -d /var/lib/sasl &amp;&amp;
    116 install -v -m711 -d /var/run/saslauthd</userinput></screen>
     122install -v -m700 -d /var/lib/sasl</userinput></screen>
    117123
    118124  </sect2>
     
    120126  <sect2 role="commands">
    121127    <title>Command Explanations</title>
    122 
    123     <para><command>sed -i.bak ... plugins/digestmd5.c</command>: This fixes
    124     a build problem caused by using newer compilers.</para>
    125 
    126     <para><command>sed -i 's#DB_VERSION_MAJOR ...</command>: This fixes
    127     compiling against version 5 of <xref linkend="db"/>.</para>
    128128
    129129    <para><parameter>--with-dbpath=/var/lib/sasl/sasldb2</parameter>: This
     
    149149    this problem.</para>
    150150
     151    <para><option>--enable-java</option>: This option enables compiling of
     152    <application>Java</application> support libraries</para>
     153
     154    <para><option>--enable-login</option>: This option enables unsupported
     155    LOGIN authentication</para>
     156
     157    <para><option>--enable-ntlm</option>: This option enables unsupported
     158    NTLM authentication</para>
     159
    151160    <para><command>install -v -m644 ...</command>: These commands
    152161    install documentation which is not installed by the
    153162    <command>make install</command> command.</para>
    154163
    155     <para><command>install -v -m700 -d /var/lib/sasl ...
    156     -m711 /var/run/saslauthd</command>:
    157     These directories must exist when starting <command>saslauthd</command> or
     164    <para><command>install -v -m700 -d /var/lib/sasl</command>:
     165    This directoriy must exist when starting <command>saslauthd</command> or
    158166    using the sasldb plugin. If you're not going to be running the daemon or
    159167    using the plugins, you may omit the creation of this directory.</para>
     
    184192      url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/sysadmin.html"/>
    185193      for information on what to include in the application configuration files.
     194      </para><para>
    186195      See <ulink
    187196      url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/LDAP_SASLAUTHD"/>
    188197      for configuring <command>saslauthd</command> with
    189       <application>OpenLDAP</application>.</para>
     198      <application>OpenLDAP</application>.</para><para>
     199      See <ulink
     200      url="file:///usr/share/doc/cyrus-sasl-&cyrus-sasl-version;/gssapi.html"/>
     201      for configuring <command>saslauthd</command> with
     202      <application>Kerberos</application>.
     203      </para>
    190204
    191205    </sect3>
     
    206220
    207221      <note>
    208         <para>You'll need to modify the init script and replace the
    209         <option><replaceable>&lt;authmech&gt;</replaceable></option> parameter
    210         to the <option>-a</option> switch with your desired authentication
    211         mechanism.</para>
     222        <para>You'll need to modify /etc/sysconfig/cyrus-sasl and replace the
     223        <option><replaceable>AUTHMECH</replaceable></option> parameter
     224        with your desired authentication mechanism.</para>
    212225      </note>
    213226
     
    225238
    226239      <seglistitem>
    227         <seg>saslauthd, sasldblistusers2, and saslpasswd2</seg>
    228         <seg>libjavasasl.so, libsasl2.so, and numerous SASL plugins and
    229         Java classes</seg>
    230         <seg>/usr/include/sasl, /usr/lib/java/classes/sasl, /usr/lib/sasl2,
     240        <seg>pluginviewer, saslauthd, sasldblistusers2, saslpasswd2 and testsaslauthd</seg>
     241        <seg>libsasl2.so, and numerous SASL plugins</seg>
     242        <seg>/usr/include/sasl, /usr/lib/sasl2,
    231243        /usr/share/doc/cyrus-sasl-&cyrus-sasl-version;, and /var/lib/sasl</seg>
    232244      </seglistitem>
     
    237249      <?dbfo list-presentation="list"?>
    238250      <?dbhtml list-presentation="table"?>
     251
     252      <varlistentry id="pluginviewer">
     253        <term><command>pluginviewer</command></term>
     254        <listitem>
     255          <para>is used to list loadable SASL plugins and their properties.</para>
     256          <indexterm zone="cyrus-sasl pluginviewer">
     257            <primary sortas="b-pluginviewer">pluginviewer</primary>
     258          </indexterm>
     259        </listitem>
     260      </varlistentry>
    239261
    240262      <varlistentry id="saslauthd">
     
    271293      </varlistentry>
    272294
     295      <varlistentry id="testsaslauthd">
     296        <term><command>testsaslauthd</command></term>
     297        <listitem>
     298          <para>is a test utility for the SASL authentication server.</para>
     299          <indexterm zone="cyrus-sasl testsaslauthd">
     300            <primary sortas="b-testsaslauthd">testsaslauthd</primary>
     301          </indexterm>
     302        </listitem>
     303      </varlistentry>
     304
    273305      <varlistentry id="libsasl2">
    274306        <term><filename class='libraryfile'>libsasl2.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.