aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 23:25:21 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-12 23:25:21 +0000
commita77c2ca28e6b209ac10351cc8ca173009a6129eb (patch)
tree2691b9cf5964803fed4de33229e5a273a80a8148 /chapter06/gzip-inst.xml
parent8f85ee87ae2ee028b3bf10bb0521b0f94fcf36d2 (diff)
upgraded to latest tar, findutils and gzip
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r--chapter06/gzip-inst.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml
index c6ca13a2a..9022dfe96 100644
--- a/chapter06/gzip-inst.xml
+++ b/chapter06/gzip-inst.xml
@@ -3,13 +3,6 @@
<sect2>
<title>Installation of Gzip</title>
-<para>The following patch fixes a buffer overflow that occurs when a
-filename is longer than 1020 characters. It does this by inserting a check
-that the buffer is large enough for the given filename. The program exits
-with the message "Filename too long" if the buffer is not large enough.</para>
-
-<para><screen><userinput>patch -Np1 -i ../gzip-&gzip-patch-version;.patch</userinput></screen></para>
-
<para>Prepare Gzip to be compiled:</para>
<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>