Upgrade to Patch-2.6.1. Fixes #2538.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9141 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2010-01-03 19:02:47 +00:00
parent 99158c2c28
commit a44d116ea2
7 changed files with 30 additions and 4 deletions

View File

@ -1434,7 +1434,7 @@
<segtitle>&external;</segtitle> <segtitle>&external;</segtitle>
<seglistitem> <seglistitem>
<seg>None</seg> <seg>Ed</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -40,6 +40,10 @@
<listitem> <listitem>
<para>2010-01-03</para> <para>2010-01-03</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] Upgrade to Patch-2.6.1. Fixes
<ulink url="&lfs-ticket-root;2538">#2538</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] Upgrade to Glibc-2.11.1. Fixes <para>[matthew] Upgrade to Glibc-2.11.1. Fixes
<ulink url="&lfs-ticket-root;2537">#2537</ulink>.</para> <ulink url="&lfs-ticket-root;2537">#2537</ulink>.</para>

View File

@ -226,6 +226,10 @@
<para>gzip-1.3.13-zdiff-1.patch</para> <para>gzip-1.3.13-zdiff-1.patch</para>
</listitem> </listitem>
<listitem>
<para>patch-2.6.1-test_fix-1.patch</para>
</listitem>
</itemizedlist> </itemizedlist>

View File

@ -138,6 +138,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&patch-test-patch;"/></para>
<para>MD5 sum: <literal>&patch-test-patch-md5;</literal></para>
</listitem>
</varlistentry>
<!-- <varlistentry> <!-- <varlistentry>
<term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term> <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
<listitem> <listitem>

View File

@ -42,6 +42,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Patch</title> <title>Installation of Patch</title>
<para>Apply a patch to prevent a test that requires <command>ed</command>
from being run:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&patch-test-patch;</userinput></screen>
<para>Prepare Patch for compilation:</para> <para>Prepare Patch for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>

View File

@ -383,10 +383,10 @@
<!ENTITY ncurses-ch6-du "35 MB"> <!ENTITY ncurses-ch6-du "35 MB">
<!ENTITY ncurses-ch6-sbu "0.8 SBU"> <!ENTITY ncurses-ch6-sbu "0.8 SBU">
<!ENTITY patch-version "2.6"> <!ENTITY patch-version "2.6.1">
<!ENTITY patch-size "244 KB"> <!ENTITY patch-size "248 KB">
<!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.bz2"> <!ENTITY patch-url "&gnu;patch/patch-&patch-version;.tar.bz2">
<!ENTITY patch-md5 "5729b1430ba6c2216e0f3eb18f213c81"> <!ENTITY patch-md5 "0818d1763ae0c4281bcdc63cdac0b2c0">
<!ENTITY patch-home "http://directory.fsf.org/project/patch/"> <!ENTITY patch-home "http://directory.fsf.org/project/patch/">
<!ENTITY patch-ch5-du "1.9 MB"> <!ENTITY patch-ch5-du "1.9 MB">
<!ENTITY patch-ch5-sbu "less than 0.1 SBU"> <!ENTITY patch-ch5-sbu "less than 0.1 SBU">

View File

@ -74,6 +74,11 @@
<!ENTITY kbd-backspace-patch-size "12 KB"> <!ENTITY kbd-backspace-patch-size "12 KB">
<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
<!ENTITY patch-test-patch-size "1 KB">
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch"> <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
<!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4"> <!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4">
<!ENTITY perl-libc-patch-size "1 KB"> <!ENTITY perl-libc-patch-size "1 KB">