Changeset e2745ee for BOOK


Ignore:
Timestamp:
Sep 18, 2015, 6:00:12 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
57f9ed0
Parents:
94b2a47
Message:

Remove ineffective sed for a security fix which is already applied in version 1.42.13.

Location:
BOOK
Files:
5 edited

Legend:

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

    r94b2a47 re2745ee  
    2828  <sect2 role="installation">
    2929    <title>Installation of E2fsprogs</title>
    30 
    31     <para os="s1">Fix a potential security issue identified upstream:</para>
    32 
    33 <screen os="s2"><userinput>sed -e '/int.*old_desc_blocks/s/int/blk64_t/' \
    34     -e '/if (old_desc_blocks/s/super->s_first_meta_bg/desc_blocks/' \
    35     -i lib/ext2fs/closefs.c</userinput></screen>
    3630
    3731    <para os="a">The E2fsprogs documentation recommends that the package be
  • BOOK/final-system/multilib/e2fsprogs-64bit.xml

    r94b2a47 re2745ee  
    2626
    2727<screen os="m4"><userinput>sed -i '/libdir.*=.*\/lib/s@/lib@/lib64@g' configure</userinput></screen>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="e2fsprogs.xml"
    31     xpointer="xpointer(//*[@os='s1'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="e2fsprogs.xml"
    35     xpointer="xpointer(//*[@os='s2'])"/>
    3628
    3729    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/e2fsprogs-n32.xml

    r94b2a47 re2745ee  
    2727
    2828<screen os="m4"><userinput>sed -i '/libdir.*=.*\/lib/s@/lib@/lib32@g' configure</userinput></screen>
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    31     href="e2fsprogs.xml"
    32     xpointer="xpointer(//*[@os='s1'])"/>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    35     href="e2fsprogs.xml"
    36     xpointer="xpointer(//*[@os='s2'])"/>
    3729
    3830    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/e2fsprogs.xml

    r94b2a47 re2745ee  
    2222  <sect2 role="installation">
    2323    <title>Installation of E2fsprogs</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/e2fsprogs.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/e2fsprogs.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    r94b2a47 re2745ee  
    3838
    3939    <listitem>
     40      <para>18 September 2015</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[William Harrington] - Remove sed for E2fsprogs. Fixes ticket
     44          <ulink url="&clfs-ticket-root;1073">#1073.</ulink></para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>16 September 2015</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.