[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-129-ga76d4c4

git git at clfs.org
Sun Sep 6 20:12:48 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, sysvinit has been updated
       via  a76d4c465f470831007db10bf9491dc8c9c20093 (commit)
      from  e5b66e5c2334c25b7f918e0afa58eb4924f7c06f (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 a76d4c465f470831007db10bf9491dc8c9c20093
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Sep 6 22:12:38 2015 -0500

    Update Grep to 2.21 from 2.20.

diff --git a/BOOK/final-system/common/grep.xml b/BOOK/final-system/common/grep.xml
index dbc6ad9..edc7ac4 100644
--- a/BOOK/final-system/common/grep.xml
+++ b/BOOK/final-system/common/grep.xml
@@ -25,6 +25,10 @@
   <sect2 role="installation">
     <title>Installation of Grep</title>
 
+    <para os="s1">Fix a potential security issue identified upstream:</para>
+
+<screen os="s2"><userinput>sed -i -e '/tp++/a  if (ep <= tp) break;' src/kwset.c</userinput></screen>
+
     <para os="a">Prepare Grep for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
diff --git a/BOOK/final-system/multilib/grep.xml b/BOOK/final-system/multilib/grep.xml
index adf8565..160dd0f 100644
--- a/BOOK/final-system/multilib/grep.xml
+++ b/BOOK/final-system/multilib/grep.xml
@@ -23,6 +23,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/grep.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/grep.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/grep.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index cea8a33..08d75f6 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,10 @@
       <para>06 September 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Update Grep to 2.21. Fixes ticket
+          <ulink url="&clfs-ticket-root;1028">#1028.</ulink></para> 
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Update DejaGNU to 1.5.3. Fixes ticket
           <ulink url="&clfs-ticket-root;1025">#1025.</ulink></para> 
         </listitem>
diff --git a/BOOK/packages.ent b/BOOK/packages.ent
index 66ef2cd..3658a02 100644
--- a/BOOK/packages.ent
+++ b/BOOK/packages.ent
@@ -197,10 +197,10 @@
 <!ENTITY gperf-md5 "c1f1db32fb6598d6a93e6e88796a8632">
 <!ENTITY gperf-home "&gnu-software;gperf">
 
-<!ENTITY grep-version "2.20">
-<!ENTITY grep-size "1,237 KB">
+<!ENTITY grep-version "2.21">
+<!ENTITY grep-size "1,262 KB">
 <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
-<!ENTITY grep-md5 "2cbea44a4f1548aee20b9ff2d3076908">
+<!ENTITY grep-md5 "43c48064d6409862b8a850db83c8038a">
 <!ENTITY grep-home "&gnu-software;grep">
 
 <!ENTITY groff-version "1.22.2">

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

Summary of changes:
 BOOK/final-system/common/grep.xml      |    4 ++++
 BOOK/final-system/multilib/grep.xml    |    8 ++++++++
 BOOK/introduction/common/changelog.xml |    4 ++++
 BOOK/packages.ent                      |    6 +++---
 4 files changed, 19 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list