aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter01/whatsnew.xml8
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/gawk.xml6
-rw-r--r--packages.ent6
-rw-r--r--patches.ent5
6 files changed, 13 insertions, 24 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ce21f747d..cd9372df8 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2007-10-24</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Upgrade to Gawk-3.1.6. Fixes
+ <ulink url="&lfs-ticket-root;2098">#2098</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to DB-4.6.21. Fixes
<ulink url="&lfs-ticket-root;2086">#2086</ulink>.</para>
</listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 46c44940f..0f9dcf41f 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -74,9 +74,9 @@
<!--<listitem>
<para>Flex &flex-version;</para>
</listitem>-->
- <!--<listitem>
+ <listitem>
<para>Gawk &gawk-version;</para>
- </listitem>-->
+ </listitem>
<listitem>
<para>GCC &gcc-version;</para>
</listitem>
@@ -234,6 +234,10 @@
</listitem>
<listitem>
+ <para>gawk-3.1.5-segfault_fix-1.patch</para>
+ </listitem>
+
+ <listitem>
<para>gcc-4.1.2-specs-1.patch</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 8c08b4a52..d5c60a0a7 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -75,14 +75,6 @@
</varlistentry>
<varlistentry>
- <term>Gawk Segfault Patch - <token>&gawk-segfault-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink url="&patches-root;&gawk-segfault-patch;"/></para>
- <para>MD5 sum: <literal>&gawk-segfault-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>Grep RedHat Fixes Patch - <token>&grep-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&grep-fixes-patch;"/></para>
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
index 898f66a29..6eb6d5067 100644
--- a/chapter06/gawk.xml
+++ b/chapter06/gawk.xml
@@ -40,12 +40,6 @@
<sect2 role="installation">
<title>Installation of Gawk</title>
- <para>Under some circumstances, Gawk-&gawk-version; attempts to free a
- chunk of memory that was not allocated. This bug is fixed by the following
- patch:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&gawk-segfault-patch;</userinput></screen>
-
<para>Prepare Gawk for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
diff --git a/packages.ent b/packages.ent
index d8af2e720..1884c2304 100644
--- a/packages.ent
+++ b/packages.ent
@@ -158,10 +158,10 @@
<!ENTITY flex-ch6-du "8.4 MB">
<!ENTITY flex-ch6-sbu "0.1 SBU">
-<!ENTITY gawk-version "3.1.5">
-<!ENTITY gawk-size "1,716 KB">
+<!ENTITY gawk-version "3.1.6">
+<!ENTITY gawk-size "1,818 KB">
<!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.bz2">
-<!ENTITY gawk-md5 "5703f72d0eea1d463f735aad8222655f">
+<!ENTITY gawk-md5 "c9926c0bc8c177cb9579708ce67f0d75">
<!ENTITY gawk-home "&gnu-software;gawk/">
<!ENTITY gawk-ch5-du "18.2 MB">
<!ENTITY gawk-ch5-sbu "0.2 SBU">
diff --git a/patches.ent b/patches.ent
index a485f82a2..989879a98 100644
--- a/patches.ent
+++ b/patches.ent
@@ -34,11 +34,6 @@
<!ENTITY expect-spawn-patch-size "6.8 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">
-
-
<!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
<!ENTITY grep-fixes-patch-md5 "2c67910be2d0a54714f63ce350e6d8a6">
<!ENTITY grep-fixes-patch-size "55 KB">