aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml14
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/gzip.xml7
-rw-r--r--general.ent4
-rw-r--r--packages.ent6
5 files changed, 24 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 82d54d34c..8203a1566 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,20 @@
</listitem>
-->
<listitem>
+ <para>2016-04-12</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update to util-linux-2.28. Fixes
+ <ulink url="&lfs-ticket-root;3906">#3906</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Simlify gzip instructions. Fixes
+ <ulink url="&lfs-ticket-root;3914">#3914</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2016-04-07</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index f4c23ce04..5ea550f6b 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -214,9 +214,9 @@
<listitem>
<para>Tzdata &tzdata-version;</para>
</listitem>
- <!--<listitem>
+ <listitem>
<para>Util-Linux &util-linux-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Vim &vim-version;</para>
</listitem>-->
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index 0f2cdc8aa..e7dd7d2b0 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -43,7 +43,7 @@
<para>Prepare Gzip for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>
@@ -57,10 +57,9 @@
<screen><userinput remap="install">make install</userinput></screen>
- <para>Move some programs that do not need to be on the root filesystem:</para>
+ <para>Move a program that needs to be on the root filesystem:</para>
-<screen><userinput remap="install">mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep} /usr/bin
-mv -v /bin/{zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/bin/gzip /bin</userinput></screen>
</sect2>
diff --git a/general.ent b/general.ent
index 972f359ab..9f4ccb0d1 100644
--- a/general.ent
+++ b/general.ent
@@ -1,7 +1,7 @@
-<!ENTITY version "SVN-20160407">
+<!ENTITY version "SVN-20160412">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release
but not -rc releases -->
-<!ENTITY releasedate "April 7, 2016">
+<!ENTITY releasedate "April 12, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.10">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index 2f2d2b176..275e62350 100644
--- a/packages.ent
+++ b/packages.ent
@@ -590,10 +590,10 @@
<!ENTITY udev-lfs-md5 "c2d6b127f89261513b23b6d458484099">
<!ENTITY udev-lfs-home " ">
-<!ENTITY util-linux-version "2.27.1">
-<!ENTITY util-linux-size "3,872 KB">
+<!ENTITY util-linux-version "2.28">
+<!ENTITY util-linux-size "4,024 KB">
<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v2.27/util-linux-&util-linux-version;.tar.xz">
-<!ENTITY util-linux-md5 "3cd2698d1363a2c64091c2dadc974647">
+<!ENTITY util-linux-md5 "e534e6ccc49107e5d31c329af798ef7d">
<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
<!ENTITY util-linux-ch5-du "118 MB">
<!ENTITY util-linux-ch5-sbu "0.7 SBU">