Author: archaic Date: 2005-06-20 12:44:12 -0600 (Mon, 20 Jun 2005) New Revision: 6070
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter03/patches.xml branches/6.1/BOOK/chapter05/flex.xml branches/6.1/BOOK/chapter06/flex.xml Log: Updated flex patch. Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-06-20 18:32:29 UTC (rev 6069) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-06-20 18:44:12 UTC (rev 6070) @@ -61,6 +61,7 @@ <itemizedlist> <listitem><para>bash-3.0-fixes-3.patch</para></listitem> <listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem> +<listitem><para>flex-2.5.31-debian_fixes-3.patch</para></listitem> <listitem><para>glibc-2.3.4-fix_test-1.patch</para></listitem> <listitem><para>gzip-1.3.5-security_fixes-1.patch</para></listitem> <listitem><para>Hotplug 2004_09_23</para></listitem> @@ -75,6 +76,7 @@ <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>man-1.5o1-80cols-1.patch</para></listitem> <listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem> <listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem> @@ -84,6 +86,9 @@ </itemizedlist> </listitem> +<listitem><para>June 20th, 2005 [archaic]: Updated flex patch from -2 to -3. +</para></listitem> + <listitem><para>June 20th, 2005 [manuel]: Added a warning about kernel headers and Linux-Libc-Headers, plus fixed the list of installed files on kernel.xml (bug 1569). Some typos and tags fixes ported from trunk Modified: branches/6.1/BOOK/chapter03/patches.xml =================================================================== --- branches/6.1/BOOK/chapter03/patches.xml 2005-06-20 18:32:29 UTC (rev 6069) +++ branches/6.1/BOOK/chapter03/patches.xml 2005-06-20 18:44:12 UTC (rev 6070) @@ -53,7 +53,7 @@ <varlistentry> <term>Flex Brokenness Patch - 8 KB:</term> <listitem> -<para><ulink url="&patches-root;flex-&flex-version;-debian_fixes-2.patch"/></para> +<para><ulink url="&patches-root;flex-&flex-version;-debian_fixes-3.patch"/></para> </listitem> </varlistentry> Modified: branches/6.1/BOOK/chapter05/flex.xml =================================================================== --- branches/6.1/BOOK/chapter05/flex.xml 2005-06-20 18:32:29 UTC (rev 6069) +++ branches/6.1/BOOK/chapter05/flex.xml 2005-06-20 18:44:12 UTC (rev 6070) @@ -30,7 +30,7 @@ <para>Flex contains several known bugs. These can be fixed with the following patch:</para> -<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-3.patch</userinput></screen> <para>The GNU autotools will detect that the Flex source code has been modified by the previous patch and tries to update the manual page Modified: branches/6.1/BOOK/chapter06/flex.xml =================================================================== --- branches/6.1/BOOK/chapter06/flex.xml 2005-06-20 18:32:29 UTC (rev 6069) +++ branches/6.1/BOOK/chapter06/flex.xml 2005-06-20 18:44:12 UTC (rev 6070) @@ -31,7 +31,7 @@ <para>Flex contains several known bugs. Fix these with the following patch:</para> -<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-2.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../flex-&flex-version;-debian_fixes-3.patch</userinput></screen> <para>The GNU autotools detects that the Flex source code has been modified by the previous patch and tries to update the manual page -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
