Changeset 7898
- Timestamp:
- 01/31/07 11:12:22 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter01/whatsnew.xml (modified) (2 diffs)
- trunk/BOOK/chapter03/patches.xml (modified) (1 diff)
- trunk/BOOK/chapter05/gzip.xml (modified) (1 diff)
- trunk/BOOK/chapter06/gzip.xml (modified) (1 diff)
- trunk/BOOK/packages.ent (modified) (1 diff)
- trunk/BOOK/patches.ent (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7897 r7898 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Upgrade to Gzip-1.3.10. Fixes 44 <ulink url="&lfs-ticket-root;1924">#1924</ulink></para> 45 </listitem> 46 <listitem> 43 47 <para>[matthew] - Upgrade to Gettext-0.16.1. Fixes 44 48 <ulink url="&lfs-ticket-root;1925">#1925</ulink></para> trunk/BOOK/chapter01/whatsnew.xml
r7893 r7898 89 89 <para>GRUB &grub-version;</para> 90 90 </listitem>--> 91 < !--<listitem>91 <listitem> 92 92 <para>Gzip &gzip-version;</para> 93 </listitem> -->93 </listitem> 94 94 <listitem> 95 95 <para>IANA-Etc &iana-etc-version;</para> … … 238 238 </listitem> 239 239 <listitem> 240 <para>gzip-1.3.5-security_fixes-1.patch</para> 241 </listitem> 242 <listitem> 240 243 <para>inetutils-gcc4_fixes-3.patch</para> 241 244 </listitem> trunk/BOOK/chapter03/patches.xml
r7893 r7898 116 116 117 117 <varlistentry> 118 <term>Gzip Security Patch - <token>&gzip-security_fix-patch-size;</token>:</term>119 <listitem>120 <para>Download: <ulink url="&patches-root;&gzip-security_fix-patch;"/></para>121 <para>MD5 sum: <literal>&gzip-security_fix-patch-md5;</literal></para>122 </listitem>123 </varlistentry>124 125 <varlistentry>126 118 <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> 127 119 <listitem> trunk/BOOK/chapter05/gzip.xml
r7612 r7898 46 46 <screen><userinput>make</userinput></screen> 47 47 48 <para>This package does not come with a test suite.</para> 48 <para>To test the results, issue: 49 <userinput>make check</userinput>.</para> 49 50 50 51 <para>Install the package:</para> trunk/BOOK/chapter06/gzip.xml
r7787 r7898 36 36 <title>Installation of Gzip</title> 37 37 38 <para>Gzip has 2 known security vulnerabilities. The following patch39 addresses both of them:</para>40 41 <screen><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>42 43 <para>The <command>gzexe</command> command calls <command>tail</command>44 with options that do not conform to newer versions of the POSIX standard,45 and therefore are not accepted by current versions of Coreutils. Fix this46 problem by issuing the following command:</para>47 48 <screen><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen>49 50 38 <para>Prepare Gzip for compilation:</para> 51 39 52 40 <screen><userinput>./configure --prefix=/usr</userinput></screen> 53 41 54 <para>The <command>gzexe</command> script has the location of the55 <command>gzip</command> binary hard-wired into it. Because the56 location of the binary is changed later, the following command ensures57 that the new location gets placed into the script:</para>58 59 <screen><userinput>sed -i 's@"BINDIR"@/bin@g' gzexe.in</userinput></screen>60 61 42 <para>Compile the package:</para> 62 43 63 44 <screen><userinput>make</userinput></screen> 64 45 65 <para>This package does not come with a test suite.</para> 46 <para>To test the results, issue: 47 <userinput>make check</userinput>.</para> 66 48 67 49 <para>Install the package:</para> trunk/BOOK/packages.ent
r7897 r7898 232 232 <!ENTITY grub-ch6-sbu "0.2 SBU"> 233 233 234 <!ENTITY gzip-version "1.3. 5">235 <!ENTITY gzip-size " 324KB">234 <!ENTITY gzip-version "1.3.10"> 235 <!ENTITY gzip-size "417 KB"> 236 236 <!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 237 <!ENTITY gzip-md5 " 3d6c191dfd2bf307014b421c12dc8469">237 <!ENTITY gzip-md5 "8b6f74a5060f984dceb0fee877aed854"> 238 238 <!ENTITY gzip-home "http://www.gzip.org/"> 239 239 <!ENTITY gzip-ch5-du "2.2 MB"> trunk/BOOK/patches.ent
r7893 r7898 57 57 <!ENTITY grub-geometry-patch-md5 "bf1594e82940e25d089feca74c6f1879"> 58 58 <!ENTITY grub-geometry-patch-size "28 KB"> 59 60 61 <!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">62 <!ENTITY gzip-security_fix-patch-md5 "f107844f01fc49446654ae4a8f8a0728">63 <!ENTITY gzip-security_fix-patch-size "2 KB">64 59 65 60
