Changeset 446a6fc


Ignore:
Timestamp:
02/16/2011 08:19:10 PM (13 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.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:
e11721e
Parents:
5805258
Message:

Upgrade to Bash-4.2. Fixes #2830.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5805258 r446a6fc  
    4141      <itemizedlist>
    4242         <listitem>
     43          <para>[matthew] Upgrade to Bash-4.2. Fixes
     44          <ulink url="&lfs-ticket-root;2830">#2830</ulink>.</para>
     45        </listitem>
     46         <listitem>
    4347          <para>[matthew] Upgrade to Udev-166. Fixes
    4448          <ulink url="&lfs-ticket-root;2829">#2829</ulink>.</para>
  • chapter01/whatsnew.xml

    r5805258 r446a6fc  
    3232      <para>Automake &automake-version;</para>
    3333    </listitem> -->
    34     <!--<listitem>
     34    <listitem>
    3535      <para>Bash &bash-version;</para>
    36     </listitem>-->
     36    </listitem>
    3737    <!--<listitem>
    3838      <para>Berkeley DB &db-version;</para>
     
    221221
    222222    <listitem>
    223       <para>bash-&bash-version;-fixes-3.patch</para>
    224     </listitem>
    225 
    226     <listitem>
    227223      <para>bzip2-&bzip2-version;-install_docs-1.patch</para>
    228224    </listitem>
  • chapter03/patches.xml

    r5805258 r446a6fc  
    1818
    1919  <variablelist role="materials">
    20 
    21     <varlistentry>
    22       <term>Bash Upstream Fixes Patch - <token>&bash-fixes-patch-size;</token>:</term>
    23       <listitem>
    24         <para>Download: <ulink url="&patches-root;&bash-fixes-patch;"/></para>
    25         <para>MD5 sum: <literal>&bash-fixes-patch-md5;</literal></para>
    26       </listitem>
    27     </varlistentry>
    2820
    2921    <varlistentry>
  • chapter05/bash.xml

    r5805258 r446a6fc  
    4343  <sect2 role="installation">
    4444    <title>Installation of Bash</title>
    45 
    46     <para>Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer:</para>
    47 
    48 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4945
    5046    <para>Prepare Bash for compilation:</para>
  • chapter06/bash.xml

    r5805258 r446a6fc  
    4040  <sect2 role="installation">
    4141    <title>Installation of Bash</title>
    42 
    43     <para>Apply a patch that fixes several bugs reported and fixed by the upstream Bash maintainer:</para>
    44 
    45 <screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen>
    4642
    4743    <para>Prepare Bash for compilation:</para>
  • packages.ent

    r5805258 r446a6fc  
    2525<!ENTITY automake-ch6-sbu "18.3 SBU">
    2626
    27 <!ENTITY bash-version "4.1">
    28 <!ENTITY bash-size "6,444 KB">
     27<!ENTITY bash-version "4.2">
     28<!ENTITY bash-size "6,845 KB">
    2929<!ENTITY bash-url "&gnu;bash/bash-&bash-version;.tar.gz">
    30 <!ENTITY bash-md5 "9800d8724815fd84994d9be65ab5e7b8">
     30<!ENTITY bash-md5 "3fb927c7c33022f1c327f14a81c0d4b0">
    3131<!ENTITY bash-home "&gnu-software;bash/">
    3232<!ENTITY bash-ch5-du "35 MB">
  • patches.ent

    r5805258 r446a6fc  
    22
    33<!-- Start of Common Patches -->
    4 
    5 <!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
    6 <!ENTITY bash-fixes-patch-md5 "500043db34cfb2c857335cb090ffd43d">
    7 <!ENTITY bash-fixes-patch-size "6.1 KB">
    8 
    94
    105<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
Note: See TracChangeset for help on using the changeset viewer.