mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
new gawk patch fixes DDEFPATH definition, also added the procps patch to the changelog's 'Added ...' section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a76aa6437e
commit
550485bea4
@ -37,11 +37,12 @@
|
||||
<itemizedlist>
|
||||
<listitem><para>ed-0.2.patch</para></listitem>
|
||||
<listitem><para>fileutils-4.1.patch</para></listitem>
|
||||
<listitem><para>gawk-3.1.1.patch</para></listitem>
|
||||
<listitem><para>gawk-3.1.1-2.patch</para></listitem>
|
||||
<listitem><para>gcc-3.2.patch</para></listitem>
|
||||
<listitem><para>glibc-2.2.5-2.patch</para></listitem>
|
||||
<listitem><para>gzip-1.2.4b.patch</para></listitem>
|
||||
<listitem><para>ncurses-5.2.patch</para></listitem>
|
||||
<listitem><para>procps-2.0.7.patch</para></listitem>
|
||||
<listitem><para>vim-6.1.patch</para></listitem>
|
||||
<listitem><para>zlib-1.1.4</para></listitem>
|
||||
</itemizedlist>
|
||||
@ -54,6 +55,10 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Gawk: Updated
|
||||
the Gawk patch. It also changes the <emphasis>DDEFPATH</emphasis> directory
|
||||
location now.</para></listitem>
|
||||
|
||||
<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Procps: Added
|
||||
patch that fixes a locale problem that makes <userinput>top</userinput>
|
||||
crash under certain locale settings.</para></listitem>
|
||||
|
@ -1,3 +1,3 @@
|
||||
Gawk Patch (&gawk-version;) - &gawk-patch-size;:
|
||||
<ulink url="&ftp;/gawk-&gawk-version;.patch.bz2"/>
|
||||
<ulink url="&http;/gawk-&gawk-version;.patch.bz2"/>
|
||||
Gawk Patch (&gawk-patch-version;) - &gawk-patch-size;:
|
||||
<ulink url="&ftp;/gawk-&gawk-patch-version;.patch.bz2"/>
|
||||
<ulink url="&http;/gawk-&gawk-patch-version;.patch.bz2"/>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<!ENTITY gawk-contversion "3.1.1">
|
||||
<!ENTITY gawk-size "1,420 KB">
|
||||
<!ENTITY gawk-patch-size "1 KB">
|
||||
<!ENTITY gawk-patch-version "3.1.1">
|
||||
<!ENTITY gawk-patch-version "3.1.1-2">
|
||||
<!ENTITY gawk-dir "gawk-&gawk-version;">
|
||||
<!ENTITY gawk-package "gawk-&gawk-version;.tar.bz2">
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
<!ENTITY hints-index "http://hints.linuxfromscratch.org/hints.shtml">
|
||||
<!ENTITY blfs-root "http://beyond.linuxfromscratch.org/">
|
||||
|
||||
<!ENTITY all-version "cvs-20020912-1405">
|
||||
<!ENTITY all-version "cvs-20020912-1516">
|
||||
<!ENTITY all-size-kb "105,560 KB">
|
||||
<!ENTITY all-size-mb "103.88 MB">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user