aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gzip.xml
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-05-23 20:07:49 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-05-23 20:07:49 +0000
commit3e36a78621937b7ba17d4ab83abff97f84325ef8 (patch)
tree0a4e6d36c492da4517dfc4e6a48640f0fff6aa5a /chapter06/gzip.xml
parentcf629b7d308b8a7ba42debfc8483bf950a821fd2 (diff)
Changed patches to use entities
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip.xml')
-rw-r--r--chapter06/gzip.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml
index a86d597f0..32cd3ecf4 100644
--- a/chapter06/gzip.xml
+++ b/chapter06/gzip.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
+ <!ENTITY % patches-entities SYSTEM "../patches.ent">
%general-entities;
+ %patches-entities;
]>
<sect1 id="ch-system-gzip" role="wrap">
<title>Gzip-&gzip-version;</title>
@@ -32,7 +34,7 @@ GCC, Glibc, Grep, Make, and Sed</seg></seglistitem>
<para>Gzip has 2 known security vulnerabilites. The following patch
addresses both of them:</para>
-<screen><userinput>patch -Np1 -i ../gzip-&gzip-version;-security_fixes-1.patch</userinput></screen>
+<screen><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>
<para>Prepare Gzip for compilation:</para>