Author: bdubbs
Date: Tue Jun 12 11:28:56 2018
New Revision: 11418

Log:
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.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter06/bison.xml
   trunk/BOOK/chapter06/gcc.xml
   trunk/BOOK/chapter06/iproute2.xml
   trunk/BOOK/chapter06/xz.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/chapter01/changelog.xml  Tue Jun 12 11:28:56 2018        (r11418)
@@ -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>

Modified: trunk/BOOK/chapter01/whatsnew.xml
==============================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/chapter01/whatsnew.xml   Tue Jun 12 11:28:56 2018        (r11418)
@@ -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>-->

Modified: trunk/BOOK/chapter06/bison.xml
==============================================================================
--- trunk/BOOK/chapter06/bison.xml      Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/chapter06/bison.xml      Tue Jun 12 11:28:56 2018        (r11418)
@@ -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>
 

Modified: trunk/BOOK/chapter06/gcc.xml
==============================================================================
--- trunk/BOOK/chapter06/gcc.xml        Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/chapter06/gcc.xml        Tue Jun 12 11:28:56 2018        (r11418)
@@ -122,7 +122,7 @@
 
     <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 @@
 <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>

Modified: trunk/BOOK/chapter06/iproute2.xml
==============================================================================
--- trunk/BOOK/chapter06/iproute2.xml   Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/chapter06/iproute2.xml   Tue Jun 12 11:28:56 2018        (r11418)
@@ -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>
 

Modified: trunk/BOOK/chapter06/xz.xml
==============================================================================
--- trunk/BOOK/chapter06/xz.xml Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/chapter06/xz.xml Tue Jun 12 11:28:56 2018        (r11418)
@@ -299,7 +299,7 @@
       <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>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/general.ent      Tue Jun 12 11:28:56 2018        (r11418)
@@ -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">

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Thu May 31 11:21:55 2018        (r11417)
+++ trunk/BOOK/packages.ent     Tue Jun 12 11:28:56 2018        (r11418)
@@ -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,
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to