aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml14
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter05/gcc-pass1.xml6
-rw-r--r--general.ent4
-rw-r--r--packages.ent6
5 files changed, 24 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a22dfe5f6..30450050e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,20 @@
</listitem>
-->
<listitem>
+ <para>2014-03-25</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Remove unneeded symlink in gcc-pass1. Fixes
+ <ulink url="&lfs-ticket-root;3555">#3555</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to util-linux-2.24.2. Fixes
+ <ulink url="&lfs-ticket-root;3554">#3554</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2014-03-24</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index a7b81065f..32ac15265 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -199,9 +199,9 @@
<!--<listitem>
<para>Udev &systemd-version; (extracted from systemd-&systemd-version;)</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Util-Linux &util-linux-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Vim &vim-version;</para>
</listitem>-->
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 61cb8af15..38597341e 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -247,8 +247,8 @@ cd ../gcc-build</userinput></screen>
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>
-
- <para>Using <parameter>--disable-shared</parameter> means that the
+<!--
+ <para>Using <parameter>- -disable-shared</parameter> means that the
<filename>libgcc_eh.a</filename> file isn't created and installed. The
Glibc package depends on this library as it uses
<parameter>-lgcc_eh</parameter> within its build system. This dependency
@@ -257,7 +257,7 @@ cd ../gcc-build</userinput></screen>
<filename>libgcc_eh.a</filename>:</para>
<screen><userinput remap="install">ln -sv libgcc.a `$LFS_TGT-gcc -print-libgcc-file-name | sed 's/libgcc/&amp;_eh/'`</userinput></screen>
-
+-->
</sect2>
<sect2 role="content">
diff --git a/general.ent b/general.ent
index a75f4a64f..6b67806ab 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20140424">
-<!ENTITY releasedate "April 24, 2014">
+<!ENTITY version "SVN-20140425">
+<!ENTITY releasedate "April 25, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index be0b9d1ad..48dad8b42 100644
--- a/packages.ent
+++ b/packages.ent
@@ -617,10 +617,10 @@
<!ENTITY udev-lfs-md5 "c2d6b127f89261513b23b6d458484099">
<!ENTITY udev-lfs-home " ">
-<!ENTITY util-linux-version "2.24.1">
-<!ENTITY util-linux-size "3,461 KB">
+<!ENTITY util-linux-version "2.24.2">
+<!ENTITY util-linux-size "3,503 KB">
<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.24/util-linux-&util-linux-version;.tar.xz">
-<!ENTITY util-linux-md5 "88d46ae23ca599ac5af9cf96b531590f">
+<!ENTITY util-linux-md5 "3f191727a0d28f7204b755cf1b6ea0aa">
<!ENTITY util-linux-home "http://userweb.kernel.org/~kzak/util-linux/">
<!ENTITY util-linux-ch5-du "89 MB">
<!ENTITY util-linux-ch5-sbu "0.6 SBU">