Changeset e2745ee for BOOK/final-system
- Timestamp:
- Sep 18, 2015, 6:00:12 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- 57f9ed0
- Parents:
- 94b2a47
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
r94b2a47 re2745ee 28 28 <sect2 role="installation"> 29 29 <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>36 30 37 31 <para os="a">The E2fsprogs documentation recommends that the package be -
BOOK/final-system/multilib/e2fsprogs-64bit.xml
r94b2a47 re2745ee 26 26 27 27 <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'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/e2fsprogs-n32.xml
r94b2a47 re2745ee 27 27 28 28 <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'])"/>37 29 38 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/final-system/multilib/e2fsprogs.xml
r94b2a47 re2745ee 22 22 <sect2 role="installation"> 23 23 <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'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.