Changeset 934b2a7 in clfs-sysroot


Ignore:
Timestamp:
Nov 26, 2006, 5:40:04 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
b47f947
Parents:
79404e1
Message:

Updated Gzip to 2.3.6.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gzip.xml

    r79404e1 r934b2a7  
    2626    <title>Installation of Gzip</title>
    2727
    28     <para os="p1">The following patch fixes two security vulnerabilities in Gzip:
    29     a path traversal bug when using the <option>-N</option> option
    30     (CAN-2005-1228), and a race condition in the file permission restore
    31     code (CAN-2005-0998):</para>
    32 
    33 <screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen>
    34 
    35     <para os="s1">The <command>gzexe</command> command calls <command>tail</command>
    36      with options that do not conform to newer versions of the POSIX standard,
    37      and therefore are not accepted by current versions of Coreutils. Fix this
    38      problem by issuing the following command:</para>
    39 
    40 <screen os="s2"><userinput>sed -i 's/tail +/tail -n +/' gzexe.in</userinput></screen>
    41 
    4228    <para os="a">Prepare Gzip for compilation:</para>
    4329
  • BOOK/introduction/common/changelog.xml

    r79404e1 r934b2a7  
    4040      <para>November 25, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Gzip to 1.3.6.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Man-Pages to 2.42.</para>
  • BOOK/materials/common/patches.xml

    r79404e1 r934b2a7  
    155155
    156156    <varlistentry>
    157       <term>Gzip Security Fix Patch - <token>&gzip-security_fix-patch-size;</token>:</term>
    158       <listitem>
    159         <para>Download: <ulink
    160         url="&patches-root;&gzip-security_fix-patch;"/></para>
    161         <para>MD5 sum: <literal>&gzip-security_fix-patch-md5;</literal></para>
    162       </listitem>
    163     </varlistentry>
    164 
    165     <varlistentry>
    166157      <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term>
    167158      <listitem>
  • BOOK/packages.ent

    r79404e1 r934b2a7  
    134134<!ENTITY groff-home "&gnu-software;groff/">
    135135
    136 <!ENTITY gzip-version "1.3.5">
    137 <!ENTITY gzip-size "324 KB">
     136<!ENTITY gzip-version "1.3.6">
     137<!ENTITY gzip-size "592 KB">
    138138<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
    139 <!ENTITY gzip-md5 "3d6c191dfd2bf307014b421c12dc8469">
     139<!ENTITY gzip-md5 "495b42de5748cce30dc31aa9994c51b5">
    140140<!ENTITY gzip-home "http://www.gzip.org/">
    141141
  • BOOK/patches.ent

    r79404e1 r934b2a7  
    6565<!ENTITY glibc-localedef_segfault-patch-size "1.9 KB">
    6666
    67 <!ENTITY gzip-security_fix-patch "gzip-&gzip-version;-security_fixes-1.patch">
    68 <!ENTITY gzip-security_fix-patch-md5 "f107844f01fc49446654ae4a8f8a0728">
    69 <!ENTITY gzip-security_fix-patch-size "2 KB">
    70 
    7167<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-2.patch">
    7268<!ENTITY inetutils-man_pages-patch-md5 "b04f46e66c4b438f609565073590ffd5">
Note: See TracChangeset for help on using the changeset viewer.