Author: andy
Date: 2012-04-21 06:39:08 -0600 (Sat, 21 Apr 2012)
New Revision: 9964
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/openssl.xml
Log:
openssl-1.0.1a
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-04-21 12:11:32 UTC (rev 9963)
+++ trunk/BOOK/general.ent 2012-04-21 12:39:08 UTC (rev 9964)
@@ -127,7 +127,7 @@
<!ENTITY nettle-version "2.4">
<!ENTITY nss-version "3.13.3">
<!ENTITY openssh-version "5.9p1">
-<!ENTITY openssl-version "1.0.1">
+<!ENTITY openssl-version "1.0.1a">
<!-- version no longer used, we take whatever mozilla is offering
<!ENTITY ca-bundle-version "3.12.11.0"> -->
<!ENTITY gnutls-version "3.0.17">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-04-21 12:11:32 UTC
(rev 9963)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-04-21 12:39:08 UTC
(rev 9964)
@@ -68,6 +68,9 @@
<listitem>
<para>[abenton] - Updated Aspell to 0.60.6.1</para>
</listitem>
+ <listitem>
+ <para>[abenton] - Updated OpenSSL to 1.0.1a</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml 2012-04-21 12:11:32 UTC (rev
9963)
+++ trunk/BOOK/postlfs/security/openssl.xml 2012-04-21 12:39:08 UTC (rev
9964)
@@ -5,10 +5,10 @@
%general-entities;
<!ENTITY openssl-download-http
- "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
+ "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 "134f168bc2a8333f19f81d684841710b">
+ "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
+ <!ENTITY openssl-md5sum "a0104320c0997cd33e18b8ea798609d1">
<!ENTITY openssl-size "4.25 MB">
<!ENTITY openssl-buildsize "54 MB">
<!ENTITY openssl-time "1.1 SBU">
@@ -97,20 +97,17 @@
<para condition="html" role="usernotes">
User Notes: <ulink url='&blfs-wiki;/OpenSSL'/>
</para>
-
</sect2>
<sect2 role="installation">
<title>Installation of OpenSSL</title>
<para>
- Install <application>OpenSSL</application> by running the following
- commands:
+ Install <application>OpenSSL</application> with the following commands:
</para>
<screen><userinput>patch -Np1 -i
../openssl-&openssl-version;-fix_manpages-1.patch &&
-./config --prefix=/usr zlib-dynamic \
- --openssldir=/etc/ssl shared &&
+./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared &&
make</userinput></screen>
<para>
@@ -129,8 +126,8 @@
<screen role="root"><userinput>make MANDIR=/usr/share/man install
&&
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>
</sect2>
<sect2 role="commands">
@@ -169,24 +166,24 @@
<title>Config Files</title>
<para>
- <filename>/etc/ssl/openssl.cnf</filename>
+ <filename>/etc/ssl/openssl.cnf</filename>
</para>
<indexterm zone="openssl openssl-config">
<primary sortas="e-etc-ssl-openssl.cnf">/etc/ssl/openssl.cnf</primary>
</indexterm>
-
</sect3>
+
<sect3>
<title>Configuration Information</title>
<para>
Most users will want to install Certificate Authority Certificates
- for validataion of downloaded certificates. For example, these
- certificates are used by <xref linkend='git'/>, <xref linkend='curl'/>
- or <xref linkend='wget'/> when accessing secure (https protocol) sites.
- To do this, follow the instructions from the <xref linkend='cacerts'/>
- page.
+ for validataion of downloaded certificates. For example, these
+ certificates can be used by <xref linkend='git'/>,
+ <xref linkend='curl'/> or <xref linkend='wget'/> when accessing secure
+ (https protocol) sites. To do this, follow the instructions from the
+ <xref linkend='cacerts'/> page.
</para>
<para>
@@ -210,16 +207,18 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>c_rehash and openssl</seg>
+ <seg>c_rehash and openssl.</seg>
<seg>
libcrypto.{so,a}, libssl.{so,a}, and additional encryption
libraries in /usr/lib/engines/ (lib4758cca.so, libaep.so,
libatalla.so, libcapi.so, libchil.so, libcswift.so, libgmp.so,
libgost.so, libnuron.so, libpadlock.so, libsureware.so, and
- libubsec.so)
+ libubsec.so).
</seg>
- <seg>/etc/ssl, /usr/include/openssl, /usr/lib/engines
- and /usr/share/doc/openssl-&openssl-version;</seg>
+ <seg>
+ /etc/ssl, /usr/include/openssl, /usr/lib/engines and
+ /usr/share/doc/openssl-&openssl-version;.
+ </seg>
</seglistitem>
</segmentedlist>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page