Jelajahi Sumber

Update to linnux-4.10.9.
Update to bc-1.07.1.



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 8 tahun lalu
induk
melakukan
e97fa92459
4 mengubah file dengan 24 tambahan dan 15 penghapusan
  1. 14 0
      chapter01/changelog.xml
  2. 1 6
      chapter06/bc.xml
  3. 3 3
      general.ent
  4. 6 6
      packages.ent

+ 14 - 0
chapter01/changelog.xml

@@ -42,6 +42,20 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
+    <listitem>
+      <para>2017-04-07</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to linnux-4.10.9. Fixes
+          <ulink url="&lfs-ticket-root;4073">#4073</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to bc-1.07.1. Fixes
+          <ulink url="&lfs-ticket-root;4074">#4074</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2017-04-07</para>
       <itemizedlist>

+ 1 - 6
chapter06/bc.xml

@@ -56,11 +56,6 @@ sed -e '$ s/$/0}/' \
     -i libmath.h
 EOF</userinput></screen> 
 
-    <para>Now fix an error in the code:</para>
-
-<screen><userinput remap="pre">sed -i "/return (' ')/s/' '/':'/" bc/execute.c</userinput></screen>
-
-
     <para>Create temporary symbolic links so the package can find
     the readline library and confirm that its required libncurses
     library is available. Even though the libraries are in /tools/lib
@@ -99,7 +94,7 @@ ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen>
 
     <para>Compile the package:</para>
 
-<screen><userinput remap="make">make -j1</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
 
     <para>To test bc, run the commands below. There is quite a bit of output,
     so you may want to redirect it to a file. There are a very small percentage

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20170407">
+<!ENTITY version         "SVN-20170410">
 <!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        "20170403-systemd">
+<!ENTITY versiond        "20170410-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "April 7, 2017">
+<!ENTITY releasedate     "April 10, 2017">
 
 <!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.1">

+ 6 - 6
packages.ent

@@ -50,10 +50,10 @@
 <!ENTITY bash-ch6-du "56 MB">
 <!ENTITY bash-ch6-sbu "1.7 SBU">
 
-<!ENTITY bc-version "1.07">
-<!ENTITY bc-size "409 KB">
+<!ENTITY bc-version "1.07,1">
+<!ENTITY bc-size "411 KB">
 <!ENTITY bc-url "&gnu;bc/bc-&bc-version;.tar.gz">
-<!ENTITY bc-md5 "e91638a947beadabf4d7770bdbb3d512">
+<!ENTITY bc-md5 "cda93857418655ea43590736fc3ca9fc">
 <!ENTITY bc-home "&gnu-software;bc/">
 <!ENTITY bc-ch6-du "3.6 MB">
 <!ENTITY bc-ch6-sbu "0.1 SBU">
@@ -392,12 +392,12 @@
 
 <!ENTITY linux-major-version "4">
 <!ENTITY linux-minor-version "10">
-<!ENTITY linux-patch-version "8">
+<!ENTITY linux-patch-version "9">
 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "92,027 KB">
+<!ENTITY linux-size "92,033 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "b47818fdb9edc22f68c534c2219446b7">
+<!ENTITY linux-md5 "1b0750c97a9f2913f94692bf1399056f">
 <!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,