Changeset e8d07afc


Ignore:
Timestamp:
07/30/2004 09:04:25 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
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.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 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:
5c67cae
Parents:
5354ed9
Message:

Upgraded unstable to automake-1.9, man-1.5n, file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7, binutils-2.15.91.0.2

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5354ed9 re8d07afc  
    2020<listitem><para>Upgraded to:</para>
    2121<itemizedlist>
    22 <listitem><para>automake-1.8.5</para></listitem>
    23 <listitem><para>binutils-2.15.91.0.1</para></listitem>
     22<listitem><para>automake-1.9</para></listitem>
     23<listitem><para>bash-3.0</para></listitem>
     24<listitem><para>binutils-2.15.91.0.2</para></listitem>
    2425<listitem><para>bison-1.875a</para></listitem>
     26<listitem><para>file-4.10</para></listitem>
    2527<listitem><para>flex-2.5.31</para></listitem>
    2628<listitem><para>gcc-3.4.1</para></listitem>
     
    3234<listitem><para>linux-2.6.7</para></listitem>
    3335<listitem><para>m4-1.4.1</para></listitem>
     36<listitem><para>man-1.5n</para></listitem>
    3437<listitem><para>man-pages-1.67</para></listitem>
     38<listitem><para>perl-5.8.5</para></listitem>
    3539<listitem><para>procps-3.2.2</para></listitem>
    3640<listitem><para>psmisc-21.5</para></listitem>
    3741<listitem><para>sed-4.1.1</para></listitem>
    3842<listitem><para>tar-1.14</para></listitem>
     43<listitem><para>tcl-8.4.7</para></listitem>
    3944<listitem><para>vim-6.3</para></listitem>
    4045</itemizedlist>
     
    5459<listitem><para>linux-libc-headers-2.6.7.0</para></listitem>
    5560<listitem><para>module-init-tools-3.0</para></listitem>
    56 <listitem><para>readline-4.3</para></listitem>
    57 <listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
     61<listitem><para>readline-5.0</para></listitem>
    5862<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
    5963<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
     
    8185</listitem>
    8286
     87
     88<listitem><para>July 30, 2004 [jeremy]: Upgraded to automake-1.9, man-1.5n,
     89file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7, binutils-2.15.91.0.2
     90</para></listitem>
     91
    8392<listitem><para>July 23, 2004 [jeremy]: Upgraded to iana-etc 1.01</para></listitem>
    8493
  • chapter03/patches.xml

    r5354ed9 re8d07afc  
    1414
    1515<variablelist role="materials"><title>Patches</title>
    16 
    17 <varlistentry>
    18 <term>Bash GNU Fixes Patch - 7 KB:</term>
    19 <listitem>
    20 <para><ulink url="&patches-root;bash-&bash-version;-gnu_fixes-2.patch"/></para>
    21 </listitem>
    22 </varlistentry>
    2316
    2417<varlistentry>
     
    130123
    131124<varlistentry>
    132 <term>Readline GNU Fixes Patch - 5 KB:</term>
    133 <listitem>
    134 <para><ulink url="&patches-root;readline-&readline-version;-gnu_fixes-1.patch"/></para>
    135 </listitem>
    136 </varlistentry>
    137 
    138 <varlistentry>
    139125<term>Sysklogd Kernel Headers Patch - 3 KB:</term>
    140126<listitem>
  • chapter05/bash.xml

    r5354ed9 re8d07afc  
    2828<title>Installation of Bash</title>
    2929
    30 <para>Bash contains several known bugs. Fix these with the following
    31 patch:</para>
    32 
    33 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen>
    34 
    35 <para>Now prepare Bash for compilation:</para>
     30<para>Prepare Bash for compilation:</para>
    3631
    3732<screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen>
  • chapter06/bash.xml

    r5354ed9 re8d07afc  
    2929<title>Installation of Bash</title>
    3030
    31 <para>Bash has a number of bugs in it that cause it to not behave the
    32 way it is expected at times. Fix this behavior with the following
    33 patch:</para>
    34 
    35 <screen><userinput>patch -Np1 -i ../bash-&bash-version;-gnu_fixes-2.patch</userinput></screen>
    36 
    37 <para>Now prepare Bash for compilation:</para>
     31<para>Prepare Bash for compilation:</para>
    3832
    3933<screen><userinput>./configure --prefix=/usr --bindir=/bin \
  • chapter06/readline.xml

    r5354ed9 re8d07afc  
    3333patch:</para>
    3434
    35 <screen><userinput>patch -Np1 -i ../readline-&readline-version;-gnu_fixes-1.patch</userinput></screen>
    36 
    37 <para>Now prepare Readline for compilation:</para>
     35<para>Prepare Readline for compilation:</para>
    3836
    3937<screen><userinput>./configure --prefix=/usr</userinput></screen>
     
    5351<para>And move them to a more appropriate location:</para>
    5452
    55 <screen><userinput>mv /usr/lib/lib{readline,history}.so.4* /lib</userinput></screen>
     53<screen><userinput>mv /usr/lib/lib{readline,history}.so.5* /lib</userinput></screen>
    5654
    5755<para>Because the libraries have been moved, a few symlinks are now pointing to
    5856non-existent files. Recreate those symlinks:</para>
    5957
    60 <screen><userinput>ln -sf ../../lib/libhistory.so.4 /usr/lib/libhistory.so
     58<screen><userinput>ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so
    6159ln -sf ../../lib/libreadline.so.4 /usr/lib/libreadline.so</userinput></screen>
    6260
  • general.ent

    r5354ed9 re8d07afc  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!ENTITY version "SVN-20040723">
    3 <!ENTITY releasedate "July 23, 2004">
     3<!ENTITY releasedate "July 30, 2004">
    44<!ENTITY milestone "6.0">
    55
     
    1717
    1818<!ENTITY autoconf-version "2.59">
    19 <!ENTITY automake-version "1.8.5">
    20 <!ENTITY bash-version "2.05b">
    21 <!ENTITY binutils-version "2.15.91.0.1">
     19<!ENTITY automake-version "1.9">
     20<!ENTITY bash-version "3.0">
     21<!ENTITY binutils-version "2.15.91.0.2">
    2222<!ENTITY bison-version "1.875a">
    2323<!ENTITY bootscripts-version "2.2.1">
     
    2828<!ENTITY e2fsprogs-version "1.35">
    2929<!ENTITY expect-version "5.41.0">
    30 <!ENTITY file-version "4.09">
     30<!ENTITY file-version "4.10">
    3131<!ENTITY findutils-version "4.1.20">
    3232<!ENTITY flex-version "2.5.31">
     
    5151<!ENTITY m4-version "1.4.1">
    5252<!ENTITY make-version "3.80">
    53 <!ENTITY man-version "1.5m2">
     53<!ENTITY man-version "1.5n">
    5454<!ENTITY man-pages-version "1.67">
    5555<!ENTITY mktemp-version "1.5">
     
    5757<!ENTITY ncurses-version "5.4">
    5858<!ENTITY patch-version "2.5.4">
    59 <!ENTITY perl-version "5.8.4">
     59<!ENTITY perl-version "5.8.5">
    6060<!ENTITY procps-version "3.2.2">
    6161<!ENTITY psmisc-version "21.5">
    62 <!ENTITY readline-version "4.3">
     62<!ENTITY readline-version "5.0">
    6363<!ENTITY sed-version "4.1.1">
    6464<!ENTITY shadow-version "4.0.4.1">
     
    6666<!ENTITY sysvinit-version "2.85">
    6767<!ENTITY tar-version "1.14">
    68 <!ENTITY tcl-version "8.4.6">
     68<!ENTITY tcl-version "8.4.7">
    6969<!ENTITY texinfo-version "4.7">
    7070<!ENTITY util-linux-version "2.12a">
Note: See TracChangeset for help on using the changeset viewer.