aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-20 16:48:32 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-20 16:48:32 +0000
commitdf984a919a043a104906fdf0a319d3a089fe2572 (patch)
treeba22e69e9816d5ba1729e35f660972354c78d073
parentc076370f411129a11ab50e64fc44e05832d788a5 (diff)
Updated flex patch from -2 to -3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6059 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--general.ent4
-rw-r--r--patches.ent2
3 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 08bd04327..d457a316f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -63,6 +63,7 @@ First a summary, then a detailed log.</para>
<itemizedlist>
<listitem><para>&bash-fixes-patch;</para></listitem>
<listitem><para>&bash-avoid_WCONTINUED-patch;</para></listitem>
+<listitem><para>&flex-fixes-patch;</para></listitem>
<listitem><para>&glibc-testfix-patch;</para></listitem>
<listitem><para>&gzip-security_fix-patch;</para></listitem>
<listitem><para>Hotplug &hotplug-version;</para></listitem>
@@ -77,6 +78,7 @@ First a summary, then a detailed log.</para>
<listitem><para>Removed:</para>
<itemizedlist>
<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
+<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
<listitem><para>iproute2-2.6.11-050330-remove_db-1.patch</para></listitem>
<listitem><para>man-1.5o1-80cols-1.patch</para></listitem>
<listitem><para>shadow-4.0.7-fix_lastlog-1.patch</para></listitem>
@@ -88,6 +90,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>June 20th, 2005 [archaic]: Updated flex patch from -2 to -3.
+</para></listitem>
+
<listitem><para>June 17th, 2005 [jhuntwork]: Removed outdated bootcd page. Added a brief
description of the cd and a link to how.xml, section 1.1.</para></listitem>
diff --git a/general.ent b/general.ent
index 4ae59570c..d4b63ad52 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050619">
-<!ENTITY releasedate "June 19, 2005">
+<!ENTITY version "SVN-20050620">
+<!ENTITY releasedate "June 20, 2005">
<!ENTITY milestone "6.2">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
diff --git a/patches.ent b/patches.ent
index c4ec56a46..f73cfae85 100644
--- a/patches.ent
+++ b/patches.ent
@@ -9,7 +9,7 @@
<!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-1.patch">
-<!ENTITY flex-fixes-patch "flex-&flex-version;-debian_fixes-2.patch">
+<!ENTITY flex-fixes-patch "flex-&flex-version;-debian_fixes-3.patch">
<!ENTITY gcc-no_fixincludes-patch "gcc-&gcc-version;-no_fixincludes-1.patch">
<!ENTITY gcc-linkonce-patch "gcc-&gcc-version;-linkonce-1.patch">