Changeset f036150


Ignore:
Timestamp:
09/04/2005 12:05:56 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6e229d8
Parents:
886fa7f
Message:

Patch util-linux to stop cfdisk from segfaulting

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r886fa7f rf036150  
    9696<listitem><para>&perl-libc-patch;</para></listitem>
    9797<listitem><para>&mktemp-tempfile-patch;</para></listitem>
     98<listitem><para>&util-linux-reiser_crash-patch;</para></listitem>
    9899<listitem><para>&vim-security_fix-patch;</para></listitem>
    99100</itemizedlist>
     
    115116</listitem>
    116117
     118<listitem><para>September 4, 2005 [matt]: Add patch to stop
     119<command>cfdisk</command> segfaulting when invoked on devices with partitions
     120that don't contain an e2fs, xfs or jfs filesystem (see bug 1604)</para>
     121</listitem>
     122
    117123<listitem><para>September 4, 2005 [matt]: Upgrade to libtool-1.5.20</para>
    118124</listitem>
  • chapter03/patches.xml

    r886fa7f rf036150  
    157157
    158158<varlistentry>
     159<term>Util-linux Reiser Crash Patch - 2 KB:</term> <listitem>
     160<para><ulink url="&patches-root;&util-linux-reiser_crash-patch;"/></para>
     161</listitem>
     162</varlistentry>
     163
     164<varlistentry>
    159165<term>Vim Security Patch - 9 KB:</term><listitem>
    160166<para><ulink url="&patches-root;&vim-security_fix-patch;"/></para>
  • chapter06/util-linux.xml

    r886fa7f rf036150  
    5353
    5454<screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen>
     55
     56<para><command>cfdisk</command> segfaults if the disk contains a linux partition
     57(type 83) that doesn't have an <systemitem class="filesystem">e2fs</systemitem>,
     58<systemitem class="filesystem">xfs</systemitem> or
     59<systemitem class="filesystem">jfs</systemitem> filesystem on it.  Apply the
     60following patch to fix the problem:</para>
     61
     62<screen><userinput>patch -Np1 -i ../&util-linux-reiser_crash-patch;</userinput></screen>
    5563
    5664<para>Prepare Util-linux for compilation:</para>
  • patches.ent

    r886fa7f rf036150  
    3737<!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">
    3838
     39<!ENTITY util-linux-reiser_crash-patch "util-linux-&util-linux-version;-reiser_crash-2.patch">
     40
    3941<!ENTITY vim-security_fix-patch "vim-&vim-version;-security_fix-2.patch">
Note: See TracChangeset for help on using the changeset viewer.