mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Upgrade to Module-Init-Tools-3.5. Fixes #2245.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ece782f73a
commit
93ae5d3079
@ -40,6 +40,10 @@
|
||||
<listitem>
|
||||
<para>2008-12-06</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgraded to Module-Init-Tools-3.5. Fixes #2245.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgraded to Man-Pages-3.15. Fixes #2269.</para>
|
||||
</listitem>
|
||||
|
@ -134,9 +134,9 @@
|
||||
<!--<listitem>
|
||||
<para>Mktemp &mktemp-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Module-Init-Tools &module-init-tools-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!-- <listitem>
|
||||
<para>MPFR &mpfr-version;</para>
|
||||
</listitem> -->
|
||||
@ -233,6 +233,9 @@
|
||||
<listitem>
|
||||
<para>binutils-2.18-configure-1.patch</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>module-init-tools-3.4.1-manpages-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
|
@ -170,14 +170,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Module-init-tools Man-Pages Patch - <token>&module-init-manpages-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&module-init-manpages-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&module-init-manpages-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Ncurses Coverity Patch - <token>&ncurses-coverity-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,13 +41,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Module-Init-Tools</title>
|
||||
|
||||
<para>The tarball only contains sgml source for the manpages. The following
|
||||
patch contains the result of processing this through <command>docbook2man</command>
|
||||
(see <ulink url="&blfs-root;view/svn/pst/docbook-utils.html"/>)
|
||||
which we do not build as part of a basic LFS installation:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&module-init-manpages-patch;</userinput></screen>
|
||||
|
||||
<para>The testsuite of this package is geared towards the needs of its
|
||||
Maintainer. The command <command>make check</command> builds a specially
|
||||
wrapped version of modprobe which is useless for normal operation. To run
|
||||
|
@ -370,10 +370,10 @@
|
||||
<!ENTITY mktemp-ch6-du "0.4 MB">
|
||||
<!ENTITY mktemp-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY module-init-tools-version "3.4.1">
|
||||
<!ENTITY module-init-tools-size "195 KB">
|
||||
<!ENTITY module-init-tools-version "3.5">
|
||||
<!ENTITY module-init-tools-size "207 KB">
|
||||
<!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">
|
||||
<!ENTITY module-init-tools-md5 "e253b066a1bab1d727ca0d54f001b49c">
|
||||
<!ENTITY module-init-tools-md5 "2b47686247fc9a99bfdb9dd1d1d80e6f">
|
||||
<!ENTITY module-init-tools-home "http://www.kerneltools.org/KernelTools.org">
|
||||
<!ENTITY module-init-tools-ch6-du "8 MB">
|
||||
<!ENTITY module-init-tools-ch6-sbu "less than 0.1 SBU">
|
||||
|
@ -92,10 +92,6 @@
|
||||
<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
|
||||
<!ENTITY mktemp-tempfile-patch-size "3.5 KB"> -->
|
||||
|
||||
<!ENTITY module-init-manpages-patch "module-init-tools-&module-init-tools-version;-manpages-1.patch">
|
||||
<!ENTITY module-init-manpages-patch-md5 "2271047586981ae23adf01cc13d97791">
|
||||
<!ENTITY module-init-manpages-patch-size "35 KB">
|
||||
|
||||
|
||||
<!ENTITY ncurses-coverity-patch "ncurses-&ncurses-version;-coverity_fixes-1.patch">
|
||||
<!ENTITY ncurses-coverity-patch-md5 "aa2fa9d0e89bbfdb4ce7e0e6b4b46670">
|
||||
|
Loading…
Reference in New Issue
Block a user