Changeset 1ef8da9
- Timestamp:
- 08/14/2012 04:32:09 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 98dd5b8
- Parents:
- d9d26317
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd9d26317 r1ef8da9 658 658 659 659 <!-- Chapter 23 --> 660 <!-- dhcp (chapter 13) --> 661 <!-- removed <!ENTITY leafnode-version "1.11.5"> --> 662 <!ENTITY openldap-version "2.4.31"> 660 <!ENTITY openldap-version "2.4.32"> 663 661 <!ENTITY virtuoso-version "6.1.5"> 664 662 <!ENTITY soprano-version "2.8.0"> 665 <!-- rsync (chapter 14) --> 666 <!-- cvs (chapter 12) --> 663 664 <!-- removed 665 <!ENTITY leafnode-version "1.11.5"> 666 --> 667 667 668 668 <!-- Part VI --> -
introduction/welcome/changelog.xml
rd9d26317 r1ef8da9 80 80 </listitem> 81 81 <listitem> 82 <para>[krejzi] - OpenLDAP 2.4.32.</para> 83 </listitem> 84 <listitem> 82 85 <para>[krejzi] - XScreenSaver 5.19.</para> 83 86 </listitem> -
server/other/openldap.xml
rd9d26317 r1ef8da9 7 7 <!ENTITY openldap-download-http " "> 8 8 <!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"> 10 10 <!ENTITY openldap-size "5.2 MB"> 11 <!ENTITY openldap-buildsize "1 52MB">12 <!ENTITY openldap-time " 2.0SBU 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)"> 13 13 ]> 14 14 … … 78 78 <ulink url="&patch-root;/openldap-&openldap-version;-blfs-paths-1.patch"/> 79 79 </para> 80 </listitem> 81 <listitem> 80 82 <para> 81 83 Required patch: 82 84 <ulink url="&patch-root;/openldap-&openldap-version;-symbol-versions-1.patch"/> 83 85 </para> 86 </listitem> 87 <listitem> 84 88 <para> 85 89 Optional patch: … … 120 124 <title>Installation of OpenLDAP</title> 121 125 122 < note>126 <important> 123 127 <para> 124 128 Without the following patch, the <application>Evolution</application> … … 130 134 131 135 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-ntlm-1.patch</userinput></screen> 132 </ note>136 </important> 133 137 134 138 <note> … … 186 190 <screen role="root"><userinput>make install && 187 191 188 install -v -m755 -d /usr/share/doc/openldap-&openldap-version;/{drafts,guide,rfc} && 189 install -v -m644 doc/drafts/* \ 190 /usr/share/doc/openldap-&openldap-version;/drafts && 191 install -v -m644 doc/rfc/* \ 192 /usr/share/doc/openldap-&openldap-version;/rfc && 193 cp -v -R doc/guide/* \ 194 /usr/share/doc/openldap-&openldap-version;/guide</userinput></screen> 192 install -v -dm 755 /usr/share/doc/openldap-&openldap-version; && 193 cp -vfr doc/drafts /usr/share/doc/openldap-&openldap-version; && 194 cp -vfr doc/rfc /usr/share/doc/openldap-&openldap-version; && 195 cp -vfr doc/guide /usr/share/doc/openldap-&openldap-version;</userinput></screen> 195 196 196 197 </sect2> … … 719 720 <listitem> 720 721 <para> 721 is a set of lightweight Basic Encoding Rules routines. These722 is a set of Lightweight Basic Encoding Rules routines. These 722 723 routines are used by the LDAP library routines to encode and decode 723 724 LDAP protocol elements using the (slightly simplified) Basic
Note:
See TracChangeset
for help on using the changeset viewer.