aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-02-01 22:49:02 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-02-01 22:49:02 +0000
commit9e27ec1467a90687ee4dea5b9c4de1799c5ddbca (patch)
treef9914a7e6a9cf44f5f85fd23547d43aeb6f4733c
parent5857c98bda3d4d863d91a6cba4c000a3af807770 (diff)
Upgrade to Tar-1.21. Fixes #2309.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8796 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml8
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter05/tar.xml4
-rw-r--r--chapter06/tar.xml4
-rw-r--r--packages.ent6
-rw-r--r--patches.ent5
7 files changed, 34 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index aed11de22..bdd05c8ab 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,10 @@
<para>2009-02-01</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgraded to Tar-1.21. Fixes
+ <ulink url="&lfs-ticket-root;2309">#2309</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgraded to Patch-2.5.9. Fixes
<ulink url="&lfs-ticket-root;2239">#2239</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index be7b64990..112550ead 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -170,9 +170,9 @@
<!--<listitem>
<para>SysVinit &sysvinit-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Tar &tar-version;</para>
- </listitem>-->
+ </listitem>
<!--<listitem>
<para>TCL &tcl-version;</para>
</listitem>-->
@@ -233,6 +233,10 @@
</listitem>
<listitem>
+ <para>&tar-testsuite-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&vim-fixes-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index a8412d174..d386393e6 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -227,6 +227,14 @@
</varlistentry> -->
<varlistentry>
+ <term>Tar Testsuite Patch - <token>&tar-testsuite-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&tar-testsuite-patch;"/></para>
+ <para>MD5 sum: <literal>&tar-testsuite-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Vim Fixes Patch - <token>&vim-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&vim-fixes-patch;"/></para>
diff --git a/chapter05/tar.xml b/chapter05/tar.xml
index 6d3b9b162..267ab08d7 100644
--- a/chapter05/tar.xml
+++ b/chapter05/tar.xml
@@ -43,6 +43,10 @@
<sect2 role="installation">
<title>Installation of Tar</title>
+ <para>Apply a patch to correct a bug in Tar's testsuite:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen>
+
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index a5baf9431..16a4ec909 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -40,6 +40,10 @@
<sect2 role="installation">
<title>Installation of Tar</title>
+ <para>Apply a patch to correct a bug in Tar's testsuite:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&tar-testsuite-patch;</userinput></screen>
+
<para>Prepare Tar for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
diff --git a/packages.ent b/packages.ent
index 0b174ab99..c279ca26f 100644
--- a/packages.ent
+++ b/packages.ent
@@ -469,10 +469,10 @@
<!ENTITY sysvinit-ch6-du "1 MB">
<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
-<!ENTITY tar-version "1.20">
-<!ENTITY tar-size "1,912 KB">
+<!ENTITY tar-version "1.21">
+<!ENTITY tar-size "2,023 KB">
<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.bz2">
-<!ENTITY tar-md5 "1a7e17f27abf583b3b0bc059a827e68b">
+<!ENTITY tar-md5 "4f9028d231c3e7d7bdd658e14e74c2d1">
<!ENTITY tar-home "&gnu-software;tar/">
<!ENTITY tar-ch5-du "19.9 MB">
<!ENTITY tar-ch5-sbu "0.3 SBU">
diff --git a/patches.ent b/patches.ent
index 4ae9e8222..498b0f688 100644
--- a/patches.ent
+++ b/patches.ent
@@ -118,6 +118,11 @@
<!ENTITY shadow-useradd-patch-size "6.1 KB"> -->
+<!ENTITY tar-testsuite-patch "tar-&tar-version;-testsuite_fix-1.patch">
+<!ENTITY tar-testsuite-patch-md5 "b2f08aa96e947f7dca8920bff13b58e5">
+<!ENTITY tar-testsuite-patch-size "3 KB">
+
+
<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-4.patch">
<!ENTITY vim-fixes-patch-md5 "87056fb6fd7bc3df5cd328e26a83bf43">
<!ENTITY vim-fixes-patch-size "166 KB">