mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to openssl-0.9.8b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5995 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
aa13abce60
commit
eea504fbad
@ -48,7 +48,7 @@
|
||||
|
||||
<!-- Ensure you check the library version number and update the
|
||||
Heimdal instructions (postlfs/security/heimdal.xml) if necessary -->
|
||||
<!ENTITY openssl-version "0.9.8a">
|
||||
<!ENTITY openssl-version "0.9.8b">
|
||||
<!-- End special note about Heimdal -->
|
||||
|
||||
<!ENTITY cracklib-version "2.8.9">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>May 4th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to openssl-0.9.8b.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Simplified mysql compilation flags.
|
||||
Thanks to Archaic.</para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
|
||||
<!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
|
||||
<!ENTITY openssl-md5sum "1d16c727c10185e4d694f87f5e424ee1">
|
||||
<!ENTITY openssl-md5sum "12cedbeb6813a0d7919dbf1f82134b86">
|
||||
<!ENTITY openssl-size "3.1 MB">
|
||||
<!ENTITY openssl-buildsize "40.0 MB">
|
||||
<!ENTITY openssl-time "1.0 SBU (additional 0.4 SBU to run the test suite)">
|
||||
<!ENTITY openssl-buildsize "37.8 MB">
|
||||
<!ENTITY openssl-time "1.1 SBU (additional 0.4 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="openssl" xreflabel="OpenSSL-&openssl-version;">
|
||||
@ -83,6 +83,11 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of OpenSSL</title>
|
||||
|
||||
<para>To avoid a lot of silly warnings during compilation, run:</para>
|
||||
|
||||
<screen><userinput>sed -i -e 's/mcpu/march/' config</userinput></screen>
|
||||
|
||||
|
||||
<para>Install <application>OpenSSL</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user