Browse Source

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

Bruce Dubbs 7 years ago
parent
commit
b30de8f95e
8 changed files with 47 additions and 26 deletions
  1. 26 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 1 6
      chapter06/bison.xml
  4. 2 2
      chapter06/gcc.xml
  5. 2 2
      chapter06/iproute2.xml
  6. 1 1
      chapter06/xz.xml
  7. 3 3
      general.ent
  8. 10 10
      packages.ent

+ 26 - 0
chapter01/changelog.xml

@@ -43,6 +43,32 @@
     appropriate for the entry or if needed the entire day's listitem.
     appropriate for the entry or if needed the entire day's listitem.
 -->
 -->
 
 
+    <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>
     <listitem>
       <para>2018-05-22</para>
       <para>2018-05-22</para>
       <itemizedlist>
       <itemizedlist>

+ 2 - 2
chapter01/whatsnew.xml

@@ -47,9 +47,9 @@
     <!--<listitem>
     <!--<listitem>
       <para>Binutils-&binutils-version;</para>
       <para>Binutils-&binutils-version;</para>
    </listitem>-->
    </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Bison-&bison-version;</para>
       <para>Bison-&bison-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
     <!--<listitem>
       <para>Bzip2-&bzip2-version;</para>
       <para>Bzip2-&bzip2-version;</para>
     </listitem>-->
     </listitem>-->

+ 1 - 6
chapter06/bison.xml

@@ -39,11 +39,7 @@
 
 
   <sect2 role="installation">
   <sect2 role="installation">
     <title>Installation of Bison</title>
     <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>
     <para>Prepare Bison for compilation:</para>
 
 
 <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
 <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
     <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
     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>
     <para>Install the package:</para>
 
 

+ 2 - 2
chapter06/gcc.xml

@@ -122,7 +122,7 @@ cd       build</userinput></screen>
 
 
     <para>Results can be compared with those located at <ulink
     <para>Results can be compared with those located at <ulink
     url="&test-results;"/> and
     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
     <para>A few unexpected failures cannot always be avoided. The GCC developers
     are usually aware of these issues, but have not resolved them yet.
     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>
 <screen><userinput remap="install">make install</userinput></screen>
 
 
     <para>Create a symlink required by the <ulink
     <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>
     for "historical" reasons.</para>
 
 
 <screen><userinput remap="install">ln -sv ../usr/bin/cpp /lib</userinput></screen>
 <screen><userinput remap="install">ln -sv ../usr/bin/cpp /lib</userinput></screen>

+ 2 - 2
chapter06/iproute2.xml

@@ -53,10 +53,10 @@
 <screen><userinput remap="pre">sed -i /ARPD/d Makefile
 <screen><userinput remap="pre">sed -i /ARPD/d Makefile
 rm -fv man/man8/arpd.8</userinput></screen>
 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>
     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>
     <para>Compile the package:</para>
 
 

+ 1 - 1
chapter06/xz.xml

@@ -299,7 +299,7 @@ ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) /usr/lib/liblzma.so</userinput
       <varlistentry id="xzegrep">
       <varlistentry id="xzegrep">
         <term><command>xzegrep</command></term>
         <term><command>xzegrep</command></term>
         <listitem>
         <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">
           <indexterm zone="ch-system-xz xzegrep">
             <primary sortas="b-xzegrep">xzegrep</primary>
             <primary sortas="b-xzegrep">xzegrep</primary>
           </indexterm>
           </indexterm>

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20180525">
+<!ENTITY version         "SVN-20180612">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
 
-<!ENTITY versiond        "20180531-systemd">
+<!ENTITY versiond        "20180612-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-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 copyrightdate   "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.3">
 <!ENTITY milestone       "8.3">

+ 10 - 10
packages.ent

@@ -70,10 +70,10 @@
 <!ENTITY binutils-ch6-du "4.2 GB">
 <!ENTITY binutils-ch6-du "4.2 GB">
 <!ENTITY binutils-ch6-sbu "6.0 SBU">
 <!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-url "&gnu;bison/bison-&bison-version;.tar.xz">
-<!ENTITY bison-md5 "c342201de104cc9ce0a21e0ad10d4021">
+<!ENTITY bison-md5 "3e54f20988ecd1b62044e25481e5f06b">
 <!ENTITY bison-home "&gnu-software;bison/">
 <!ENTITY bison-home "&gnu-software;bison/">
 <!ENTITY bison-ch5-du "32 MB">
 <!ENTITY bison-ch5-du "32 MB">
 <!ENTITY bison-ch5-sbu "0.3 SBU">
 <!ENTITY bison-ch5-sbu "0.3 SBU">
@@ -342,10 +342,10 @@
 <!ENTITY intltool-ch6-du "1.5 MB">
 <!ENTITY intltool-ch6-du "1.5 MB">
 <!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
 <!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-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-home "&kernel;linux/utils/net/iproute2/">
 <!ENTITY iproute2-ch6-du "12 MB">
 <!ENTITY iproute2-ch6-du "12 MB">
 <!ENTITY iproute2-ch6-sbu "0.2 SBU">
 <!ENTITY iproute2-ch6-sbu "0.2 SBU">
@@ -415,13 +415,13 @@
 <!ENTITY libtool-ch6-sbu "1.8 SBU">
 <!ENTITY libtool-ch6-sbu "1.8 SBU">
 
 
 <!ENTITY linux-major-version "4">
 <!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;"> -->
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-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-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/">
 <!ENTITY linux-home "http://www.kernel.org/">
 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
  allnoconfig extended for a hopefully-bootable build on desktop machine,
  allnoconfig extended for a hopefully-bootable build on desktop machine,