diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 20:01:15 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-03-18 20:01:15 +0000 |
commit | bdb539ba737ee42db76f2aa047d39a7c24f69807 (patch) | |
tree | 3f62a61bb11cd38a6793a23c87507117028a8636 | |
parent | 0d9018b23cfd7eeb3d0bf187b38206af65eada5a (diff) |
Upgrade to E2fsprogs-1.41.11. Fixes #2607.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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"> |