Changeset c99f5b9


Ignore:
Timestamp:
05/10/2009 12:01:28 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9b4598f
Parents:
a5d5b36
Message:

Upgrade to Module-Init-Tools-3.8. Fixes #2381.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra5d5b36 rc99f5b9  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Upgrade to Module-Init-Tools-3.8. Fixes
     45          <ulink url="&lfs-ticket-root;2381">#2381</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgrade to Man-pages-3.21. Fixes
    4549          <ulink url="&lfs-ticket-root;2384">#2384</ulink>.</para>
  • chapter01/whatsnew.xml

    ra5d5b36 rc99f5b9  
    242242
    243243    <listitem>
    244       <para>&module-init-tools-manpages-patch;</para>
    245     </listitem>
    246 
    247     <listitem>
    248244      <para>&patch-fixes-patch;</para>
    249245    </listitem>
  • chapter03/patches.xml

    ra5d5b36 rc99f5b9  
    156156
    157157    <varlistentry>
    158       <term>Module Init Tools Man Pages Patch - <token>&module-init-tools-manpages-patch-size;</token>:</term>
    159       <listitem>
    160         <para>Download: <ulink url="&patches-root;&module-init-tools-manpages-patch;"/></para>
    161         <para>MD5 sum: <literal>&module-init-tools-manpages-patch-md5;</literal></para>
    162       </listitem>
    163     </varlistentry>
    164 
    165     <varlistentry>
    166158      <term>Patch Carriage Return Fix Patch - <token>&patch-fixes-patch-size;</token>:</term>
    167159      <listitem>
  • chapter06/module-init-tools.xml

    ra5d5b36 rc99f5b9  
    4141  <sect2 role="installation">
    4242    <title>Installation of Module-Init-Tools</title>
    43 
    44     <para>The Module-Init-Tools source tarball doesn't contain generated
    45     man pages.  Apply the following patch so that no attempt to generate the
    46     man pages is made (such attempts will fail due to a lack of necessary tools
    47     in the LFS system):</para>
    48 
    49 <screen><userinput remap="pre">patch -Np1 -i ../&module-init-tools-manpages-patch;</userinput></screen>
    5043
    5144    <para>The testsuite of this package is geared towards the needs of its
  • packages.ent

    ra5d5b36 rc99f5b9  
    358358<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
    359359
    360 <!ENTITY module-init-tools-version "3.6">
    361 <!ENTITY module-init-tools-size "225 KB">
     360<!ENTITY module-init-tools-version "3.8">
     361<!ENTITY module-init-tools-size "784 KB">
    362362<!ENTITY module-init-tools-url "http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-&module-init-tools-version;.tar.bz2">
    363 <!ENTITY module-init-tools-md5 "c628deb52bfa219a959d78313989e87e">
     363<!ENTITY module-init-tools-md5 "470d7830fd263d29a92149da6ae9f122">
    364364<!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org">
    365365<!ENTITY module-init-tools-ch6-du "8 MB">
  • patches.ent

    ra5d5b36 rc99f5b9  
    9090
    9191
    92 <!ENTITY module-init-tools-manpages-patch "module-init-tools-&module-init-tools-version;-man_pages-1.patch">
    93 <!ENTITY module-init-tools-manpages-patch-md5 "53920ebdb28ba4595c009ab45fa18283">
    94 <!ENTITY module-init-tools-manpages-patch-size "34.5 KB">
    95 
    96 
    9792<!ENTITY patch-fixes-patch "patch-&patch-version;-fixes-1.patch">
    9893<!ENTITY patch-fixes-patch-md5 "a2f0901f42e87ad3d5fefbccee6a09f4">
Note: See TracChangeset for help on using the changeset viewer.