Ignore:
Timestamp:
10/31/2004 07:39:40 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
c2e6624b
Parents:
faa80ab
Message:

Updated to OpenSSL-0.9.7e.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openssl.xml

    rfaa80ab re4cac96f  
    88<!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    99<!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    10 <!ENTITY openssl-size "2.7 MB">
    11 <!ENTITY openssl-buildsize "25 MB">
     10<!ENTITY openssl-size "3.0 MB">
     11<!ENTITY openssl-buildsize "35 MB">
    1212<!ENTITY openssl-time "1.16 SBU">
    1313
    1414]>
    15 
    1615
    1716<sect1 id="openssl" xreflabel="OpenSSL-&openssl-version;">
     
    3231providing cryptography functions to other packages, notably
    3332<application>OpenSSH</application>, email applications and web browsers (for
    34 accessing secure https sites).</para>
     33accessing <acronym>HTTPS</acronym> sites).</para>
    3534                                                                               
    3635<sect3><title>Package information</title>
     
    6362rm doc/apps/passwd.pod &amp;&amp;
    6463mv doc/crypto/{,openssl_}threads.pod &amp;&amp;
    65 sed -i -e 's/-m486/-march=i486/' Configure &amp;&amp;
    6664./config --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;
    6765make MANDIR=/usr/share/man &amp;&amp;
    6866make MANDIR=/usr/share/man install &amp;&amp;
    69 cp -r certs /etc/ssl &amp;&amp;
    70 rmdir /etc/ssl/lib</command></userinput></screen>
     67cp -r certs /etc/ssl</command></userinput></screen>
    7168                                                                               
    7269</sect2>
     
    8885overwriting an existing man page from <application>Perl</application>.</para>
    8986                                                                               
    90 <para><command>sed -i -e 's/-m486/-march=i486/' Configure</command>:
    91 <application>GCC</application> issues a warning on every
    92 compilation because the <command>Configure</command>
    93 command uses deprecated <parameter>-m486</parameter> instead of
    94 <parameter>-march=i486</parameter>.</para>
    95 
    9687<para><screen><command>make MANDIR=/usr/share/man
    9788make MANDIR=/usr/share/man install</command></screen> These
     
    10293<para><command>cp -r certs /etc/ssl</command>: The certificates must be copied
    10394manually since the install script skips this step.</para>
    104                                                                                
    105 <para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command.
    106 For some reason, the <application>Open<acronym>SSL</acronym></application>
    107 install routine creates the <filename class='directory'>/etc/ssl/lib</filename>
    108 directory even though the libraries have been installed in
    109 <filename class='directory'>/usr/lib</filename>.  This directory is removed to
    110 keep things nice and tidy!</para>
    11195                                                                               
    11296</sect2>
     
    191175
    192176</sect1>
    193 
Note: See TracChangeset for help on using the changeset viewer.