Changeset a273763


Ignore:
Timestamp:
09/02/2007 09:43:30 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
4d6d306
Parents:
9318e690
Message:

Updated to cyrus-sasl-2.1.22

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9318e690 ra273763  
    44-->
    55
    6 <!ENTITY day          "22">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "08">                   <!-- Always 2 digits -->
     6<!ENTITY day          "02">                   <!-- Always 2 digits -->
     7<!ENTITY month        "09">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "August &day;nd, &year;">
     10<!ENTITY releasedate  "September &day;nd, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    7373<!ENTITY heimdal-version              "0.7.2">
    7474<!ENTITY mitkrb-version               "1.6">
    75 <!ENTITY cyrus-sasl-version           "2.1.21">
     75<!ENTITY cyrus-sasl-version           "2.1.22">
    7676<!ENTITY stunnel-version              "4.20">
    7777<!ENTITY sudo-version                 "1.6.8p12">
  • introduction/welcome/changelog.xml

    r9318e690 ra273763  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>September 2, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Updated to Cyrus SASL-2.1.22.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • postlfs/security/cyrus-sasl.xml

    r9318e690 ra273763  
    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        "dde02db234dea892bee298390890502e">
    10   <!ENTITY cyrus-sasl-size          "1.6 MB">
    11   <!ENTITY cyrus-sasl-buildsize     "16 MB">
    12   <!ENTITY cyrus-sasl-time          "0.3 SBU">
     9  <!ENTITY cyrus-sasl-md5sum        "45dde9d19193ae9dd388eb68b2027bc9">
     10  <!ENTITY cyrus-sasl-size          "1.5 MB">
     11  <!ENTITY cyrus-sasl-buildsize     "14 MB">
     12  <!ENTITY cyrus-sasl-time          "0.2 SBU">
    1313]>
    1414
     
    5757      <listitem>
    5858        <para>Estimated build time: &cyrus-sasl-time;</para>
    59       </listitem>
    60     </itemizedlist>
    61 
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing="compact">
    64       <listitem>
    65         <para>Required patch: <ulink
    66         url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-openldap23-1.patch"/></para>
    67       </listitem>
    68       <listitem>
    69         <para>Required patch: <ulink
    70         url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-openssl98-1.patch"/></para>
    7159      </listitem>
    7260    </itemizedlist>
     
    10391
    10492<screen><userinput>patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-openldap23-1.patch &amp;&amp;
    105 patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-openssl98-1.patch &amp;&amp;
    106 sed -i '/sasl_global/s/^static //' lib/client.c &amp;&amp;
    107 sed -i 's/cat8/man8/' saslauthd/Makefile.in &amp;&amp;
    10893./configure --prefix=/usr --sysconfdir=/etc \
    10994            --with-dbpath=/var/lib/sasl/sasldb2 \
    110             --with-saslauthd=/var/run &amp;&amp;
     95            --with-saslauthd=/var/run/saslauthd &amp;&amp;
    11196make</userinput></screen>
    11297
     
    124109install -v -m644 doc/{*.{html,txt,fig},ONEWS,TODO} \
    125110    saslauthd/LDAP_SASLAUTHD /usr/share/doc/cyrus-sasl-&cyrus-sasl-version; &amp;&amp;
    126 install -v -m700 -d /var/lib/sasl</userinput></screen>
     111install -v -m700 -d /var/lib/sasl /var/run/saslauthd</userinput></screen>
    127112
    128113  </sect2>
     
    131116    <title>Command Explanations</title>
    132117
    133     <para><command>sed ... lib/client.c</command>: This command fixes an issue
    134     when compiling <application>Cyrus SASL</application> with
    135     <application>GCC-4</application>.</para>
    136 
    137     <para><command>sed 's/cat8/man8/' ...</command>: This command puts the
    138     <command>saslauthd</command> man page in a more standard location.</para>
    139 
    140118    <para><parameter>--with-dbpath=/var/lib/sasl/sasldb2</parameter>: This
    141     parameter forces the <command>saslauthd</command> database to be created
     119    parameter forces the <command>sasldb</command> database to be created
    142120    in <filename class='directory'>/var/lib/sasl</filename> instead of
    143121    <filename class='directory'>/etc</filename>.</para>
    144122
    145     <para><parameter>--with-saslauthd=/var/run</parameter>: This parameter
    146     forces <command>saslauthd</command> to use the FHS compliant
    147     directory <filename class='directory'>/var/run</filename> for variable
    148     run-time data.</para>
     123    <para><parameter>--with-saslauthd=/var/run/saslauthd</parameter>: This
     124    parameter forces <command>saslauthd</command> to use the FHS compliant
     125    directory <filename class='directory'>/var/run/saslauthd</filename> for
     126    variable run-time data.</para>
     127
     128    <para><parameter>--with-dblib=gdbm</parameter>: This parameter forces
     129    <application>GDBM</application> to be used instead of
     130    <application>Berkeley DB</application>.</para>
    149131
    150132    <para><option>--with-ldap</option>: This parameter enables use
     
    160142    <command>make install</command> command.</para>
    161143
    162     <para><command>install -v -m700 -d /var/lib/sasl</command>: This directory
    163     must exist when starting <command>saslauthd</command>. If you're not going
    164     to be running the daemon, you may omit the creation of this directory.</para>
     144    <para><command>install -v -m700 -d /var/lib/sasl /var/run/saslauthd</command>:
     145    These directories must exist when starting <command>saslauthd</command> or
     146    using the sasldb plugin. If you're not going to be running the daemon or
     147    using the plugins, you may omit the creation of this directory.</para>
    165148
    166149  </sect2>
     
    174157      <para><filename>/etc/saslauthd.conf</filename> (for
    175158      <command>saslauthd</command> LDAP configuration)
    176       and <filename>/usr/lib/sasl2/Appname.conf</filename> (where "Appname"
     159      and <filename>/etc/sasl2/Appname.conf</filename> (where "Appname"
    177160      is the application defined name of the application)</para>
    178161
Note: See TracChangeset for help on using the changeset viewer.