Author: randy
Date: 2010-03-05 10:11:05 -0700 (Fri, 05 Mar 2010)
New Revision: 8285

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/openssl.xml
Log:
Added a sed command and its explanation to the OpenSSH instructions that was 
inadvertently removed

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-03-01 21:58:44 UTC (rev 8284)
+++ trunk/BOOK/general.ent      2010-03-05 17:11:05 UTC (rev 8285)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY day          "05">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2010">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "March &day;nd, &year;">
+<!ENTITY releasedate  "March &day;th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-03-01 21:58:44 UTC 
(rev 8284)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-03-05 17:11:05 UTC 
(rev 8285)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>March 5th, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a sed command and its explanation to the
+          OpenSSH instructions that was inadvertently removed.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 2nd, 2010</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml     2010-03-01 21:58:44 UTC (rev 
8284)
+++ trunk/BOOK/postlfs/security/openssl.xml     2010-03-05 17:11:05 UTC (rev 
8285)
@@ -99,6 +99,8 @@
 
 <screen><userinput>patch -Np1 -i 
../openssl-&openssl-version;-fix_manpages-1.patch &amp;&amp;
 tar -vxf ../BLFS-ca-bundle-&ca-bundle-version;.tar.bz2 &amp;&amp;
+sed -i.bak 's/ -ldes//' configure
+
 ./config --prefix=/usr         \
          --openssldir=/etc/ssl \
          shared                \
@@ -143,6 +145,12 @@
     <application>OpenSSL</application> no longer includes any root 
certificates. 
     This package adds root certificates as provided by mozilla.org.</para>
 
+    <para><command>sed -i.bak 's/ -ldes/lkrb5/' configure</command>:
+    This command fixes a build crash if you used the
+    <option>--with-kerberos5</option> parameter and you built the
+    <application>Heimdal</application> package in accordance with the BLFS
+    instructions. The command is harmless in all other instances.</para>
+
     <para><parameter>shared</parameter>: This parameter forces the creation of
     shared libraries along with the static libraries.</para>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to