Changeset eaafb59 for BOOK


Ignore:
Timestamp:
Jul 26, 2010, 6:21:05 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
68d33bad
Parents:
b3dcad4
Message:

Updated Gzip to 1.4.

Location:
BOOK
Files:
6 edited

Legend:

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

    rb3dcad4 reaafb59  
    2626    <title>Installation of Gzip</title>
    2727
    28     <para os="s1">The following command renames the internal implementation of
    29     futimens to gl_futimens as newer versions of EGLIBC provide an incompatible
    30     version:</para>
    31 
    32 <screen os="s2"><userinput>sed -i "s/futimens/gl_&amp;/" $(grep -lr futimens *)</userinput></screen>
    33 
    3428    <para os="a">Prepare Gzip for compilation:</para>
    3529
  • BOOK/final-system/multilib/gzip.xml

    rb3dcad4 reaafb59  
    2121  <sect2 role="installation">
    2222    <title>Installation of Gzip</title>
    23 
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../common/gzip.xml"
    26     xpointer="xpointer(//*[@os='s1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/gzip.xml"
    30     xpointer="xpointer(//*[@os='s2'])"/>
    3123
    3224    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    rb3dcad4 reaafb59  
    4040      <para>July 26, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Gzip to 1.4.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Grep to 2.6.3.</para>
  • BOOK/packages.ent

    rb3dcad4 reaafb59  
    204204<!ENTITY grub-home "&gnu-software;grub">
    205205
    206 <!ENTITY gzip-version "1.3.12">
    207 <!ENTITY gzip-size "451 KB">
     206<!ENTITY gzip-version "1.4">
     207<!ENTITY gzip-size "888 KB">
    208208<!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.gz">
    209 <!ENTITY gzip-md5 "b5bac2d21840ae077e0217bc5e4845b1">
     209<!ENTITY gzip-md5 "e381b8506210c794278f5527cba0e765">
    210210<!ENTITY gzip-home "http://www.gzip.org">
    211211
  • BOOK/temp-system/common/gzip.xml

    rb3dcad4 reaafb59  
    2222  <sect2 role="installation">
    2323    <title>Installation of Gzip</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/common/gzip.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29 <screen os="s2"><userinput>for file in $(grep -lr futimens *); do
    30   cp -v ${file}{,.orig}
    31   sed -e "s/futimens/gl_&amp;/" ${file}.orig &gt; ${file}
    32 done</userinput></screen>
    3324
    3425    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/multilib/gzip.xml

    rb3dcad4 reaafb59  
    2222  <sect2 role="installation">
    2323    <title>Installation of Gzip</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/common/gzip.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/gzip.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.