Changeset 199411c0


Ignore:
Timestamp:
06/23/2012 11:44:27 AM (12 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, 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:
f17adf5
Parents:
21d4caa
Message:

Upgrade to Gzip-1.5. Fixes #3121.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r21d4caa r199411c0  
    883883
    884884        <seglistitem>
    885           <seg>Diffutils</seg>
     885          <seg>Diffutils. Less</seg>
    886886        </seglistitem>
    887887      </segmentedlist>
     
    11061106
    11071107        <seglistitem>
    1108           <seg>None</seg>
     1108          <seg>Gzip</seg>
    11091109        </seglistitem>
    11101110      </segmentedlist>
  • chapter01/changelog.xml

    r21d4caa r199411c0  
    4040      <para>2012-06-23</para>
    4141      <itemizedlist>
     42         <listitem>
     43           <para>[matthew] - Upgrade to Gzip-1.5. Fixes
     44           <ulink url="&lfs-ticket-root;3121">#3121</ulink>.</para>
     45         </listitem>
    4246         <listitem>
    4347           <para>[matthew] - Upgrade to GCC-4.7.1. Fixes
  • chapter01/whatsnew.xml

    r21d4caa r199411c0  
    9898      <para>GRUB &grub-version;</para>
    9999    </listitem>-->
    100     <!--<listitem>
     100    <listitem>
    101101      <para>Gzip &gzip-version;</para>
    102     </listitem>-->
     102    </listitem>
    103103    <!--<listitem>
    104104      <para>IANA-Etc &iana-etc-version;</para>
  • chapter06/chapter06.xml

    r21d4caa r199411c0  
    5959  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
    6060  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/>
     61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    6162  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    6263  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/>
    6364  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/>
    6465  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/>
    65   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    6666  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpipeline.xml"/>
    6767  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="make.xml"/>
  • packages.ent

    r21d4caa r199411c0  
    245245<!ENTITY grub-ch6-sbu "0.6 SBU">
    246246
    247 <!ENTITY gzip-version "1.4">
    248 <!ENTITY gzip-size "886 KB">
    249 <!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.gz">
    250 <!ENTITY gzip-md5 "e381b8506210c794278f5527cba0e765">
     247<!ENTITY gzip-version "1.5">
     248<!ENTITY gzip-size "704 KB">
     249<!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.xz">
     250<!ENTITY gzip-md5 "2a431e169b6f62f7332ef6d47cc53bae">
    251251<!ENTITY gzip-home "&gnu-software;gzip/">
    252252<!ENTITY gzip-ch5-du "3.3 MB">
Note: See TracChangeset for help on using the changeset viewer.