Author: randy
Date: 2010-03-30 10:28:38 -0600 (Tue, 30 Mar 2010)
New Revision: 8366
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/openssl.xml
Log:
Updated to OpenSSL-0.9.8n
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-03-30 15:57:16 UTC (rev 8365)
+++ trunk/BOOK/general.ent 2010-03-30 16:28:38 UTC (rev 8366)
@@ -73,7 +73,7 @@
<!-- Chapter 4 -->
-<!ENTITY openssl-version "0.9.8l">
+<!ENTITY openssl-version "0.9.8n">
<!-- The ca-bundle-version should be updated to match nss version -->
<!ENTITY ca-bundle-version "3.12.5">
<!ENTITY gnutls-version "2.8.6">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-30 15:57:16 UTC
(rev 8365)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-30 16:28:38 UTC
(rev 8366)
@@ -45,6 +45,9 @@
<para>March 30th, 2010</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to OpenSSL-0.9.8n.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to SQLite-3.6.23.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml 2010-03-30 15:57:16 UTC (rev
8365)
+++ trunk/BOOK/postlfs/security/openssl.xml 2010-03-30 16:28:38 UTC (rev
8366)
@@ -6,13 +6,13 @@
<!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 "05a0ece1372392a2cf310ebb96333025">
- <!ENTITY openssl-size "4.1 MB">
+ <!ENTITY openssl-md5sum "076d8efc3ed93646bd01f04e23c07066">
+ <!ENTITY openssl-size "3.7 MB">
<!ENTITY ca-bundle-download
"http://anduin.linuxfromscratch.org/files/BLFS/BLFS-ca-bundle-&ca-bundle-version;.tar.bz2">
<!ENTITY ca-bundle-size "224 KB">
<!ENTITY ca-bundle-md5sum "84287d75a4137d00020b1b89a472f5e7">
<!ENTITY openssl-buildsize "47 MB">
- <!ENTITY openssl-time "1.1 SBU (additional 0.3 SBU to run the test
suite)">
+ <!ENTITY openssl-time "1.2 SBU (additional 0.3 SBU to run the test
suite)">
]>
<sect1 id="openssl" xreflabel="OpenSSL-&openssl-version;">
@@ -122,8 +122,8 @@
<screen role="root"><userinput>make MANDIR=/usr/share/man install
&&
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>
+cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
+
/usr/share/doc/openssl-&openssl-version;</userinput></screen>
<para>While still the <systemitem class="username">root</systemitem> user,
create a single file that contains all of the installed
certificates:</para>
@@ -181,7 +181,7 @@
commands creates a single-file certificate bundle
(<filename>/etc/ssl/ca-bundle.crt</filename>) that is usable by many
other software packages. <filename>ca-bundle.crt</filename> should be
- recreated anytime that a certificate is added to
+ recreated every time a new or updated certificate is added to
<filename class="directory">/etc/ssl/certs</filename>.</para>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page