Browse Source

Upgrade to E2fsprogs-1.40.2. Fixes #2042.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8218 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 years ago
parent
commit
7e1b3ce8a2
4 changed files with 18 additions and 18 deletions
  1. 12 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 1 13
      chapter06/e2fsprogs.xml
  4. 3 3
      packages.ent

+ 12 - 0
chapter01/changelog.xml

@@ -36,6 +36,18 @@
     </listitem>
 -->
 
+    <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>

+ 2 - 2
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>-->

+ 1 - 13
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>

+ 3 - 3
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">