Changeset 2f1d148


Ignore:
Timestamp:
06/04/2017 02:55:44 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
0a5b96e7
Parents:
eace268c
Message:

Remove unnecessary note for OpenSSL.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    reace268c r2f1d148  
    492492
    493493<!-- Chapter 23 -->
    494 <!ENTITY openldap-version             "2.4.44">
     494<!ENTITY openldap-version             "2.4.45">
    495495<!ENTITY soprano-version              "2.9.4">
    496496<!ENTITY unbound-version              "1.6.2">
  • postlfs/security/openssl.xml

    reace268c r2f1d148  
    9898
    9999    <para>
    100       To test the results, issue: <command>make test</command>. One test will
    101       fail if not run as the <systemitem class="username">root</systemitem>
    102       user (not recommended).
     100      To test the results, issue: <command>make test</command>.
    103101    </para>
    104102
  • server/other/openldap.xml

    reace268c r2f1d148  
    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        "693ac26de86231f8dcae2b4e9d768e51">
    10   <!ENTITY openldap-size          "5.4 MB">
    11   <!ENTITY openldap-buildsize     "53 MB (client), 102 MB (server)">
    12   <!ENTITY openldap-time          "0.7 SBU (client), 1.2 SBU (server)">
     9  <!ENTITY openldap-md5sum        "00ff8301277cdfd0af728a6927042a13">
     10  <!ENTITY openldap-size          "5.5 MB">
     11  <!ENTITY openldap-buildsize     "55 MB (client), 107 MB (server)">
     12  <!ENTITY openldap-time          "0.7 SBU (client), 1.3 SBU (server)">
    1313]>
    1414
     
    8686    <para role="recommended">
    8787      <xref linkend="cyrus-sasl"/> and
    88       <xref linkend="gnutls"/>
     88      <xref linkend="openssl"/>
    8989    </para>
    9090
     
    9292    <para role="optional">
    9393      <xref linkend="icu"/>,
    94       <xref linkend="openssl"/> (currently broken),
     94      <xref linkend="gnutls"/>,
    9595      <xref linkend="pth"/>,
    9696      <xref linkend="unixodbc"/>,
     
    169169    </para>
    170170
    171 <!-- restore - -with-tls=openssl after 2.4.45 is released -->
    172171<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
    173172autoconf &amp;&amp;
     
    179178            --disable-static      \
    180179            --disable-debug       \
    181             --with-tls=gnutls     \
     180            --with-tls=openssl    \
    182181            --with-cyrus-sasl     \
    183182            --enable-dynamic      \
Note: See TracChangeset for help on using the changeset viewer.