Changeset 92f8732


Ignore:
Timestamp:
03/04/2007 07:28:29 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:
f17441f
Parents:
54592a1
Message:

Upgrade to File-4.20. Fixes #1968.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r54592a1 r92f8732  
    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>
  • chapter03/patches.xml

    r54592a1 r92f8732  
    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>
  • chapter06/file.xml

    r54592a1 r92f8732  
    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>
  • general.ent

    r54592a1 r92f8732  
    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}]" -->
  • packages.ent

    r54592a1 r92f8732  
    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">
  • patches.ent

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