[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-313-g733dd64

git git at clfs.org
Thu May 4 17:31:56 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  733dd64e8279ae40d38c1ae71f86cea353fd185b (commit)
      from  2f0e26b5effc550f9444d01d74631a3fd318bb0a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 733dd64e8279ae40d38c1ae71f86cea353fd185b
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu May 4 19:31:39 2017 -0500

    Update BC to 1.07 and update install commands.

diff --git a/BOOK/final-system/common/bc.xml b/BOOK/final-system/common/bc.xml
index 0a40408..2d97625 100644
--- a/BOOK/final-system/common/bc.xml
+++ b/BOOK/final-system/common/bc.xml
@@ -24,9 +24,20 @@
   <sect2 role="installation">
     <title>Installation of Bc</title>
 
-    <para os="p1">Fix memory leaks:</para>
-
-<screen os="p2"><userinput>patch -Np1 -i ../bc-1.06.95-memory_leak-1.patch</userinput></screen>
+    <para os="s1">Change an internal script to use <command>sed</command> 
+        instead of <command>ed</command>:</para>
+
+<screen os="s2"><userinput>cat > bc/fix-libmath_h << "EOF"
+#! /bin/bash
+sed -e '1   s/^/{"/' \
+    -e     's/$/",/' \
+    -e '2,$ s/^/"/'  \
+    -e   '$ d'       \
+    -i libmath.h
+
+sed -e '$ s/$/0}/' \
+-i libmath.h
+EOF</userinput></screen>
 
     <para os="a">Prepare Bc for compilation:</para>
 
diff --git a/BOOK/final-system/multilib/bc.xml b/BOOK/final-system/multilib/bc.xml
index 2f89fd2..bf2aff9 100644
--- a/BOOK/final-system/multilib/bc.xml
+++ b/BOOK/final-system/multilib/bc.xml
@@ -23,11 +23,11 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bc.xml"
-    xpointer="xpointer(//*[@os='p1'])"/>
+    xpointer="xpointer(//*[@os='s1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bc.xml"
-    xpointer="xpointer(//*[@os='p2'])"/>
+    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bc.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 42c89f6..264ad32 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -39,10 +39,13 @@
       <para>04 May 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Upgrade BC to 1.07. Fixes
+          ticket <ulink url="&clfs-ticket-root;1105">#1124.</ulink></para> 
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Upgrade Grep to 3.0. Fixes
           ticket <ulink url="&clfs-ticket-root;1105">#1107.</ulink></para> 
         </listitem>
-
         <listitem>
           <para>[William Harrington] - Upgrade Readline to 7.0. Fixes
           ticket <ulink url="&clfs-ticket-root;1105">#1086.</ulink></para> 
diff --git a/BOOK/materials/common/patches.xml b/BOOK/materials/common/patches.xml
index 3cd4541..7651eb7 100644
--- a/BOOK/materials/common/patches.xml
+++ b/BOOK/materials/common/patches.xml
@@ -27,15 +27,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink
-        url="&patches-root;&bc-memory-leak-patch;"/></para>
-        <para>MD5 sum: <literal>&bc-memory-leak-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
 <!-- Binutils branch update area
     <varlistentry>
       <term>Binutils Branch Update Patch - <token>&binutils-branch_update-patch-size;</token>:</term>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index beb81de..66d6f7a 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -30,10 +30,10 @@
 <!ENTITY bash-md5 "148888a7c95ac23705559b6f477dfe25">
 <!ENTITY bash-home "&gnu-software;bash">
 
-<!ENTITY bc-version "1.06.95">
-<!ENTITY bc-size "284 KB">
+<!ENTITY bc-version "1.07">
+<!ENTITY bc-size "420 KB">
 <!ENTITY bc-url "&alpha-gnu;bc/bc-&bc-version;.tar.bz2">
-<!ENTITY bc-md5 "5126a721b73f97d715bb72c13c889035">
+<!ENTITY bc-md5 "cda93857418655ea43590736fc3ca9fc">
 <!ENTITY bc-home "&gnu-software;bc/">
 
 <!ENTITY binutils-version "2.25.1">
diff --git a/BOOK/patches.ent b/BOOK/patches.ent
index 694ed28..e1a72f9 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -8,10 +8,6 @@
 <!ENTITY bash-branch_update-patch-md5 "9f59bec94bfd1023d9c6a76b49187420">
 <!ENTITY bash-branch_update-patch-size "17 KB">
 
-<!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch">
-<!ENTITY bc-memory-leak-patch-md5 "877e81fba316fe487ec23501059d54b8">
-<!ENTITY bc-memory-leak-patch-size "1.414 KB">
-
 <!-- Binutils branch update area
 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-1.patch">
 <!ENTITY binutils-branch_update-patch-md5 "4fcdd8ef88fe07db8616e91a14bc5ac8">

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/bc.xml        |   17 ++++++++++++++---
 BOOK/final-system/multilib/bc.xml      |    4 ++--
 BOOK/introduction/common/changelog.xml |    5 ++++-
 BOOK/materials/common/patches.xml      |    9 ---------
 BOOK/packages.ent                      |    6 +++---
 BOOK/patches.ent                       |    4 ----
 6 files changed, 23 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list