Changeset 408d21f


Ignore:
Timestamp:
10/29/2007 09:41:50 PM (17 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.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:
cc639f7
Parents:
1129dbd
Message:

Add a patch to fix a segfault in usb_id.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1129dbd r408d21f  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Add a patch to fix a segfault in usb_id.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[matthew] - Upgrade to Tcl-8.4.16. Fixes
    4447          <ulink url="&lfs-ticket-root;2084">#2084</ulink>.</para>
  • chapter01/whatsnew.xml

    r1129dbd r408d21f  
    218218
    219219    <listitem>
     220      <para>&udev-usbid-patch;</para>
     221    </listitem>
     222
     223    <listitem>
    220224      <para>&vim-fixes-patch;</para>
    221225    </listitem>
  • chapter06/udev.xml

    r1129dbd r408d21f  
    5757ln -sv /proc/self/fd/2 /lib/udev/devices/stderr
    5858ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
     59
     60    <para><command>usb_id</command> is known to segfault under certain kernel
     61    configurations.  Fix the issue by applying the following patch:</para>
     62
     63<screen><userinput remap="pre">patch -Np1 -i ../&udev-usbid-patch;</userinput></screen>
    5964
    6065    <para>Compile the package:</para>
  • patches.ent

    r1129dbd r408d21f  
    104104<!ENTITY texinfo-tempfile_fix-patch-size "2.2 KB">
    105105
     106<!ENTITY udev-usbid-patch "udev-&udev-version;-usb_id-1.patch">
     107<!ENTITY udev-usbid-md5 "247614818827422b99672ea8bf3909ec">
     108<!ENTITY udev-usbid-patch-size "3.2 KB">
     109
    106110<!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">
    107111<!ENTITY util-linux-cramfs-patch-md5 "1c3f40b30e12738eb7b66a35b7374572">
Note: See TracChangeset for help on using the changeset viewer.