diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 7 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 7 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 4 |
6 files changed, 12 insertions, 24 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 55e566945..d4b39fed2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <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> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c7313da00..7f0b91517 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -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> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 2a8aff90a..11c9a7d10 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -171,14 +171,6 @@ </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> <para>Download: <ulink url="&patches-root;&ncurses-coverity-patch;"/></para> diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index f447974a8..b19ac384f 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -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 diff --git a/packages.ent b/packages.ent index 34838f766..77b1d089e 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> diff --git a/patches.ent b/patches.ent index 65d8c4e8e..ddcf605e2 100644 --- a/patches.ent +++ b/patches.ent @@ -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"> |