Changeset 7916

Show
Ignore:
Timestamp:
02/09/07 13:48:00 (1 year ago)
Author:
matthew
Message:

Upgrade to Gzip-1.3.11. Fixes #1951.

Files:

Legend:

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

    r7915 r7916  
    3838 
    3939    <listitem> 
     40      <para>2007-02-09</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[matthew] - Upgrade to Gzip-1.3.11. Fixes 
     44          <ulink url="&lfs-ticket-root;1951">#1951</ulink></para> 
     45        </listitem> 
     46      </itemizedlist> 
     47    </listitem> 
     48 
     49    <listitem> 
    4050      <para>2007-02-07</para> 
    4151      <itemizedlist> 
  • trunk/BOOK/chapter06/gzip.xml

    r7898 r7916  
    3838    <para>Prepare Gzip for compilation:</para> 
    3939 
    40 <screen><userinput>./configure --prefix=/usr</userinput></screen> 
     40<screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> 
    4141 
    4242    <para>Compile the package:</para> 
     
    5151<screen><userinput>make install</userinput></screen> 
    5252 
    53     <para>Move the <command>gzip</command> program to the <filename 
    54     class="directory">/bin</filename> directory and create some commonly used 
    55     symlinks to it:</para> 
    56  
    57 <screen><userinput>mv -v /usr/bin/gzip /bin 
    58 rm -v /usr/bin/{gunzip,zcat} 
    59 ln -sv gzip /bin/gunzip 
    60 ln -sv gzip /bin/zcat 
    61 ln -sv gzip /bin/compress 
    62 ln -sv gunzip /bin/uncompress</userinput></screen> 
     53    <para>Move some programs that do not need to be on the root filesystem.</para> 
     54 
     55<screen><userinput>mv -v /bin/{gzexe,uncompress,zcmp,zdiff,zegrep,zfgrep,zforce,zgrep,zless,zmore,znew} /usr/bin</userinput></screen> 
    6356 
    6457  </sect2> 
     
    7164 
    7265      <seglistitem> 
    73         <seg>compress (link to gzip), gunzip (link to gzip), gzexe, gzip, 
    74         uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, 
    75         zegrep, zfgrep, zforce, zgrep, zless, zmore, and znew</seg> 
     66        <seg>gunzip, gzexe, gzip, uncompress, zcat, zcmp, zdiff, zegrep, zfgrep, 
     67        zforce, zgrep, zless, zmore, and znew</seg> 
    7668      </seglistitem> 
    7769    </segmentedlist> 
     
    8173      <?dbfo list-presentation="list"?> 
    8274      <?dbhtml list-presentation="table"?> 
    83  
    84       <varlistentry id="compress"> 
    85         <term><command>compress</command></term> 
    86         <listitem> 
    87           <para>Compresses and decompresses files</para> 
    88           <indexterm zone="ch-system-gzip compress"> 
    89             <primary sortas="b-compress">compress</primary> 
    90           </indexterm> 
    91         </listitem> 
    92       </varlistentry> 
    9375 
    9476      <varlistentry id="gunzip"> 
  • trunk/BOOK/general.ent

    r7915 r7916  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20070207"> 
    3 <!ENTITY releasedate "February 7, 2007"> 
     2<!ENTITY version "SVN-20070209"> 
     3<!ENTITY releasedate "February 9, 2007"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> 
  • trunk/BOOK/packages.ent

    r7915 r7916  
    232232<!ENTITY grub-ch6-sbu "0.2 SBU"> 
    233233 
    234 <!ENTITY gzip-version "1.3.10"> 
    235 <!ENTITY gzip-size "417 KB"> 
     234<!ENTITY gzip-version "1.3.11"> 
     235<!ENTITY gzip-size "422 KB"> 
    236236<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 
    237 <!ENTITY gzip-md5 "8b6f74a5060f984dceb0fee877aed854"> 
     237<!ENTITY gzip-md5 "a41a6a4b11f941cb7fc13df320f3af5f"> 
    238238<!ENTITY gzip-home "http://www.gzip.org/"> 
    239239<!ENTITY gzip-ch5-du "2.2 MB">