Changeset c19433e in clfs-sysroot


Ignore:
Timestamp:
Oct 14, 2006, 3:13:56 PM (18 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
b8c1aeb
Parents:
f7a944b
Message:

Updated bash to 3.2.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/bash.xml

    rf7a944b rc19433e  
    2828    install HTML documentation, issue the following commands:</para>
    2929
    30 <screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz
    31 cp Makefile.in{,.orig}
    32 sed "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
    33     Makefile.in.orig &gt; Makefile.in</userinput></screen>
    34 
    35     <para os="p1">The following patch contains updates from the maintainer. The
    36     maintainer of Bash only releases these patches to fix serious issues.</para>
    37 
    38 <screen os="p2"><userinput>patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
     30<screen os="b"><userinput>tar -xvf ../bash-doc-&bash-doc-version;.tar.gz</userinput></screen>
    3931
    4032    <para os="c">Create a config.cache containing information that is not
     
    8274    <para os="j">Install the package:</para>
    8375
    84 <screen os="k"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     76<screen os="k"><userinput>make DESTDIR=${CLFS} htmldir=/usr/share/doc/bash-&bash-version; install</userinput></screen>
    8577
    8678    <para os="l">Create /bin/sh:</para>
  • BOOK/final-system/common/inetutils.xml

    rf7a944b rc19433e  
    3737
    3838    <para os="p5">This patch addresses an issue where telnet on certain machines
    39     will only send to 255.255.255.255. This was due to change in the way glibc
     39    will only send to 255.255.255.255. This was due to change in the way Glibc
    4040    handles inet_addr. Apply the following patch to correct this issue:</para>
    4141
  • BOOK/introduction/common/changelog.xml

    rf7a944b rc19433e  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[jciccone] - Updated Bash to 3.2.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[jciccone] - New patch for util-linux, replaces GCC 4 fixes.
    4447          The new patch fixes the same issues, and removes the use of
  • BOOK/materials/common/patches.xml

    rf7a944b rc19433e  
    2020
    2121    <varlistentry>
    22       <term>Bash Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
    23       <listitem>
    24         <para>Download: <ulink
    25         url="&patches-root;&bash-fixes-patch;"/></para>
    26         <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
    27       </listitem>
    28     </varlistentry>
    29 
    30     <varlistentry>
    3122      <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term>
    3223      <listitem>
  • BOOK/packages.ent

    rf7a944b rc19433e  
    1919<!ENTITY automake-directory "automake-1.9">
    2020
    21 <!ENTITY bash-version "3.1">
    22 <!ENTITY bash-size "2,475 KB">
     21<!ENTITY bash-version "3.2">
     22<!ENTITY bash-size "2,476 KB">
    2323<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
    24 <!ENTITY bash-md5 "ef5304c4b22aaa5088972c792ed45d72">
     24<!ENTITY bash-md5 "00bfa16d58e034e3c2aa27f390390d30">
    2525<!ENTITY bash-home "&gnu-software;bash/">
    2626
    27 <!ENTITY bash-doc-version "3.1">
    28 <!ENTITY bash-doc-size "2,013 KB">
     27<!ENTITY bash-doc-version "3.2">
     28<!ENTITY bash-doc-size "2,148 KB">
    2929<!ENTITY bash-doc-url "&gnu;bash/bash-doc-&bash-doc-version;.tar.gz">
    30 <!ENTITY bash-doc-md5 "a8c517c6a7b21b8b855190399c5935ae">
     30<!ENTITY bash-doc-md5 "0e904cb46ca873fcfa65df19b024bec9">
    3131<!ENTITY bash-doc-home " ">
    3232
  • BOOK/patches.ent

    rf7a944b rc19433e  
    55
    66<!-- Start of Common Patches -->
    7 
    8 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-8.patch">
    9 <!ENTITY bash-fixes-patch-md5 "bc337045fa4c5839babf0306cc9df6d0">
    10 <!ENTITY bash-fixes-patch-size "23 KB">
    117
    128<!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.