Author: matthew
Date: 2009-02-16 17:06:25 -0700 (Mon, 16 Feb 2009)
New Revision: 8818

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter05/linux-headers.xml
   trunk/BOOK/chapter06/linux-headers.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/patches.ent
Log:
Upgrade to Linux-2.6.28.5. Fixes #2348.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-02-17 00:05:07 UTC (rev 8817)
+++ trunk/BOOK/chapter01/changelog.xml  2009-02-17 00:06:25 UTC (rev 8818)
@@ -41,6 +41,10 @@
       <para>2009-02-17</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Upgraded to Linux-2.6.28.5.  Fixes
+          <ulink url="&lfs-ticket-root;2348">#2348</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to Grep-2.5.4.  Fixes
           <ulink url="&lfs-ticket-root;2346">#2346</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2009-02-17 00:05:07 UTC (rev 8817)
+++ trunk/BOOK/chapter01/whatsnew.xml   2009-02-17 00:06:25 UTC (rev 8818)
@@ -225,10 +225,6 @@
     </listitem>
 
     <listitem>
-      <para>&linux-header-patch;</para>
-    </listitem>
-
-    <listitem>
       <para>&module-init-tools-manpages-patch;</para>
     </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2009-02-17 00:05:07 UTC (rev 8817)
+++ trunk/BOOK/chapter03/patches.xml    2009-02-17 00:06:25 UTC (rev 8818)
@@ -147,14 +147,6 @@
     </varlistentry>
 
     <varlistentry>
-      <term>Linux Header Fix Patch - 
<token>&linux-header-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink 
url="&patches-root;&linux-header-patch;"/></para>
-        <para>MD5 sum: <literal>&linux-header-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
       <term>Module Init Tools Man Pages Patch - 
<token>&module-init-tools-manpages-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&module-init-tools-manpages-patch;"/></para>

Modified: trunk/BOOK/chapter05/linux-headers.xml
===================================================================
--- trunk/BOOK/chapter05/linux-headers.xml      2009-02-17 00:05:07 UTC (rev 
8817)
+++ trunk/BOOK/chapter05/linux-headers.xml      2009-02-17 00:06:25 UTC (rev 
8818)
@@ -48,11 +48,6 @@
     by way of sanitizing various C header files that are shipped in the Linux
     kernel source tarball.</para>
 
-    <para>Apply a patch to the Linux headers, to fix a bug that can cause
-    compilation issues for some userspace applications:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i 
../&linux-header-patch;</userinput></screen>
-
     <para>Make sure there are no stale files and dependencies lying around
     from previous activity:</para>
 

Modified: trunk/BOOK/chapter06/linux-headers.xml
===================================================================
--- trunk/BOOK/chapter06/linux-headers.xml      2009-02-17 00:05:07 UTC (rev 
8817)
+++ trunk/BOOK/chapter06/linux-headers.xml      2009-02-17 00:06:25 UTC (rev 
8818)
@@ -46,11 +46,6 @@
     by way of sanitizing various C header files that are shipped in the Linux
     kernel source tarball.</para>
 
-    <para>Apply a patch to the Linux headers, to fix a bug that can cause
-    compilation issues for some userspace applications:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i 
../&linux-header-patch;</userinput></screen>
-
     <para>Make sure there are no stale files and dependencies lying around
     from previous activity:</para>
 

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2009-02-17 00:05:07 UTC (rev 8817)
+++ trunk/BOOK/packages.ent     2009-02-17 00:06:25 UTC (rev 8818)
@@ -311,12 +311,12 @@
 
 <!ENTITY linux-major-version "2.6">
 <!ENTITY linux-minor-version "28">
-<!ENTITY linux-patch-version "4">
+<!ENTITY linux-patch-version "5">
 <!ENTITY linux-version 
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
 <!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
-<!ENTITY linux-size "51,467 KB">
+<!ENTITY linux-size "51,473 KB">
 <!ENTITY linux-url 
"&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "8228bb7804d6d0099eadfabf701c295b">
+<!ENTITY linux-md5 "677e020f785f57ac48576eacb565a489">
 <!ENTITY linux-home "http://www.kernel.org/";>
 <!ENTITY linux-ch8-du "350 - 500 MB">
 <!ENTITY linux-ch8-sbu "1.5 - 5.0 SBU">

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2009-02-17 00:05:07 UTC (rev 8817)
+++ trunk/BOOK/patches.ent      2009-02-17 00:06:25 UTC (rev 8818)
@@ -80,11 +80,6 @@
 <!ENTITY kbd-backspace-patch-size "12 KB">
 
 
-<!ENTITY linux-header-patch "linux-&linux-version;-header_fix-1.patch">
-<!ENTITY linux-header-patch-md5 "c22ced21d5eea7e9b9e76c200dd1b289">
-<!ENTITY linux-header-patch-size "1 KB">
-
-
 <!-- <!ENTITY mktemp-tempfile-patch 
"mktemp-&mktemp-version;-add_tempfile-3.patch">
 <!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
 <!ENTITY mktemp-tempfile-patch-size "3.5 KB"> -->

-- 
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