Changeset 8fa3caf


Ignore:
Timestamp:
02/08/2009 06:27:19 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:
d1e71b1
Parents:
bd2f3f8
Message:

Upgrade to Module-Init-Tools-3.6. Fixes #2343.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbd2f3f8 r8fa3caf  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Upgraded to Module-init-Tools-3.6.  Fixes
     45          <ulink url="&lfs-ticket-root;2343">#2343</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgraded to File-5.00.  Fixes
    4549          <ulink url="&lfs-ticket-root;2342">#2342</ulink>.</para>
  • chapter01/whatsnew.xml

    rbd2f3f8 r8fa3caf  
    226226
    227227    <listitem>
     228      <para>&module-init-tools-manpages-patch;</para>
     229    </listitem>
     230
     231    <listitem>
    228232      <para>&patch-fixes-patch;</para>
    229233    </listitem>
  • chapter03/patches.xml

    rbd2f3f8 r8fa3caf  
    164164
    165165    <varlistentry>
     166      <term>Module Init Tools Man Pages Patch - <token>&module-init-tools-manpages-patch-size;</token>:</term>
     167      <listitem>
     168        <para>Download: <ulink url="&patches-root;&module-init-tools-manpages-patch;"/></para>
     169        <para>MD5 sum: <literal>&module-init-tools-manpages-patch-md5;</literal></para>
     170      </listitem>
     171    </varlistentry>
     172
     173    <varlistentry>
    166174      <term>Patch Carriage Return Fix Patch - <token>&patch-fixes-patch-size;</token>:</term>
    167175      <listitem>
  • chapter06/module-init-tools.xml

    rbd2f3f8 r8fa3caf  
    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>
    4350
    4451    <para>The testsuite of this package is geared towards the needs of its
  • packages.ent

    rbd2f3f8 r8fa3caf  
    363363<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
    364364
    365 <!ENTITY module-init-tools-version "3.5">
    366 <!ENTITY module-init-tools-size "207 KB">
     365<!ENTITY module-init-tools-version "3.6">
     366<!ENTITY module-init-tools-size "225 KB">
    367367<!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">
    368 <!ENTITY module-init-tools-md5 "2b47686247fc9a99bfdb9dd1d1d80e6f">
     368<!ENTITY module-init-tools-md5 "c628deb52bfa219a959d78313989e87e">
    369369<!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org">
    370370<!ENTITY module-init-tools-ch6-du "8 MB">
  • patches.ent

    rbd2f3f8 r8fa3caf  
    9595
    9696
     97<!ENTITY module-init-tools-manpages-patch "module-init-tools-&module-init-tools-version;-man_pages-1.patch">
     98<!ENTITY module-init-tools-manpages-patch-md5 "53920ebdb28ba4595c009ab45fa18283">
     99<!ENTITY module-init-tools-manpages-patch-size "34.5 KB">
     100
     101
    97102<!ENTITY patch-fixes-patch "patch-&patch-version;-fixes-1.patch">
    98103<!ENTITY patch-fixes-patch-md5 "a2f0901f42e87ad3d5fefbccee6a09f4">
Note: See TracChangeset for help on using the changeset viewer.