Changeset 529b9a0


Ignore:
Timestamp:
02/09/2007 08:48:00 PM (17 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
aad7c5f
Parents:
c39c04c
Message:

Upgrade to Gzip-1.3.11. Fixes #1951.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7916 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc39c04c r529b9a0  
    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>
  • chapter06/gzip.xml

    rc39c04c r529b9a0  
    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">
  • general.ent

    rc39c04c r529b9a0  
    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}]" -->
  • packages.ent

    rc39c04c r529b9a0  
    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">
Note: See TracChangeset for help on using the changeset viewer.