Changeset b8913f42


Ignore:
Timestamp:
01/31/2007 06:12:22 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:
3b5477b
Parents:
7880fbd
Message:

Upgrade to Gzip-1.3.10. Fixes #1924.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r7880fbd rb8913f42  
    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>
  • chapter01/whatsnew.xml

    r7880fbd rb8913f42  
    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>
  • chapter03/patches.xml

    r7880fbd rb8913f42  
    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>
  • chapter05/gzip.xml

    r7880fbd rb8913f42  
    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>
  • chapter06/gzip.xml

    r7880fbd rb8913f42  
    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>
  • packages.ent

    r7880fbd rb8913f42  
    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">
  • patches.ent

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