Forráskód Böngészése

* Upgraded to sed-4.1.1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3887 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 21 éve
szülő
commit
64a9b1405a
6 módosított fájl, 5 hozzáadás és 23 törlés
  1. 3 2
      chapter01/changelog.xml
  2. 1 1
      chapter03/packages.xml
  3. 0 7
      chapter03/patches.xml
  4. 0 6
      chapter05/sed.xml
  5. 0 6
      chapter06/sed.xml
  6. 1 1
      general.ent

+ 3 - 2
chapter01/changelog.xml

@@ -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>
 

+ 1 - 1
chapter03/packages.xml

@@ -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>

+ 0 - 7
chapter03/patches.xml

@@ -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>

+ 0 - 6
chapter05/sed.xml

@@ -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>

+ 0 - 6
chapter06/sed.xml

@@ -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>

+ 1 - 1
general.ent

@@ -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">