Changeset 1868699


Ignore:
Timestamp:
03/25/2006 12:02:00 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e44b6e36
Parents:
d50ac7b
Message:

Ported r7435:7448 from trunk to udev_update branch.

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd50ac7b r1868699  
    5555          udevstart. Added text and commands for generating Udev bug reports.
    5656          </para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
     62      <para>March 18, 2006</para>
     63      <itemizedlist>
     64        <listitem>
     65          <para>[matthew] - Do not run configure manually for iproute2 as it
     66          is run automatically by the Makefile.  Thanks to Chris Staub for the
     67          patch.  Fixes ticket #1734.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[matthew] - Make bzdiff use mktemp instead of the deprecated
     71          tempfile command.  Thanks to Chris Staub for the patch.  Fixes ticket
     72          #1713.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[matthew] - Upgrade to flex-2.5.33.</para>
     76        </listitem>
     77        <listitem>
     78          <para>[matthew] - Upgrade to readline-5.1.004.</para>
     79        </listitem>
     80        <listitem>
     81          <para>[matthew] - Upgrade to bash-3.1.014.</para>
     82        </listitem>
     83        <listitem>
     84          <para>[matthew] - Upgrade to psmisc-22.2.</para>
     85        </listitem>
     86        <listitem>
     87          <para>[matthew] - Upgrade to file-4.17.</para>
     88        </listitem>
     89        <listitem>
     90          <para>[matthew] - Use updated version of the coreutils suppression
     91          patch to prevent coreutils version of the su man page from being
     92          installed.  Fixes #1690.</para>
    5793        </listitem>
    5894      </itemizedlist>
  • chapter01/whatsnew.xml

    rd50ac7b r1868699  
    6565      <para>Findutils &findutils-version;</para>
    6666    </listitem>
    67     <!--<listitem>
     67    <listitem>
    6868      <para>Flex &flex-version;</para>
    69     </listitem>-->
     69    </listitem>
    7070    <listitem>
    7171      <para>Gawk &gawk-version;</para>
     
    253253
    254254    <listitem>
     255      <para>flex-2.5.31-debian_fixes-3.patch</para>
     256    </listitem>
     257    <listitem>
    255258      <para>gcc-3.4.3-linkonce-1.patch</para>
    256259    </listitem>
  • chapter03/packages.xml

    rd50ac7b r1868699  
    107107
    108108    <varlistentry>
    109       <term>File (&file-version;) - 399 KB:</term>
     109      <term>File (&file-version;) - 404 KB:</term>
    110110      <listitem>
    111111        <para><ulink url="ftp://ftp.gw.com/mirrors/pub/unix/file/"/></para>
     
    130130
    131131    <varlistentry>
    132       <term>Flex (&flex-version;) - 672 KB:</term>
     132      <term>Flex (&flex-version;) - 679 KB:</term>
    133133      <listitem>
    134134        <para><ulink url="&sourceforge;flex/"/></para>
     
    350350
    351351    <varlistentry>
    352       <term>Psmisc (&psmisc-version;) - 194 KB:</term>
     352      <term>Psmisc (&psmisc-version;) - 199 KB:</term>
    353353      <listitem>
    354354        <para><ulink url="&sourceforge;psmisc/"/></para>
  • chapter03/patches.xml

    rd50ac7b r1868699  
    2020
    2121    <varlistentry>
    22       <term>Bash Upstream Fixes Patch - 120 KB:</term>
     22      <term>Bash Upstream Fixes Patch - 18 KB:</term>
    2323      <listitem>
    2424        <para><ulink url="&patches-root;&bash-fixes-patch;"/></para>
     
    4848
    4949    <varlistentry>
    50       <term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
     50      <term>Coreutils Suppress Uptime, Kill, Su Patch - 13 KB:</term>
    5151      <listitem>
    5252        <para><ulink url="&patches-root;&coreutils-suppress-patch;"/></para>
     
    7676
    7777    <varlistentry>
    78       <term>Flex Brokenness Patch - 156 KB:</term>
    79       <listitem>
    80         <para><ulink url="&patches-root;&flex-fixes-patch;"/></para>
    81       </listitem>
    82     </varlistentry>
    83 
    84     <varlistentry>
    8578      <term>Gawk Segfault Patch - 1 KB:</term>
    8679      <listitem>
     
    174167
    175168    <varlistentry>
    176       <term>Readline Upstream Fixes Patch - 2 KB:</term>
     169      <term>Readline Upstream Fixes Patch - 4 KB:</term>
    177170      <listitem>
    178171        <para><ulink url="&patches-root;&readline-fixes-patch;"/></para>
  • chapter06/bzip2.xml

    rd50ac7b r1868699  
    5757<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
    5858
     59    <para>The bzdiff script still uses the deprecated
     60    <command>tempfile</command> program. Update it to use
     61    <command>mktemp</command> instead:</para>
     62
     63<screen><userinput>sed -i 's@tempfile -d /tmp -p bz@mktemp -p /tmp@' bzdiff</userinput></screen>
     64
    5965    <para>Prepare Bzip2 for compilation with:</para>
    6066
  • chapter06/file.xml

    rd50ac7b r1868699  
    2626
    2727      <seglistitem>
    28         <seg>0.1 SBU</seg>
    29         <seg>6.2 MB</seg>
     28        <seg>0.2 SBU</seg>
     29        <seg>6.6 MB</seg>
    3030      </seglistitem>
    3131    </segmentedlist>
  • chapter06/flex.xml

    rd50ac7b r1868699  
    2727      <seglistitem>
    2828        <seg>0.1 SBU</seg>
    29         <seg>22.5 MB</seg>
     29        <seg>21.3 MB</seg>
    3030      </seglistitem>
    3131    </segmentedlist>
     
    4444  <sect2 role="installation">
    4545    <title>Installation of Flex</title>
    46 
    47     <para>Flex contains several known bugs. Fix these with the following
    48     patch:</para>
    49 
    50 <screen><userinput>patch -Np1 -i ../&flex-fixes-patch;</userinput></screen>
    51 
    52     <para>The GNU autotools detects that the Flex source code has been
    53     modified by the previous patch and tries to update the man page
    54     accordingly. This does not work correctly on many systems, and the
    55     default page is fine, so make sure it does not get regenerated:</para>
    56 
    57 <screen><userinput>touch doc/flex.1</userinput></screen>
    5846
    5947    <para>Prepare Flex for compilation:</para>
  • chapter06/iproute2.xml

    rd50ac7b r1868699  
    4444    <title>Installation of IPRoute2</title>
    4545
    46     <para>Prepare IPRoute2 for compilation:</para>
    47 
    48 <screen><userinput>chmod u+x configure &amp;&amp;
    49 ./configure</userinput></screen>
    50 
    5146    <para>Compile the package:</para>
    5247
  • general.ent

    rd50ac7b r1868699  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "udev_update-20060322">
    3 <!ENTITY releasedate "March 22, 2006">
     2<!ENTITY version "udev_update-20060325">
     3<!ENTITY releasedate "March 25, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "udev_update"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     
    4141<!ENTITY expect-version "5.43.0">
    4242<!ENTITY expect-lib-version "5.43">
    43 <!ENTITY file-version "4.16">
     43<!ENTITY file-version "4.17">
    4444<!ENTITY findutils-version "4.2.27">
    45 <!ENTITY flex-version "2.5.31">
     45<!ENTITY flex-version "2.5.33">
    4646<!ENTITY gawk-version "3.1.5">
    4747<!ENTITY gcc-version "4.0.3">
     
    7373<!ENTITY perl-version "5.8.8">
    7474<!ENTITY procps-version "3.2.6">
    75 <!ENTITY psmisc-version "22.1">
     75<!ENTITY psmisc-version "22.2">
    7676<!ENTITY readline-version "5.1">
    7777<!ENTITY sed-version "4.1.5">
  • patches.ent

    rd50ac7b r1868699  
    22
    33<!-- Start of Common Patches -->
    4 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-5.patch">
     4<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-6.patch">
    55
    66<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
     
    88
    99<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
    10 <!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
     10<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-2.patch">
    1111<!ENTITY coreutils-uname-patch "coreutils-&coreutils-version;-uname-1.patch">
    1212
     
    1414
    1515<!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-1.patch">
    16 
    17 <!ENTITY flex-fixes-patch "flex-&flex-version;-debian_fixes-3.patch">
    1816
    1917<!ENTITY gawk-segfault-patch "gawk-&gawk-version;-segfault_fix-1.patch">
     
    4240<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
    4341
    44 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-2.patch">
     42<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-3.patch">
    4543
    4644<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
Note: See TracChangeset for help on using the changeset viewer.