Author: dnicholson
Date: 2006-04-27 16:06:15 -0600 (Thu, 27 Apr 2006)
New Revision: 5957
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/cyrus-sasl.xml
trunk/BOOK/postlfs/security/heimdal.xml
trunk/BOOK/postlfs/security/openssl.xml
Log:
Updated to openssl-0.9.8a. Added patch for cyrus-sasl-2.1.21 with
openssl-0.9.8+
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-04-27 20:22:45 UTC (rev 5956)
+++ trunk/BOOK/general.ent 2006-04-27 22:06:15 UTC (rev 5957)
@@ -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.7i">
+<!ENTITY openssl-version "0.9.8a">
<!-- End special note about Heimdal -->
<!ENTITY cracklib-version "2.8.9">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-27 20:22:45 UTC
(rev 5956)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-27 22:06:15 UTC
(rev 5957)
@@ -45,6 +45,10 @@
<para>April 27th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Updated to OpenSSL-0.9.8a. Added patch to
+ Cyrus-SASL for compatibility with this version of OpenSSL.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to GCC-4.0.3</para>
</listitem>
<listitem>
Modified: trunk/BOOK/postlfs/security/cyrus-sasl.xml
===================================================================
--- trunk/BOOK/postlfs/security/cyrus-sasl.xml 2006-04-27 20:22:45 UTC (rev
5956)
+++ trunk/BOOK/postlfs/security/cyrus-sasl.xml 2006-04-27 22:06:15 UTC (rev
5957)
@@ -69,6 +69,10 @@
<para>Required patch: <ulink
url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-openldap23-1.patch"/></para>
</listitem>
+ <listitem>
+ <para>Required patch: <ulink
+
url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-openssl98-1.patch"/></para>
+ </listitem>
</itemizedlist>
<bridgehead renderas="sect3">Cyrus SASL Dependencies</bridgehead>
@@ -102,6 +106,7 @@
running the following commands:</para>
<screen><userinput>patch -Np1 -i
../cyrus-sasl-&cyrus-sasl-version;-openldap23-1.patch &&
+patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-openssl98-1.patch &&
sed -i '/sasl_global/s/^static //' lib/client.c &&
sed -i 's/cat8/man8/' saslauthd/Makefile.in &&
./configure --prefix=/usr --sysconfdir=/etc \
Modified: trunk/BOOK/postlfs/security/heimdal.xml
===================================================================
--- trunk/BOOK/postlfs/security/heimdal.xml 2006-04-27 20:22:45 UTC (rev
5956)
+++ trunk/BOOK/postlfs/security/heimdal.xml 2006-04-27 22:06:15 UTC (rev
5957)
@@ -197,7 +197,7 @@
ln -v -sf ../../lib/libdb-4.4.so /usr/lib/libdb.so &&
ln -v -sf ../../lib/libdb-4.4.so /usr/lib/libdb-4.so &&
for SYMLINK in otp.so.0.1.3 kafs.so.0.4.1 krb5.so.17.4.0 \
- asn1.so.6.1.0 roken.so.16.1.0 crypto.so.0.9.7
+ asn1.so.6.1.0 roken.so.16.1.0 crypto.so.0.9.8
do
ln -v -sf ../../lib/lib$SYMLINK \
/usr/lib/lib`echo $SYMLINK | cut -d. -f1`.so
Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml 2006-04-27 20:22:45 UTC (rev
5956)
+++ trunk/BOOK/postlfs/security/openssl.xml 2006-04-27 22:06:15 UTC (rev
5957)
@@ -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-size "3.2 MB">
- <!ENTITY openssl-buildsize "37.7 MB">
- <!ENTITY openssl-time "0.9 SBU">
+ <!ENTITY openssl-md5sum "1d16c727c10185e4d694f87f5e424ee1">
+ <!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)">
]>
<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