Author: matthew
Date: 2005-10-31 12:55:28 -0700 (Mon, 31 Oct 2005)
New Revision: 7114

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/shadow.xml
   trunk/BOOK/general.ent
   trunk/BOOK/patches.ent
Log:
Upgrade to shadow 4.0.13

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2005-10-31 18:13:02 UTC (rev 7113)
+++ trunk/BOOK/chapter01/changelog.xml  2005-10-31 19:55:28 UTC (rev 7114)
@@ -101,6 +101,7 @@
 <listitem><para>&kbd-gcc4_fixes-patch;</para></listitem>
 <listitem><para>&mktemp-tempfile-patch;</para></listitem>
 <listitem><para>&perl-libc-patch;</para></listitem>
+<listitem><para>&shadow-configure-patch;</para></listitem>
 <listitem><para>&tar-gcc4_fix-patch;</para></listitem>
 <listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
 </itemizedlist>
@@ -121,6 +122,9 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>October 31, 2005 [matt]: Upgrade to shadow-4.0.13.</para>
+</listitem>
+
 <listitem><para>October 31, 2005 [matt]: Upgrade to vim-6.4.</para>
 </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2005-10-31 18:13:02 UTC (rev 7113)
+++ trunk/BOOK/chapter03/patches.xml    2005-10-31 19:55:28 UTC (rev 7114)
@@ -178,6 +178,13 @@
 </varlistentry>
 
 <varlistentry>
+<term>Shadow Configure Script Patch - 1KB:</term>
+<listitem>
+<para><ulink url="&patches-root;&shadow-configure-patch;"/></para>
+</listitem>
+</varlistentry>
+
+<varlistentry>
 <term>Sysklogd Fixes Patch - 27 KB:</term>
 <listitem>
 <para><ulink url="&patches-root;&sysklogd-fixes-patch;"/></para>

Modified: trunk/BOOK/chapter06/shadow.xml
===================================================================
--- trunk/BOOK/chapter06/shadow.xml     2005-10-31 18:13:02 UTC (rev 7113)
+++ trunk/BOOK/chapter06/shadow.xml     2005-10-31 19:55:28 UTC (rev 7114)
@@ -36,6 +36,11 @@
 prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to 
the
 <command>configure</command> command below.</para></note>
 
+<para>Apply a patch to fix a number of incorrect assumptions in Shadow's
+<command>configure</command> script:</para>
+
+<screen><userinput>patch -Np1 -i 
../&shadow-configure-patch;</userinput></screen>
+
 <para>Prepare Shadow for compilation:</para>
 
 <screen><userinput>./configure --libdir=/lib 
--enable-shared</userinput></screen>
@@ -82,7 +87,7 @@
 
 <screen><userinput>sed -e'[EMAIL PROTECTED]@MD5_CRYPT_ENAB yes@' \
     -e 's@/var/spool/mail@/var/mail@' \
-    etc/login.defs.linux &gt; /etc/login.defs</userinput></screen>
+    etc/login.defs &gt; /etc/login.defs</userinput></screen>
 
 <para>Move a misplaced program to its proper location:</para>
 

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2005-10-31 18:13:02 UTC (rev 7113)
+++ trunk/BOOK/general.ent      2005-10-31 19:55:28 UTC (rev 7114)
@@ -71,7 +71,7 @@
 <!ENTITY psmisc-version "21.6">
 <!ENTITY readline-version "5.0">
 <!ENTITY sed-version "4.1.4">
-<!ENTITY shadow-version "4.0.12">
+<!ENTITY shadow-version "4.0.13">
 <!ENTITY sysklogd-version "1.4.1">
 <!ENTITY sysvinit-version "2.86">
 <!ENTITY tar-version "1.15.1">

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2005-10-31 18:13:02 UTC (rev 7113)
+++ trunk/BOOK/patches.ent      2005-10-31 19:55:28 UTC (rev 7114)
@@ -38,6 +38,8 @@
 
 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
 
+<!ENTITY shadow-configure-patch 
"shadow-&shadow-version;-configure_fix-1.patch">
+
 <!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
 
 <!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">

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

Reply via email to