aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/file.xml4
-rw-r--r--general.ent4
-rw-r--r--packages.ent6
-rw-r--r--patches.ent5
6 files changed, 32 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 647e5f6e3..67d1a69e4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<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>
<listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 93f63fb38..da1ff6af1 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -83,6 +83,14 @@
</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>
<para>Download: <ulink url="&patches-root;&gawk-segfault-patch;"/></para>
diff --git a/chapter06/file.xml b/chapter06/file.xml
index 2d7abff5c..754428a67 100644
--- a/chapter06/file.xml
+++ b/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>
diff --git a/general.ent b/general.ent
index 3d3f9245e..aa836118d 100644
--- a/general.ent
+++ b/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}]" -->
diff --git a/packages.ent b/packages.ent
index 698d1ec36..6cc20e62d 100644
--- a/packages.ent
+++ b/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">
diff --git a/patches.ent b/patches.ent
index 4aeb3b129..ed96663b8 100644
--- a/patches.ent
+++ b/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">