ソースを参照

Upgrade to File-4.20. Fixes #1968.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 年 前
コミット
92f873289d
6 ファイル変更32 行追加5 行削除
  1. 10 0
      chapter01/changelog.xml
  2. 8 0
      chapter03/patches.xml
  3. 4 0
      chapter06/file.xml
  4. 2 2
      general.ent
  5. 3 3
      packages.ent
  6. 5 0
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2007-03-04</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to File-4.20.  Fixes
+          <ulink url="&lfs-ticket-root;1968">#1968</ulink></para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2007-03-1</para>
       <itemizedlist>

+ 8 - 0
chapter03/patches.xml

@@ -82,6 +82,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>File REG_STARTEND Patch - <token>&file-reg_startend-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&file-reg_startend-patch;"/></para>
+        <para>MD5 sum: <literal>&file-reg_startend-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term>
       <listitem>

+ 4 - 0
chapter06/file.xml

@@ -35,6 +35,10 @@
   <sect2 role="installation">
     <title>Installation of File</title>
 
+    <para>Apply a patch to fix a bug caused by an undefined constant:</para>
+
+<screen><userinput>patch -Np1 -i ../&file-reg_startend-patch;</userinput></screen>
+
     <para>Prepare File for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070224">
-<!ENTITY releasedate "February 24, 2007">
+<!ENTITY version "SVN-20070304">
+<!ENTITY releasedate "March 4, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 3 - 3
packages.ent

@@ -128,10 +128,10 @@
 <!ENTITY expect-ch5-du "4 MB">
 <!ENTITY expect-ch5-sbu "0.1 SBU">
 
-<!ENTITY file-version "4.19">
-<!ENTITY file-size "534 KB">
+<!ENTITY file-version "4.20">
+<!ENTITY file-size "536 KB">
 <!ENTITY file-url "ftp://ftp.gw.com/mirrors/pub/unix/file/file-&file-version;.tar.gz">
-<!ENTITY file-md5 "a61ef3aa8339d5987148089afde25f60">
+<!ENTITY file-md5 "402bdb26356791bd5d277099adacc006">
 <!ENTITY file-home " ">
 <!ENTITY file-ch6-du "7.5 MB">
 <!ENTITY file-ch6-sbu "0.1 SBU">

+ 5 - 0
patches.ent

@@ -39,6 +39,11 @@
 <!ENTITY expect-spawn-patch-size "6.8 KB">
 
 
+<!ENTITY file-reg_startend-patch "file-&file-version;-reg_startend-1.patch">
+<!ENTITY file-reg_startend-patch-md5 "693fddf6b1b017317609aa472a51bc2b">
+<!ENTITY file-reg_startend-patch-size "1.3 KB">
+
+
 <!ENTITY gawk-segfault-patch "gawk-&gawk-version;-segfault_fix-1.patch">
 <!ENTITY gawk-segfault-patch-md5 "7679530d88bf3eb56c42eb6aba342ddb">
 <!ENTITY gawk-segfault-patch-size "1.3 KB">