[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-132-ge2eebf6

git git at clfs.org
Fri Sep 4 20:10:18 PDT 2015


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, master has been updated
       via  e2eebf69c2fbe4ef97d1c681393bad2f011b7f7f (commit)
      from  09c0ac772ff6aa916fe2d0750faf5d682bba0493 (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 e2eebf69c2fbe4ef97d1c681393bad2f011b7f7f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Fri Sep 4 22:10:06 2015 -0500

    BC memoryh leak patch.

diff --git a/BOOK/final-system/common/bc.xml b/BOOK/final-system/common/bc.xml
index 6074777..ea57b75 100644
--- a/BOOK/final-system/common/bc.xml
+++ b/BOOK/final-system/common/bc.xml
@@ -24,6 +24,10 @@
   <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="a">Prepare Bc for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr --with-readline \
diff --git a/BOOK/final-system/multilib/bc.xml b/BOOK/final-system/multilib/bc.xml
index 5a3e990..71244e1 100644
--- a/BOOK/final-system/multilib/bc.xml
+++ b/BOOK/final-system/multilib/bc.xml
@@ -23,7 +23,11 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bc.xml"
-    xpointer="xpointer(//*[@os='a'])"/>
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/bc.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
     --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>
diff --git a/BOOK/materials/common/patches.xml b/BOOK/materials/common/patches.xml
index 1ad8e98..b5165ae 100644
--- a/BOOK/materials/common/patches.xml
+++ b/BOOK/materials/common/patches.xml
@@ -27,6 +27,15 @@
       </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/patches.ent b/BOOK/patches.ent
index 9f04cfb..1df26e9 100644
--- a/BOOK/patches.ent
+++ b/BOOK/patches.ent
@@ -8,6 +8,10 @@
 <!ENTITY bash-branch_update-patch-md5 "712a693471a88bcece45fa566f8b6c57">
 <!ENTITY bash-branch_update-patch-size "129 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   |    4 ++++
 BOOK/final-system/multilib/bc.xml |    6 +++++-
 BOOK/materials/common/patches.xml |    9 +++++++++
 BOOK/patches.ent                  |    4 ++++
 4 files changed, 22 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list