Changeset 7898

Show
Ignore:
Timestamp:
01/31/07 11:12:22 (1 year ago)
Author:
matthew
Message:

Upgrade to Gzip-1.3.10. Fixes #1924.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7897 r7898  
    4141      <itemizedlist> 
    4242        <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> 
    4347          <para>[matthew] - Upgrade to Gettext-0.16.1. Fixes 
    4448          <ulink url="&lfs-ticket-root;1925">#1925</ulink></para> 
  • trunk/BOOK/chapter01/whatsnew.xml

    r7893 r7898  
    8989      <para>GRUB &grub-version;</para> 
    9090    </listitem>--> 
    91     <!--<listitem> 
     91    <listitem> 
    9292      <para>Gzip &gzip-version;</para> 
    93     </listitem>--> 
     93    </listitem> 
    9494    <listitem> 
    9595      <para>IANA-Etc &iana-etc-version;</para> 
     
    238238    </listitem> 
    239239    <listitem> 
     240      <para>gzip-1.3.5-security_fixes-1.patch</para> 
     241    </listitem> 
     242    <listitem> 
    240243      <para>inetutils-gcc4_fixes-3.patch</para> 
    241244    </listitem> 
  • trunk/BOOK/chapter03/patches.xml

    r7893 r7898  
    116116 
    117117    <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> 
    126118      <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term> 
    127119      <listitem> 
  • trunk/BOOK/chapter05/gzip.xml

    r7612 r7898  
    4646<screen><userinput>make</userinput></screen> 
    4747 
    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> 
    4950 
    5051    <para>Install the package:</para> 
  • trunk/BOOK/chapter06/gzip.xml

    r7787 r7898  
    3636    <title>Installation of Gzip</title> 
    3737 
    38     <para>Gzip has 2 known security vulnerabilities.  The following patch 
    39     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 this 
    46     problem by issuing the following command:</para> 
    47  
    48 <screen><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen> 
    49  
    5038    <para>Prepare Gzip for compilation:</para> 
    5139 
    5240<screen><userinput>./configure --prefix=/usr</userinput></screen> 
    5341 
    54     <para>The <command>gzexe</command> script has the location of the 
    55     <command>gzip</command> binary hard-wired into it. Because the 
    56     location of the binary is changed later, the following command ensures 
    57     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  
    6142    <para>Compile the package:</para> 
    6243 
    6344<screen><userinput>make</userinput></screen> 
    6445 
    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> 
    6648 
    6749    <para>Install the package:</para> 
  • trunk/BOOK/packages.ent

    r7897 r7898  
    232232<!ENTITY grub-ch6-sbu "0.2 SBU"> 
    233233 
    234 <!ENTITY gzip-version "1.3.5"> 
    235 <!ENTITY gzip-size "324 KB"> 
     234<!ENTITY gzip-version "1.3.10"> 
     235<!ENTITY gzip-size "417 KB"> 
    236236<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 
    237 <!ENTITY gzip-md5 "3d6c191dfd2bf307014b421c12dc8469"> 
     237<!ENTITY gzip-md5 "8b6f74a5060f984dceb0fee877aed854"> 
    238238<!ENTITY gzip-home "http://www.gzip.org/"> 
    239239<!ENTITY gzip-ch5-du "2.2 MB"> 
  • trunk/BOOK/patches.ent

    r7893 r7898  
    5757<!ENTITY grub-geometry-patch-md5 "bf1594e82940e25d089feca74c6f1879"> 
    5858<!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"> 
    6459 
    6560