Changeset 2a86f57


Ignore:
Timestamp:
03/25/2006 11:44:31 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
7abc750
Parents:
2a31b72
Message:

Ported r7435:7448 from trunk to alphabetical branch.

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2a31b72 r2a86f57  
    3636    </listitem>
    3737-->
     38
     39     <listitem>
     40       <para>March 22, 2006</para>
     41       <itemizedlist>
     42         <listitem>
     43           <para>[archaic] - Updated to lfs-bootscripts-20060321.</para>
     44         </listitem>
     45       </itemizedlist>
     46     </listitem>
     47
     48    <listitem>
     49      <para>March 18, 2006</para>
     50      <itemizedlist>
     51        <listitem>
     52          <para>[matthew] - Do not run configure manually for iproute2 as it
     53          is run automatically by the Makefile.  Thanks to Chris Staub for the
     54          patch.  Fixes ticket #1734.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[matthew] - Make bzdiff use mktemp instead of the deprecated
     58          tempfile command.  Thanks to Chris Staub for the patch.  Fixes ticket
     59          #1713.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[matthew] - Upgrade to flex-2.5.33.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[matthew] - Upgrade to readline-5.1.004.</para>
     66        </listitem>
     67        <listitem>
     68          <para>[matthew] - Upgrade to bash-3.1.014.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[matthew] - Upgrade to psmisc-22.2.</para>
     72        </listitem>
     73        <listitem>
     74          <para>[matthew] - Upgrade to file-4.17.</para>
     75        </listitem>
     76        <listitem>
     77          <para>[matthew] - Use updated version of the coreutils suppression
     78          patch to prevent coreutils version of the su man page from being
     79          installed.  Fixes #1690.</para>
     80        </listitem>
     81      </itemizedlist>
     82    </listitem>
    3883
    3984    <listitem>
  • chapter01/whatsnew.xml

    r2a31b72 r2a86f57  
    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>
     
    110110      <para>Less &less-version;</para>
    111111    </listitem>
    112     <!--<listitem>
     112    <listitem>
    113113      <para>LFS-Bootscripts &lfs-bootscripts-version;</para>
    114     </listitem>-->
     114    </listitem>
    115115    <listitem>
    116116      <para>Libtool &libtool-version;</para>
     
    256256
    257257    <listitem>
     258      <para>flex-2.5.31-debian_fixes-3.patch</para>
     259    </listitem>
     260    <listitem>
    258261      <para>gcc-3.4.3-linkonce-1.patch</para>
    259262    </listitem>
  • chapter03/packages.xml

    r2a31b72 r2a86f57  
    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>
     
    357357
    358358    <varlistentry>
    359       <term>Psmisc (&psmisc-version;) - 194 KB:</term>
     359      <term>Psmisc (&psmisc-version;) - 199 KB:</term>
    360360      <listitem>
    361361        <para><ulink url="&sourceforge;psmisc/"/></para>
  • chapter03/patches.xml

    r2a31b72 r2a86f57  
    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

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

    r2a31b72 r2a86f57  
    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

    r2a31b72 r2a86f57  
    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

    r2a31b72 r2a86f57  
    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

    r2a31b72 r2a86f57  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "ALPHABETICAL-20060312">
    3 <!ENTITY releasedate "March 12, 2006">
     2<!ENTITY version "ALPHABETICAL-20060325">
     3<!ENTITY releasedate "March 25, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- 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">
     
    5858<!ENTITY kbd-version "1.12">
    5959<!ENTITY less-version "394">
    60 <!ENTITY lfs-bootscripts-version "20051223">
     60<!ENTITY lfs-bootscripts-version "20060321">
    6161<!ENTITY libtool-version "1.5.22">
    6262<!ENTITY linux-version "2.6.12.5">
     
    7474<!ENTITY perl-version "5.8.8">
    7575<!ENTITY procps-version "3.2.6">
    76 <!ENTITY psmisc-version "22.1">
     76<!ENTITY psmisc-version "22.2">
    7777<!ENTITY readline-version "5.1">
    7878<!ENTITY sed-version "4.1.5">
  • patches.ent

    r2a31b72 r2a86f57  
    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.