mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
* Upgraded to sed-4.1.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
eccb0c75f6
commit
64a9b1405a
@ -32,7 +32,7 @@ first a summary, then a detailed log.</para>
|
||||
<listitem><para>m4-1.4.1</para></listitem>
|
||||
<listitem><para>man-pages-1.67</para></listitem>
|
||||
<listitem><para>psmisc-21.5</para></listitem>
|
||||
<listitem><para>sed-4.1</para></listitem>
|
||||
<listitem><para>sed-4.1.1</para></listitem>
|
||||
<listitem><para>tar-1.14</para></listitem>
|
||||
<listitem><para>vim-6.3</para></listitem>
|
||||
</itemizedlist>
|
||||
@ -52,7 +52,6 @@ first a summary, then a detailed log.</para>
|
||||
<listitem><para>net-tools-1.60-gcc34-3.patch</para></listitem>
|
||||
<listitem><para>readline-4.3</para></listitem>
|
||||
<listitem><para>readline-4.3-gnu_fixes-1.patch</para></listitem>
|
||||
<listitem><para>sed-4.1-permissions-1.patch</para></listitem>
|
||||
<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
|
||||
<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
|
||||
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
|
||||
@ -77,6 +76,8 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>July 6, 2004 [matt]: Upgraded to sed-4.1.1.</para></listitem>
|
||||
|
||||
<listitem><para>July 5, 2004 [alexander]: Updated GCC testresults
|
||||
link.</para></listitem>
|
||||
|
||||
|
@ -320,7 +320,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Sed (&sed-version;) - 751 KB:</term>
|
||||
<term>Sed (&sed-version;) - 753 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&freshmeat;sed/"/></para>
|
||||
</listitem>
|
||||
|
@ -135,13 +135,6 @@ following:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Sed Permissions Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;sed-&sed-version;-permissions-1.patch"/>></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Sysklogd Kernel Headers Patch - 3 KB:</term>
|
||||
<listitem>
|
||||
|
@ -27,12 +27,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Sed</title>
|
||||
|
||||
<para>A bug in this version of sed changes permissions on files modified using
|
||||
the in-place function (<parameter>-i</parameter> flag). Apply a patch to ensure
|
||||
that the original file permissions are preserved.</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch</userinput></screen>
|
||||
|
||||
<para>Prepare Sed for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
||||
|
@ -28,12 +28,6 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, Texinfo</seg></seglistitem>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Sed</title>
|
||||
|
||||
<para>A bug in this version of sed changes permissions on files modified using
|
||||
the in-place function (<parameter>-i</parameter> flag). Apply a patch to ensure
|
||||
that the original file permissions are preserved.</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../sed-&sed-version;-permissions-1.patch</userinput></screen>
|
||||
|
||||
<para>Prepare Sed for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
||||
|
@ -59,7 +59,7 @@
|
||||
<!ENTITY procps-version "3.2.1">
|
||||
<!ENTITY psmisc-version "21.5">
|
||||
<!ENTITY readline-version "4.3">
|
||||
<!ENTITY sed-version "4.1">
|
||||
<!ENTITY sed-version "4.1.1">
|
||||
<!ENTITY shadow-version "4.0.4.1">
|
||||
<!ENTITY sysklogd-version "1.4.1">
|
||||
<!ENTITY sysvinit-version "2.85">
|
||||
|
Loading…
Reference in New Issue
Block a user