aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-06-12 18:28:56 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-06-12 18:28:56 +0000
commitb30de8f95ef665c68ec93a1797c513eea4220ec9 (patch)
treefdc6ab052e36154b1b0027abcf6091c8296a1e1d
parent42ca8a25f83a79b540cb8145b8cf7560457859b6 (diff)
Typo fix in xz page.
Change some http references to https in gcc. Update to iproute2-4.17.0. Update to bison-3.0.5. Update to linux-4.17.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11418 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml26
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter06/bison.xml7
-rw-r--r--chapter06/gcc.xml4
-rw-r--r--chapter06/iproute2.xml4
-rw-r--r--chapter06/xz.xml2
-rw-r--r--general.ent6
-rw-r--r--packages.ent20
8 files changed, 47 insertions, 26 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 153cc87c8..0abaf9e29 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -44,6 +44,32 @@
-->
<listitem>
+ <para>2018-06-12</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Typo fix in xz page. Fixes
+ <ulink url="&lfs-ticket-root;4285">#4285</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Change some http references to https in gcc. Fixes
+ <ulink url="&lfs-ticket-root;4281">#4281</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to iproute2-4.17.0. Fixes
+ <ulink url="&lfs-ticket-root;4288">#4288</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to bison-3.0.5. Fixes
+ <ulink url="&lfs-ticket-root;4284">#4284</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[bdubbs] - Update to linux-4.17.1. Fixes
+ <ulink url="&lfs-ticket-root;4280">#4280</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2018-05-22</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index e743191ae..761f9a7b7 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -47,9 +47,9 @@
<!--<listitem>
<para>Binutils-&binutils-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Bison-&bison-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>Bzip2-&bzip2-version;</para>
</listitem>-->
diff --git a/chapter06/bison.xml b/chapter06/bison.xml
index 31e9570fb..662f0ff38 100644
--- a/chapter06/bison.xml
+++ b/chapter06/bison.xml
@@ -39,11 +39,7 @@
<sect2 role="installation">
<title>Installation of Bison</title>
-<!-- bison only installs a static library
- <para>Inhibit static library installation:</para>
-<screen><userinput remap="pre">sed -i '/lib_LIBRARIES =/d' Makefile.in</userinput></screen>
--->
<para>Prepare Bison for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
@@ -60,8 +56,7 @@
<para>There is a circular dependency between bison and flex with regard to
the checks. If desired, after installing flex in the next section, the
- bison checks can be run with <command>make check</command>. Three
- tests related to lalr1.cc fail for unknown reasons.</para>
+ bison checks can be run with <command>make check</command>.</para>
<para>Install the package:</para>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index e2b109c3b..cc521c8c3 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -122,7 +122,7 @@ cd build</userinput></screen>
<para>Results can be compared with those located at <ulink
url="&test-results;"/> and
- <ulink url="http://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
+ <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
<para>A few unexpected failures cannot always be avoided. The GCC developers
are usually aware of these issues, but have not resolved them yet.
@@ -144,7 +144,7 @@ cd build</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
<para>Create a symlink required by the <ulink
- url="http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink>
+ url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html">FHS</ulink>
for "historical" reasons.</para>
<screen><userinput remap="install">ln -sv ../usr/bin/cpp /lib</userinput></screen>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 35d07b8db..8b868df65 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -53,10 +53,10 @@
<screen><userinput remap="pre">sed -i /ARPD/d Makefile
rm -fv man/man8/arpd.8</userinput></screen>
- <para>It is also necessary to disable building one module that
+ <para>It is also necessary to disable building two modules that
requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para>
-<screen><userinput remap="pre">sed -i 's/m_ipt.o//' tc/Makefile</userinput></screen>
+<screen><userinput remap="pre">sed -i 's/.m_ipt.o//' tc/Makefile</userinput></screen>
<para>Compile the package:</para>
diff --git a/chapter06/xz.xml b/chapter06/xz.xml
index 8d29b578a..5a342b2ff 100644
--- a/chapter06/xz.xml
+++ b/chapter06/xz.xml
@@ -299,7 +299,7 @@ ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput
<varlistentry id="xzegrep">
<term><command>xzegrep</command></term>
<listitem>
- <para>Runs <command>egrep</command> on XZ compressed files files</para>
+ <para>Runs <command>egrep</command> on XZ compressed files</para>
<indexterm zone="ch-system-xz xzegrep">
<primary sortas="b-xzegrep">xzegrep</primary>
</indexterm>
diff --git a/general.ent b/general.ent
index 54bbd8622..86e956e32 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20180525">
+<!ENTITY version "SVN-20180612">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20180531-systemd">
+<!ENTITY versiond "20180612-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "May 31, 2018">
+<!ENTITY releasedate "June 12, 2018">
<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.3">
diff --git a/packages.ent b/packages.ent
index 3b4829ed2..8127819d5 100644
--- a/packages.ent
+++ b/packages.ent
@@ -70,10 +70,10 @@
<!ENTITY binutils-ch6-du "4.2 GB">
<!ENTITY binutils-ch6-sbu "6.0 SBU">
-<!ENTITY bison-version "3.0.4">
-<!ENTITY bison-size "1,928 KB">
+<!ENTITY bison-version "3.0.5">
+<!ENTITY bison-size "1,910 KB">
<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
-<!ENTITY bison-md5 "c342201de104cc9ce0a21e0ad10d4021">
+<!ENTITY bison-md5 "3e54f20988ecd1b62044e25481e5f06b">
<!ENTITY bison-home "&gnu-software;bison/">
<!ENTITY bison-ch5-du "32 MB">
<!ENTITY bison-ch5-sbu "0.3 SBU">
@@ -342,10 +342,10 @@
<!ENTITY intltool-ch6-du "1.5 MB">
<!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
-<!ENTITY iproute2-version "4.16.0">
-<!ENTITY iproute2-size "646 KB">
+<!ENTITY iproute2-version "4.17.0">
+<!ENTITY iproute2-size "660 KB">
<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
-<!ENTITY iproute2-md5 "1f12a70d767ef77ffa2d1a0c4ce48f1a">
+<!ENTITY iproute2-md5 "6f3a87fe2d97c28214fc2faab2c257d6">
<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
<!ENTITY iproute2-ch6-du "12 MB">
<!ENTITY iproute2-ch6-sbu "0.2 SBU">
@@ -415,13 +415,13 @@
<!ENTITY libtool-ch6-sbu "1.8 SBU">
<!ENTITY linux-major-version "4">
-<!ENTITY linux-minor-version "16">
-<!ENTITY linux-patch-version "10">
+<!ENTITY linux-minor-version "17">
+<!ENTITY linux-patch-version "1">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "100,618 KB">
+<!ENTITY linux-size "99,781 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "10fb5e17709a7cc345bf0ab673b99d7c">
+<!ENTITY linux-md5 "1b25fd66e33f78b5d860898e7910b3d7">
<!ENTITY linux-home "http://www.kernel.org/">
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,