Changeset 1ef8da9 for server/other


Ignore:
Timestamp:
08/14/2012 04:32:09 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
98dd5b8
Parents:
d9d26317
Message:

OpenLDAP 2.4.32.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    rd9d26317 r1ef8da9  
    77  <!ENTITY openldap-download-http " ">
    88  <!ENTITY openldap-download-ftp  "ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-&openldap-version;.tgz">
    9   <!ENTITY openldap-md5sum        "804c6cb5698db30b75ad0ff1c25baefd">
     9  <!ENTITY openldap-md5sum        "6a3e85cf61860ca5e8a1eba6753dd9d0">
    1010  <!ENTITY openldap-size          "5.2 MB">
    11   <!ENTITY openldap-buildsize     "152 MB">
    12   <!ENTITY openldap-time          "2.0 SBU and approximately 35 minutes to run the tests (processor independent)">
     11  <!ENTITY openldap-buildsize     "100 MB">
     12  <!ENTITY openldap-time          "3.8 SBU and approximately 35 minutes to run the tests (processor independent)">
    1313]>
    1414
     
    7878          <ulink url="&patch-root;/openldap-&openldap-version;-blfs-paths-1.patch"/>
    7979        </para>
     80      </listitem>
     81      <listitem>
    8082        <para>
    8183          Required patch:
    8284          <ulink url="&patch-root;/openldap-&openldap-version;-symbol-versions-1.patch"/>
    8385        </para>
     86      </listitem>
     87      <listitem>
    8488        <para>
    8589          Optional patch:
     
    120124    <title>Installation of OpenLDAP</title>
    121125
    122     <note>
     126    <important>
    123127      <para>
    124128        Without the following patch, the <application>Evolution</application>
     
    130134
    131135<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-ntlm-1.patch</userinput></screen>
    132     </note>
     136    </important>
    133137
    134138    <note>
     
    186190<screen role="root"><userinput>make install &amp;&amp;
    187191
    188 install -v -m755 -d /usr/share/doc/openldap-&openldap-version;/{drafts,guide,rfc} &amp;&amp;
    189 install -v -m644    doc/drafts/* \
    190                     /usr/share/doc/openldap-&openldap-version;/drafts &amp;&amp;
    191 install -v -m644    doc/rfc/* \
    192                     /usr/share/doc/openldap-&openldap-version;/rfc &amp;&amp;
    193 cp -v -R            doc/guide/* \
    194                     /usr/share/doc/openldap-&openldap-version;/guide</userinput></screen>
     192install -v -dm 755 /usr/share/doc/openldap-&openldap-version; &amp;&amp;
     193cp -vfr doc/drafts /usr/share/doc/openldap-&openldap-version; &amp;&amp;
     194cp -vfr doc/rfc    /usr/share/doc/openldap-&openldap-version; &amp;&amp;
     195cp -vfr doc/guide  /usr/share/doc/openldap-&openldap-version;</userinput></screen>
    195196
    196197  </sect2>
     
    719720        <listitem>
    720721          <para>
    721             is a set of lightweight Basic Encoding Rules routines. These
     722            is a set of Lightweight Basic Encoding Rules routines. These
    722723            routines are used by the LDAP library routines to encode and decode
    723724            LDAP protocol elements using the (slightly simplified) Basic
Note: See TracChangeset for help on using the changeset viewer.