diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-07 16:42:31 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-07 16:42:31 +0000 |
commit | 549cfcfe7ac0afc6676ff824027c1c3e03c8f0fd (patch) | |
tree | 0f5ed649feb63483daef589f9d3d7067ec01e4b7 /entities/gzip.ent | |
parent | 4bc6304e662f1ea1806a9828d85a0866f5751f8e (diff) |
Added gzip patch, added re_max_failures2 to Textutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/gzip.ent')
-rw-r--r-- | entities/gzip.ent | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/entities/gzip.ent b/entities/gzip.ent index ff7cd4730..b2347c380 100644 --- a/entities/gzip.ent +++ b/entities/gzip.ent @@ -1,10 +1,12 @@ <!ENTITY c3-gzip SYSTEM "../chapter03/gzip.xml"> +<!ENTITY c3-gzip-patch SYSTEM "../chapter03/gzip-patch.xml"> <!ENTITY c5-gzip SYSTEM "../chapter05/gzip.xml"> <!ENTITY c5-gzip-inst SYSTEM "../chapter05/gzip-inst.xml"> <!ENTITY c6-gzip SYSTEM "../chapter06/gzip.xml"> <!ENTITY c6-gzip-inst SYSTEM "../chapter06/gzip-inst.xml"> +<!ENTITY c6-gzip-exp SYSTEM "../chapter06/gzip-exp.xml"> <!ENTITY aa-gzip SYSTEM "../appendixa/gzip.xml"> <!ENTITY aa-gzip-desc SYSTEM "../appendixa/gzip-desc.xml"> @@ -15,6 +17,8 @@ <!ENTITY gzip-depversion "1.2.4a"> <!ENTITY gzip-contversion "1.2.4a"> <!ENTITY gzip-size "179 KB"> +<!ENTITY gzip-patch-size "1 KB"> +<!ENTITY gzip-patch-version "1.2.4b"> <!ENTITY gzip-package "gzip-&gzip-version;.tar.bz2"> <!ENTITY gzip-dir "gzip-&gzip-version;"> |