Changeset 42910b8 in clfs-sysroot for BOOK


Ignore:
Timestamp:
Jul 11, 2009, 5:50:02 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
ccbeb45
Parents:
8a63c91
Message:

Updated Less to 429.
Updated File to 5.03.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/file.xml

    r8a63c91 r42910b8  
    1818  <sect2 role="installation">
    1919    <title>Installation of File</title>
    20 
    21     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    22     href="../../final-system/common/file.xml"
    23     xpointer="xpointer(//*[@os='p1'])"/>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/common/file.xml"
    27     xpointer="xpointer(//*[@os='p2'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/file.xml"
    31     xpointer="xpointer(//*[@os='p3'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../../final-system/common/file.xml"
    35     xpointer="xpointer(//*[@os='p4'])"/>
    3620
    3721    <para>Prepare File for compilation:</para>
  • BOOK/final-system/common/file.xml

    r8a63c91 r42910b8  
    2727  <sect2 role="installation">
    2828    <title>Installation of File</title>
    29 
    30     <para os="p1">The following patch will fix an issue due to utf-8 with file on documents:</para>
    31 
    32 <screen os="p2"><userinput>patch -Np1 -i ../&file-fixes-patch;</userinput></screen>
    33 
    34     <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
    35 
    36 <screen os="p4"><userinput>patch -Np1 -i ../&file-new_compressors-patch;</userinput></screen>
    3729
    3830    <para os="ap1">The following patch will fix a compile issue that would prevent
  • BOOK/introduction/common/changelog.xml

    r8a63c91 r42910b8  
    4040      <para>July 11, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Less to 429.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[jciccone] - Updated File to 5.03.</para>
     47        </listitem>
    4248        <listitem>
    4349          <para>[jciccone] - Updated the Kernel to 2.6.30.1.</para>
  • BOOK/materials/common/patches.xml

    r8a63c91 r42910b8  
    8383
    8484    <varlistentry>
    85       <term>File Fixes Patch - <token>&file-fixes-patch-size;</token>:</term>
    86       <listitem>
    87         <para>Download: <ulink
    88         url="&patches-root;&file-fixes-patch;"/></para>
    89         <para>MD5 sum: <literal>&file-fixes-patch-md5;</literal></para>
    90       </listitem>
    91     </varlistentry>
    92 
    93     <varlistentry>
    94       <term>File New Compressors Patch - <token>&file-new_compressors-patch-size;</token>:</term>
    95       <listitem>
    96         <para>Download: <ulink
    97         url="&patches-root;&file-new_compressors-patch;"/></para>
    98         <para>MD5 sum: <literal>&file-new_compressors-patch-md5;</literal></para>
    99       </listitem>
    100     </varlistentry>
    101 
    102     <varlistentry>
    10385      <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
    10486      <listitem>
  • BOOK/packages.ent

    r8a63c91 r42910b8  
    7878<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net">
    7979
    80 <!ENTITY file-version "5.00">
    81 <!ENTITY file-size "586 KB">
    82 <!-- <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> -->
    83 <!ENTITY file-url "&packages-root;file-&file-version;.tar.gz">
    84 <!ENTITY file-md5 "74cd5466416136da30a4e69f74dbc7a0">
     80<!ENTITY file-version "5.03">
     81<!ENTITY file-size "601 KB">
     82<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
     83<!--<!ENTITY file-url "&packages-root;file-&file-version;.tar.gz">-->
     84<!ENTITY file-md5 "d05f08a53e5c2f51f8ee6a4758c0cc53">
    8585<!ENTITY file-home "http://www.darwinsys.com/file">
    8686
     
    176176<!ENTITY kbd-home " ">
    177177
    178 <!ENTITY less-version "418">
    179 <!ENTITY less-size "292 KB">
     178<!ENTITY less-version "429">
     179<!ENTITY less-size "296 KB">
    180180<!ENTITY less-url "http://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
    181 <!ENTITY less-md5 "b5864d76c54ddf4627fd57ab333c88b4">
     181<!ENTITY less-md5 "206f2f13b9b0a35e45df660fcb6af31d">
    182182<!ENTITY less-home "http://www.greenwoodsoftware.com/less">
    183183
  • BOOK/patches.ent

    r8a63c91 r42910b8  
    3232<!ENTITY file-cross_compile-patch-md5 "17956303345b8514a9c2bdc3939a21e5">
    3333<!ENTITY file-cross_compile-patch-size "1 KB">
    34 
    35 <!ENTITY file-fixes-patch "file-&file-version;-fixes-2.patch">
    36 <!ENTITY file-fixes-patch-md5 "23725f364441a9b1f4b244b2b3cdcd27">
    37 <!ENTITY file-fixes-patch-size "5 KB">
    38 
    39 <!ENTITY file-new_compressors-patch "file-&file-version;-new_compressors-1.patch">
    40 <!ENTITY file-new_compressors-patch-md5 "e19197f1872456a8557552cac0075915">
    41 <!ENTITY file-new_compressors-patch-size "1 KB">
    4234
    4335<!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-6.patch">
Note: See TracChangeset for help on using the changeset viewer.