aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2008-10-12 23:42:41 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2008-10-12 23:42:41 +0000
commit5394c5c6b932219948c40402bda873e47d13c752 (patch)
tree97a786d9257f3649ffa51562582decaf4e4427bc
parent7af598d1e24f0a5b8338319f3f8afb6157e4a24f (diff)
Updated to E2fsprogs-1.41.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/e2fsprogs.xml5
-rw-r--r--packages.ent6
-rw-r--r--patches.ent5
6 files changed, 6 insertions, 25 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 32d93222e..e0a19fbd8 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,9 @@
<para>2008-10-12</para>
<itemizedlist>
<listitem>
+ <para>[dj] - Updated to E2fsprogs-1.41.2.</para>
+ </listitem>
+ <listitem>
<para>[dj] - Corrected installation prefixes of Iproute2
package with DESTDIR and MANDIR paths.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index c9b94e053..12351c6cc 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -235,10 +235,6 @@
</listitem>
<listitem>
- <para>&e2fsprogs-fixes-patch;</para>
- </listitem>
-
- <listitem>
<para>&expect-tcl-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index c0223c252..c99b0639d 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -99,14 +99,6 @@
</varlistentry>
<varlistentry>
- <term>E2fsprogs Fixes Patch - <token>&e2fsprogs-fixes-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink url="&patches-root;&e2fsprogs-fixes-patch;"/></para>
- <para>MD5 sum: <literal>&e2fsprogs-fixes-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>Expect Spawn Patch - <token>&expect-spawn-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&expect-spawn-patch;"/></para>
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index d0758370d..9a7ca5f89 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -43,11 +43,6 @@
<sect2 role="installation">
<title>Installation of E2fsprogs</title>
- <para>Fix an error with building certain programs by installing a
- patch:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&e2fsprogs-fixes-patch;</userinput></screen>
-
<para>Fix a hardcoded path to <filename>/bin/rm</filename> in E2fsprogs'
testsuite:</para>
diff --git a/packages.ent b/packages.ent
index 30d8e2fbe..5e1f080c1 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.41.1">
-<!ENTITY e2fsprogs-size "4,352 KB">
+<!ENTITY e2fsprogs-version "1.41.2">
+<!ENTITY e2fsprogs-size "4,268 KB">
<!ENTITY e2fsprogs-url "&sourceforge;e2fsprogs/e2fsprogs-&e2fsprogs-version;.tar.gz">
-<!ENTITY e2fsprogs-md5 "ddf13b3c9ece247c457db20ca9a10c3c">
+<!ENTITY e2fsprogs-md5 "1c1c5177aea9a23b45b9b3f5b3241819">
<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/">
<!ENTITY e2fsprogs-ch5-du "38 MB">
<!ENTITY e2fsprogs-ch5-sbu "0.4 SBU">
diff --git a/patches.ent b/patches.ent
index ee44e627e..513dca368 100644
--- a/patches.ent
+++ b/patches.ent
@@ -48,11 +48,6 @@
<!ENTITY diffutils-i18n-patch-size "18 KB">
-<!ENTITY e2fsprogs-fixes-patch "e2fsprogs-&e2fsprogs-version;-fixes-1.patch">
-<!ENTITY e2fsprogs-fixes-patch-md5 "bea25b4d9410be4675bd2f3179db77c8">
-<!ENTITY e2fsprogs-fixes-patch-size "5.4 KB">
-
-
<!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-1.patch">
<!ENTITY expect-spawn-patch-md5 "ef6d0d0221c571fb420afb7033b3bbba">
<!ENTITY expect-spawn-patch-size "6.8 KB">