- Timestamp:
- Oct 14, 2006, 3:13:56 PM (18 years ago)
- Branches:
- master
- Children:
- b8c1aeb
- Parents:
- f7a944b
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/bash.xml
rf7a944b rc19433e 28 28 install HTML documentation, issue the following commands:</para> 29 29 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 > 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> 39 31 40 32 <para os="c">Create a config.cache containing information that is not … … 82 74 <para os="j">Install the package:</para> 83 75 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> 85 77 86 78 <para os="l">Create /bin/sh:</para> -
BOOK/final-system/common/inetutils.xml
rf7a944b rc19433e 37 37 38 38 <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 glibc39 will only send to 255.255.255.255. This was due to change in the way Glibc 40 40 handles inet_addr. Apply the following patch to correct this issue:</para> 41 41 -
BOOK/introduction/common/changelog.xml
rf7a944b rc19433e 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[jciccone] - Updated Bash to 3.2.</para> 44 </listitem> 45 <listitem> 43 46 <para>[jciccone] - New patch for util-linux, replaces GCC 4 fixes. 44 47 The new patch fixes the same issues, and removes the use of -
BOOK/materials/common/patches.xml
rf7a944b rc19433e 20 20 21 21 <varlistentry> 22 <term>Bash Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>23 <listitem>24 <para>Download: <ulink25 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>31 22 <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term> 32 23 <listitem> -
BOOK/packages.ent
rf7a944b rc19433e 19 19 <!ENTITY automake-directory "automake-1.9"> 20 20 21 <!ENTITY bash-version "3. 1">22 <!ENTITY bash-size "2,47 5KB">21 <!ENTITY bash-version "3.2"> 22 <!ENTITY bash-size "2,476 KB"> 23 23 <!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz"> 24 <!ENTITY bash-md5 " ef5304c4b22aaa5088972c792ed45d72">24 <!ENTITY bash-md5 "00bfa16d58e034e3c2aa27f390390d30"> 25 25 <!ENTITY bash-home "&gnu-software;bash/"> 26 26 27 <!ENTITY bash-doc-version "3. 1">28 <!ENTITY bash-doc-size "2, 013KB">27 <!ENTITY bash-doc-version "3.2"> 28 <!ENTITY bash-doc-size "2,148 KB"> 29 29 <!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"> 31 31 <!ENTITY bash-doc-home " "> 32 32 -
BOOK/patches.ent
rf7a944b rc19433e 5 5 6 6 <!-- 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">11 7 12 8 <!ENTITY binutils-posix-patch "binutils-&binutils-version;-posix-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.