Changeset 365c6fb for server/other


Ignore:
Timestamp:
09/02/2020 08:20:34 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
19b559e
Parents:
d441f25d
Message:

Update to nspr-4.28
Update to nss-3.56
Update to curl-7.72.0
Update to NetworkManager-1.26.2
Update to openldap-2.4.52

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    rd441f25d r365c6fb  
    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        "0d2025896cf1c17af7304ecc57ec9531">
     9  <!ENTITY openldap-md5sum        "d5e6824c58a050a6e43f53c2aa0ca677">
    1010  <!ENTITY openldap-size          "5.6 MB">
    11   <!ENTITY openldap-buildsize     "54 MB (client), 103 MB (server)">
    12   <!ENTITY openldap-time          "0.5 SBU (client using parallelism=4), 1.0 SBU (server)">
     11  <!ENTITY openldap-buildsize     "54 MB (client), 104 MB (server)">
     12  <!ENTITY openldap-time          "0.5 SBU (client), 1.0 SBU (server)">
    1313]>
    1414
     
    7676        <para>
    7777          Required patch:
    78           <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-2.patch"/>
     78          <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-1.patch"/>
    7979        </para>
    8080      </listitem>
     
    116116      </para>
    117117
    118 <screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
     118<screen role="nodump"><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
    119119autoconf &amp;&amp;
    120120
     
    137137    </note>
    138138
    139     <warning>
    140       <para>
    141         If upgrading from a previous installation that used Berkeley DB as
    142         the backend, you will need to dump the database(s) using the
    143         <command>slapcat</command> utility, relocate all files in
    144         <filename class="directory">/var/lib/openldap</filename>, change all
    145         instances of <option>bdb</option> to <option>mdb</option> in
    146         <filename>/etc/openldap/slapd.conf</filename> and any files in
    147         <filename class="directory">/etc/openldap/slapd.d</filename>, and import
    148         using the <command>slapadd</command> utility after the installation is
    149         completed.
    150       </para>
    151     </warning>
    152 
    153139    <para>
    154140      There should be a dedicated user and group to take control
     
    168154    </para>
    169155
    170 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
     156<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
    171157autoconf &amp;&amp;
    172158
Note: See TracChangeset for help on using the changeset viewer.