aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tar.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:13:49 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-10-28 22:13:49 +0000
commitf8d252beb300b6ffa23a58b9d75ef75f0c45e8fc (patch)
tree67e9a135dce4425a82ea8fc20d78078a2bd59aa7 /chapter06/tar.xml
parent7f67569a930afa1a3b3380a3f55ba728d8886d2e (diff)
Upgrade to Tar-1.16
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r--chapter06/tar.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml
index 9850b2d34..b82789240 100644
--- a/chapter06/tar.xml
+++ b/chapter06/tar.xml
@@ -34,22 +34,6 @@
<sect2 role="installation">
<title>Installation of Tar</title>
- <para>Apply a patch to fix some issues with the test suite when using
- GCC-&gcc-version;:</para>
-
-<screen><userinput>patch -Np1 -i ../&tar-gcc4_fix-patch;</userinput></screen>
-
- <para>Tar has a bug when the <parameter>-S</parameter> option is used
- with files larger than 4 GB. The following patch properly fixes this
- issue:</para>
-
-<screen><userinput>patch -Np1 -i ../&tar-sparse_fix-patch;</userinput></screen>
-
- <para>Recent versions of Tar are vulnerable to a buffer overflow from
- specially crafted archives. The following patch addresses this:</para>
-
-<screen><userinput>patch -Np1 -i ../&tar-security_fixes-patch;</userinput></screen>
-
<para>Prepare Tar for compilation:</para>
<screen><userinput>./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>