Pārlūkot izejas kodu

Upgrade to Kmod-10. Fixes #3180.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9994 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 13 gadi atpakaļ
vecāks
revīzija
631a66d4f1
6 mainītis faili ar 13 papildinājumiem un 23 dzēšanām
  1. 4 0
      chapter01/changelog.xml
  2. 6 2
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 0 5
      chapter06/kmod.xml
  5. 3 3
      packages.ent
  6. 0 5
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2012-09-16</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Kmod-10.  Fixes
+          <ulink url="&lfs-ticket-root;3180">#3180</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Fix link to Linux User's Guide.  Fixes
           <ulink url="&lfs-ticket-root;3179">#3179</ulink>.</para>

+ 6 - 2
chapter01/whatsnew.xml

@@ -112,9 +112,9 @@
     <!--<listitem>
       <para>Kbd &kbd-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Kmod &kmod-version;</para>
-    </listitem>-->
+    </listitem>
     <listitem>
       <para>Less &less-version;</para>
     </listitem>
@@ -239,6 +239,10 @@
       <para>bash-4.2-fixes-8.patch</para>
     </listitem>
 
+    <listitem>
+      <para>kmod-9-testsuite-1.patch</para>
+    </listitem>
+
   </itemizedlist>
 
 </sect1>

+ 0 - 8
chapter03/patches.xml

@@ -107,14 +107,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>Kmod Testsuite Patch - <token>&kmod-testsuite-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink url="&patches-root;&kmod-testsuite-patch;"/></para>
-        <para>MD5 sum: <literal>&kmod-testsuite-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Make Upstream Fixes Patch - <token>&make-fixes-patch-size;</token>:</term>
       <listitem>

+ 0 - 5
chapter06/kmod.xml

@@ -41,11 +41,6 @@
   <sect2 role="installation">
     <title>Installation of Kmod</title>
 
-    <para>Apply the following patch to fix a problem when running the testsuite
-    on x86 hosts:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&kmod-testsuite-patch;</userinput></screen>
-
     <para>Prepare Kmod for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr       \

+ 3 - 3
packages.ent

@@ -286,10 +286,10 @@
 <!ENTITY kbd-ch6-du "20 MB">
 <!ENTITY kbd-ch6-sbu "0.1 SBU">
 
-<!ENTITY kmod-version "9">
-<!ENTITY kmod-size "1,096 KB">
+<!ENTITY kmod-version "10">
+<!ENTITY kmod-size "1,099 KB">
 <!ENTITY kmod-url "&kernel;linux/utils/kernel/kmod/kmod-&kmod-version;.tar.xz">
-<!ENTITY kmod-md5 "c8ae2d2694fbca2b28e238b30543a0cd">
+<!ENTITY kmod-md5 "e2a883c4df15a50f78a7a61d5b64089f">
 <!ENTITY kmod-home " ">
 <!ENTITY kmod-ch6-du "30 MB">
 <!ENTITY kmod-ch6-sbu "0.1 SBU">

+ 0 - 5
patches.ent

@@ -62,11 +62,6 @@
 <!ENTITY kbd-fixes-patch-size "1.6 KB">
 
 
-<!ENTITY kmod-testsuite-patch "kmod-&kmod-version;-testsuite-1.patch">
-<!ENTITY kmod-testsuite-patch-md5 "11ab14f5b63ae3c163804517cf110fbb">
-<!ENTITY kmod-testsuite-patch-size "2.2 KB">
-
-
 <!ENTITY make-fixes-patch "make-&make-version;-upstream_fixes-2.patch">
 <!ENTITY make-fixes-patch-md5 "02c0f3989185a7345233872b1ae5f46d">
 <!ENTITY make-fixes-patch-size "9.7 KB">