From f8d252beb300b6ffa23a58b9d75ef75f0c45e8fc Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 28 Oct 2006 22:13:49 +0000 Subject: Upgrade to Tar-1.16 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/tar.xml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'chapter06') 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 @@ Installation of Tar - Apply a patch to fix some issues with the test suite when using - GCC-&gcc-version;: - -patch -Np1 -i ../&tar-gcc4_fix-patch; - - Tar has a bug when the -S option is used - with files larger than 4 GB. The following patch properly fixes this - issue: - -patch -Np1 -i ../&tar-sparse_fix-patch; - - Recent versions of Tar are vulnerable to a buffer overflow from - specially crafted archives. The following patch addresses this: - -patch -Np1 -i ../&tar-security_fixes-patch; - Prepare Tar for compilation: ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin -- cgit v1.2.3-54-g00ecf