Changeset 43ef6eb


Ignore:
Timestamp:
Jan 7, 2016, 12:28:14 AM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
3e74c06
Parents:
8e6cddf
Message:

No need for grep security fix

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/grep.xml

    r8e6cddf r43ef6eb  
    2525  <sect2 role="installation">
    2626    <title>Installation of Grep</title>
    27 
    28     <para os="s1">Fix a potential security issue identified upstream:</para>
    29 
    30 <screen os="s2"><userinput>sed -i -e '/tp++/a  if (ep &lt;= tp) break;' src/kwset.c</userinput></screen>
    3127
    3228    <para os="a">Prepare Grep for compilation:</para>
  • BOOK/final-system/multilib/grep.xml

    r8e6cddf r43ef6eb  
    2121  <sect2 role="installation">
    2222    <title>Installation of Grep</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    25     href="../common/grep.xml"
    26     xpointer="xpointer(//*[@os='s1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    29     href="../common/grep.xml"
    30     xpointer="xpointer(//*[@os='s2'])"/>
    3123
    3224    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r8e6cddf r43ef6eb  
    3838
    3939    <listitem>
     40      <para>07 January 2016</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed command in Grep instructions for security fix
     44          that was addressed in latest version.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>28 December 2015</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.