Author: dnicholson
Date: 2006-03-08 19:18:58 -0700 (Wed, 08 Mar 2006)
New Revision: 5710
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/openssl.xml
Log:
Updated to OpenSSL-0.9.8a
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-03-07 12:27:17 UTC (rev 5709)
+++ trunk/BOOK/general.ent 2006-03-09 02:18:58 UTC (rev 5710)
@@ -1,4 +1,4 @@
-<!ENTITY day "07"> <!-- Always 2 digits -->
+<!ENTITY day "08"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
@@ -37,7 +37,7 @@
<!-- Ensure you check the library version number and update the
Heimdal instructions (postlfs/security/heimdal.xml) if necessary -->
-<!ENTITY openssl-version "0.9.7i">
+<!ENTITY openssl-version "0.9.8a">
<!-- End special note about Heimdal -->
<!ENTITY cracklib-version "2.8.6">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-03-07 12:27:17 UTC
(rev 5709)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-03-09 02:18:58 UTC
(rev 5710)
@@ -40,7 +40,18 @@
</listitem>
-->
+
<listitem>
+ <para>March 8th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Updated to OpenSSL-0.9.8a. Added commands
+ to install documentation.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>March 7th, 2006</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml 2006-03-07 12:27:17 UTC (rev
5709)
+++ trunk/BOOK/postlfs/security/openssl.xml 2006-03-09 02:18:58 UTC (rev
5710)
@@ -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 "f69d82b206ff8bff9d0e721f97380b9e">
+ <!ENTITY openssl-md5sum "1d16c727c10185e4d694f87f5e424ee1">
<!ENTITY openssl-size "3.2 MB">
- <!ENTITY openssl-buildsize "37.7 MB">
- <!ENTITY openssl-time "0.9 SBU">
+ <!ENTITY openssl-buildsize "42.0 MB">
+ <!ENTITY openssl-time "1.1 SBU">
]>
<sect1 id="openssl" xreflabel="OpenSSL-&openssl-version;">
@@ -95,7 +95,10 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make MANDIR=/usr/share/man install &&
-cp -v -r certs /etc/ssl</userinput></screen>
+cp -v -r certs /etc/ssl &&
+install -v -d -m755 /usr/share/doc/openssl-&openssl-version; &&
+cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
+ /usr/share/doc/openssl-&openssl-version;</userinput></screen>
</sect2>
@@ -156,9 +159,9 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>c_rehash, openssl, and openssl_fips_fingerprint</seg>
+ <seg>c_rehash and openssl</seg>
<seg>libcrypto.[so,a] and libssl.[so,a]</seg>
- <seg>/etc/ssl and /usr/include/ssl</seg>
+ <seg>/etc/ssl, /usr/include/ssl and /usr/lib/engines</seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page