Ignore:
Timestamp:
03/01/2013 12:31:35 PM (11 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:
fdd7a91
Parents:
e520239f
Message:

GnuTLS 3.1.9.1, NSS 3.14.3, NSPR 4.9.5, P11-Kit 0.15.2, OpenSSL 1.0.1e.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/openssl.xml

    re520239f r4c39aff  
    66
    77  <!ENTITY openssl-download-http
    8     "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
     8           "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    99  <!ENTITY openssl-download-ftp
    10     "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    11   <!ENTITY openssl-md5sum        "ae412727c8c15b67880aef7bd2999b2e">
     10           "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
     11  <!ENTITY openssl-md5sum        "66bf6f10f060d561929de96f9dfe5b8c">
    1212  <!ENTITY openssl-size          "4.3 MB">
    13   <!ENTITY openssl-buildsize     "43 MB">
     13  <!ENTITY openssl-buildsize     "55 MB">
    1414  <!ENTITY openssl-time          "1.5 SBU">
    1515]>
     
    7777
    7878    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    79     <itemizedlist spacing='compact'>
     79    <itemizedlist spacing="compact">
    8080      <listitem>
    8181        <para>
     
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
    92       <xref linkend="mitkrb"/> and
    9392      <xref linkend="bc"/> (required for full coverage by the test suite during
    94       the build)
     93      the build) and
     94      <xref linkend="mitkrb"/>
    9595    </para>
    9696
     
    108108
    109109<screen><userinput>patch -Np1 -i ../openssl-&openssl-version;-fix_manpages-1.patch &amp;&amp;
    110 ./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared &amp;&amp;
     110./config --prefix=/usr --openssldir=/etc/ssl shared zlib-dynamic &amp;&amp;
    111111make</userinput></screen>
    112112
     
    125125    </para>
    126126
    127 <screen role="root"><userinput>make MANDIR=/usr/share/man install                &amp;&amp;
    128 install -v -d -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
    129 cp -v -r doc/*      /usr/share/doc/openssl-&openssl-version;</userinput></screen>
     127<screen role="root"><userinput>make MANDIR=/usr/share/man install              &amp;&amp;
     128install -dv -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
     129cp -vfr doc/*     /usr/share/doc/openssl-&openssl-version;</userinput></screen>
     130
    130131  </sect2>
    131132
     
    157158      <filename class='directory'>/etc/ssl/man</filename>.
    158159    </para>
     160
    159161  </sect2>
    160162
     
    172174        <primary sortas="e-etc-ssl-openssl.cnf">/etc/ssl/openssl.cnf</primary>
    173175      </indexterm>
     176
    174177    </sect3>
    175178
     
    195198        how to do it.
    196199      </para>
     200
    197201    </sect3>
     202
    198203  </sect2>
    199204
     
    207212
    208213      <seglistitem>
    209         <seg>c_rehash and openssl.</seg>
    210214        <seg>
    211           libcrypto.{so,a}, libssl.{so,a}, and additional encryption
    212           libraries in /usr/lib/engines/ (lib4758cca.so, libaep.so,
    213           libatalla.so, libcapi.so, libchil.so, libcswift.so, libgmp.so,
    214           libgost.so, libnuron.so, libpadlock.so, libsureware.so, and
    215           libubsec.so).
     215          c_rehash and openssl
    216216        </seg>
    217217        <seg>
    218           /etc/ssl, /usr/include/openssl, /usr/lib/engines and
    219           /usr/share/doc/openssl-&openssl-version;.
     218          libcrypto.{so,a} and libssl.{so,a}
     219        </seg>
     220        <seg>
     221          /etc/ssl,
     222          /usr/include/openssl,
     223          /usr/lib/engines and
     224          /usr/share/doc/openssl-&openssl-version;
    220225        </seg>
    221226      </seglistitem>
     
    256261
    257262      <varlistentry id="libcrypto">
    258         <term><filename class='libraryfile'>libcrypto.{so,a}</filename></term>
     263        <term><filename class="libraryfile">libcrypto.{so,a}</filename></term>
    259264        <listitem>
    260265          <para>
     
    274279
    275280      <varlistentry id="libssl">
    276         <term><filename class='libraryfile'>libssl.{so,a}</filename></term>
     281        <term><filename class="libraryfile">libssl.{so,a}</filename></term>
    277282        <listitem>
    278283          <para>
     
    286291        </listitem>
    287292      </varlistentry>
     293
    288294    </variablelist>
    289   </sect2>
     295
     296  </sect2>
     297
    290298</sect1>
Note: See TracChangeset for help on using the changeset viewer.