Changeset 7956

Show
Ignore:
Timestamp:
03/04/07 12:28:29 (1 year ago)
Author:
matthew
Message:

Upgrade to File-4.20. Fixes #1968.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7953 r7956  
    3838 
    3939    <listitem> 
     40      <para>2007-03-04</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[matthew] - Upgrade to File-4.20.  Fixes 
     44          <ulink url="&lfs-ticket-root;1968">#1968</ulink></para> 
     45        </listitem> 
     46      </itemizedlist> 
     47    </listitem> 
     48 
     49    <listitem> 
    4050      <para>2007-03-1</para> 
    4151      <itemizedlist> 
  • trunk/BOOK/chapter03/patches.xml

    r7940 r7956  
    8484 
    8585    <varlistentry> 
     86      <term>File REG_STARTEND Patch - <token>&file-reg_startend-patch-size;</token>:</term> 
     87      <listitem> 
     88        <para>Download: <ulink url="&patches-root;&file-reg_startend-patch;"/></para> 
     89        <para>MD5 sum: <literal>&file-reg_startend-patch-md5;</literal></para> 
     90      </listitem> 
     91    </varlistentry> 
     92 
     93    <varlistentry> 
    8694      <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term> 
    8795      <listitem> 
  • trunk/BOOK/chapter06/file.xml

    r7612 r7956  
    3535  <sect2 role="installation"> 
    3636    <title>Installation of File</title> 
     37 
     38    <para>Apply a patch to fix a bug caused by an undefined constant:</para> 
     39 
     40<screen><userinput>patch -Np1 -i ../&file-reg_startend-patch;</userinput></screen> 
    3741 
    3842    <para>Prepare File for compilation:</para> 
  • trunk/BOOK/general.ent

    r7937 r7956  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20070224"> 
    3 <!ENTITY releasedate "February 24, 2007"> 
     2<!ENTITY version "SVN-20070304"> 
     3<!ENTITY releasedate "March 4, 2007"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> 
  • trunk/BOOK/packages.ent

    r7948 r7956  
    129129<!ENTITY expect-ch5-sbu "0.1 SBU"> 
    130130 
    131 <!ENTITY file-version "4.19"> 
    132 <!ENTITY file-size "534 KB"> 
     131<!ENTITY file-version "4.20"> 
     132<!ENTITY file-size "536 KB"> 
    133133<!ENTITY file-url "ftp://ftp.gw.com/mirrors/pub/unix/file/file-&file-version;.tar.gz"> 
    134 <!ENTITY file-md5 "a61ef3aa8339d5987148089afde25f60"> 
     134<!ENTITY file-md5 "402bdb26356791bd5d277099adacc006"> 
    135135<!ENTITY file-home " "> 
    136136<!ENTITY file-ch6-du "7.5 MB"> 
  • trunk/BOOK/patches.ent

    r7940 r7956  
    3838<!ENTITY expect-spawn-patch-md5 "ef6d0d0221c571fb420afb7033b3bbba"> 
    3939<!ENTITY expect-spawn-patch-size "6.8 KB"> 
     40 
     41 
     42<!ENTITY file-reg_startend-patch "file-&file-version;-reg_startend-1.patch"> 
     43<!ENTITY file-reg_startend-patch-md5 "693fddf6b1b017317609aa472a51bc2b"> 
     44<!ENTITY file-reg_startend-patch-size "1.3 KB"> 
    4045 
    4146