diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter05/e2fsprogs.xml | 5 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 9 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1119dfd94..8c734e278 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <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> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 808f1412c..3036cad26 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/chapter05/e2fsprogs.xml b/chapter05/e2fsprogs.xml index 7adb6bc07..afc49c5d8 100644 --- a/chapter05/e2fsprogs.xml +++ b/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 > ../MCONFIG.in</userinput></screen> - <para>Prepare E2fsprogs for compilation:</para> <screen><userinput remap="configure">../configure --prefix=/tools --disable-libblkid --disable-libuuid</userinput></screen> diff --git a/packages.ent b/packages.ent index 8943f99f7..bf10dd252 100644 --- a/packages.ent +++ b/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"> |