Ignore:
Timestamp:
Sep 4, 2015, 6:01:50 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
00fa0bb
Parents:
13cfe95a
Message:

Update E2fsprogs to 1.42.13 fro 1.42.12 and add --bindir=/bin and a potential security fix sed located at https://lwn.net/Articles/652348/?format=printable

File:
1 edited

Legend:

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

    r13cfe95a r8119e26  
    2929    <title>Installation of E2fsprogs</title>
    3030
     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>
     36
    3137    <para os="a">The E2fsprogs documentation recommends that the package be
    3238    built in a subdirectory of the source tree:</para>
     
    3743    <para os="c">Prepare E2fsprogs for compilation:</para>
    3844
    39 <screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \
    40     --enable-elf-shlibs --disable-libblkid \
    41     --disable-libuuid --disable-fsck \
    42     --disable-uuidd</userinput></screen>
     45<screen os="d"><userinput>../configure --prefix=/usr --bindir=/bin \
     46    --with-root-prefix="" --enable-elf-shlibs --disable-libblkid \
     47    --disable-libuuid --disable-fsck --disable-uuidd</userinput></screen>
    4348
    4449    <variablelist os="e">
Note: See TracChangeset for help on using the changeset viewer.