Changeset 1a87b97e for postlfs


Ignore:
Timestamp:
03/05/2010 11:15:13 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
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:
254a24c
Parents:
f1d3e56
Message:

Updated to Cyrus-SASL-2.1.23

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

File:
1 edited

Legend:

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

    rf1d3e56 r1a87b97e  
    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        "45dde9d19193ae9dd388eb68b2027bc9">
    10   <!ENTITY cyrus-sasl-size          "1.5 MB">
    11   <!ENTITY cyrus-sasl-buildsize     "14 MB">
    12   <!ENTITY cyrus-sasl-time          "0.2 SBU">
     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">
    1313]>
    1414
     
    9090    running the following commands:</para>
    9191
    92 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     92<screen><userinput>sed -i.bak 's/#elif WITH_DES/#elif defined(WITH_DES)/' \
     93    plugins/digestmd5.c &amp;&amp;
     94./configure --prefix=/usr \
     95            --sysconfdir=/etc \
    9396            --with-dbpath=/var/lib/sasl/sasldb2 \
    9497            --with-saslauthd=/var/run/saslauthd &amp;&amp;
     
    114117  <sect2 role="commands">
    115118    <title>Command Explanations</title>
     119
     120    <para><command>sed -i.bak ... plugins/digestmd5.c</command>: This fixes
     121    a build problem caused by using newer compilers.</para>
    116122
    117123    <para><parameter>--with-dbpath=/var/lib/sasl/sasldb2</parameter>: This
Note: See TracChangeset for help on using the changeset viewer.