diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-07-17 19:59:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-07-17 19:59:13 +0000 |
commit | 7e1b3ce8a2cedb1375a7df3de8be527629bf6a45 (patch) | |
tree | 5640c0536ab81c0c4afe2629e6a837565f422b08 | |
parent | 2d01177ecba4a2a00b445f60707f3f9d9743344a (diff) |
Upgrade to E2fsprogs-1.40.2. Fixes #2042.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 14 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 18 insertions, 18 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 818ffd27a..3b7500538 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,18 @@ --> <listitem> + <para>2007-07-17</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to E2fsprogs-1.40.2, fixes + <ulink url="&lfs-ticket-root;2042">#2042</ulink>. Remove the + --disable-evms configure parameter as it is no longer recognised by + the configure script.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-07-14</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ba3c87db2..43d5f5158 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -52,9 +52,9 @@ <!--<listitem> <para>Diffutils &diffutils-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>E2fsprogs &e2fsprogs-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Expect &expect-version;</para> </listitem>--> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 1a17d6faa..597414423 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -51,7 +51,7 @@ cd build</userinput></screen> <para>Prepare E2fsprogs for compilation:</para> <screen><userinput>../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs --disable-evms</userinput></screen> + --enable-elf-shlibs</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -78,18 +78,6 @@ cd build</userinput></screen> </listitem> </varlistentry> - <varlistentry> - <term><parameter>--disable-evms</parameter></term> - <listitem> - <para>This disables the building of the Enterprise Volume - Management System (EVMS) plugin. This plugin is not up-to-date with - the latest EVMS internal interfaces and EVMS is not installed as part - of a base LFS system, so the plugin is not required. See the EVMS - website at <ulink url="http://evms.sourceforge.net/"/> for more - information regarding EVMS.</para> - </listitem> - </varlistentry> - </variablelist> <para>Compile the package:</para> diff --git a/packages.ent b/packages.ent index 4978cef4e..ab0fe07d6 100644 --- a/packages.ent +++ b/packages.ent @@ -111,10 +111,10 @@ <!-- NOTE: When updating e2fsprogs, remember to check the list of acceptable features that can be shown by debugfs in chapter02/creatingfilesystem.xml --> -<!ENTITY e2fsprogs-version "1.39"> -<!ENTITY e2fsprogs-size "3,616 KB"> +<!ENTITY e2fsprogs-version "1.40.2"> +<!ENTITY e2fsprogs-size "3,873 KB"> <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz"> -<!ENTITY e2fsprogs-md5 "06f7806782e357797fad1d34b7ced0c6"> +<!ENTITY e2fsprogs-md5 "130ce559a0f311ea2bc04a47b4982d0a"> <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/"> <!ENTITY e2fsprogs-ch6-du "31.2 MB"> <!ENTITY e2fsprogs-ch6-sbu "0.4 SBU"> |