Browse Source

Upgrade to E2fsprogs-1.41.11. Fixes #2607.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 years ago
parent
commit
bdb539ba73
4 changed files with 9 additions and 10 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 0 5
      chapter05/e2fsprogs.xml
  4. 3 3
      packages.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2010-03-18</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgrade to E2fsprogs-1.41.11. Fixes
+          <ulink url="&lfs-ticket-root;2607">#2607</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[matthew] Upgrade to Zlib-1.2.4. Fixes
           <ulink url="&lfs-ticket-root;2606">#2606</ulink>.</para>

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

+ 0 - 5
chapter05/e2fsprogs.xml

@@ -48,11 +48,6 @@
 <screen><userinput remap="pre">mkdir -v build
 cd build</userinput></screen>
 
-    <para>Fix a bug in E2fsprogs that prevents it from building against Util-Linux-NG's copy of <systemitem class="library">libuuid</systemitem>:</para>
-
-<screen><userinput remap="pre">cp -v ../MCONFIG.in{,.orig}
-   sed -e '82 s/LIBUUID/DEPLIBUUID/' ../MCONFIG.in.orig &gt; ../MCONFIG.in</userinput></screen>
-
     <para>Prepare E2fsprogs for compilation:</para>
 
 <screen><userinput remap="configure">../configure --prefix=/tools --disable-libblkid --disable-libuuid</userinput></screen>

+ 3 - 3
packages.ent

@@ -98,10 +98,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.41.10">
-<!ENTITY e2fsprogs-size "4,363 KB">
+<!ENTITY e2fsprogs-version "1.41.11">
+<!ENTITY e2fsprogs-size "4,368 KB">
 <!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
-<!ENTITY e2fsprogs-md5 "f9c7bb5c036a119453ce02fa871038da">
+<!ENTITY e2fsprogs-md5 "fb507a40c2706bc38306f150d069e345">
 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/">
 <!--
 <!ENTITY e2fsprogs-ch5-du "38 MB">