aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-09-24 10:25:16 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-09-24 10:25:16 +0000
commit6b6933d8e7f29d815940b451f4da753808a4a391 (patch)
treeb641cf581b4e92308754dece181df14fe9c8d3d3 /chapter06
parent781ed1bcc9526e02bf24cac21d23d014c03d5c54 (diff)
Upgrade to util-linux-2.12r
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/util-linux.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 2aee89f76..eee00c416 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -53,21 +53,6 @@ The following patch properly fixes this issue:</para>
<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
-<para><command>cfdisk</command> segfaults if the disk contains a linux partition
-(type 83) that doesn't have an <systemitem class="filesystem">ext2</systemitem>,
-<systemitem class="filesystem">ext3</systemitem>,
-<systemitem class="filesystem">xfs</systemitem> or
-<systemitem class="filesystem">jfs</systemitem> filesystem on it. Apply the
-following patch to fix the problem:</para>
-
-<screen><userinput>patch -Np1 -i ../&util-linux-reiser_crash-patch;</userinput></screen>
-
-<para>Util-linux has a security vulnerability that could allow a user to remount
-a volume without the <option>nosuid</option> option. The following patch fixes
-this issue:</para>
-
-<screen><userinput>patch -Np1 -i ../&util-linux-umount-patch;</userinput></screen>
-
<para>Prepare Util-linux for compilation:</para>
<screen><userinput>./configure</userinput></screen>