* Updated to latest mktemp patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-06-25 09:58:59 +00:00
parent c5ec23b09a
commit df10d3d7d3
4 changed files with 9 additions and 4 deletions

View File

@ -65,6 +65,7 @@ First a summary, then a detailed log.</para>
<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>
<listitem><para>mktemp-1.5-add_tempfile-2.patch</para></listitem>
<listitem><para>sysklogd-1.4.1-fixes-1.patch</para></listitem>
<listitem><para>tar-1.15.1-sparse_fix-1.patch</para></listitem>
<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
@ -77,6 +78,7 @@ First a summary, then a detailed log.</para>
<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>mktemp-1.5-add_tempfile-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>
<listitem><para>texinfo-4.7-segfault-1.patch</para></listitem>
@ -85,6 +87,9 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>June 25th, 2005 [matthew]: Updated to the latest version of the
mktemp tempfile patch, which supports building outside the source directory</para></listitem>
<listitem><para>June 23rd, 2005 [archaic]: Rewrote the inputrc page.
</para></listitem>

View File

@ -115,7 +115,7 @@ needed to build an LFS system:</para>
<varlistentry>
<term>Mktemp Tempfile Patch - 3 KB:</term>
<listitem>
<para><ulink url="&patches-root;mktemp-&mktemp-version;-add_tempfile-1.patch"/></para>
<para><ulink url="&patches-root;mktemp-&mktemp-version;-add_tempfile-2.patch"/></para>
</listitem>
</varlistentry>

View File

@ -33,7 +33,7 @@ files in shell scripts.</para>
to <command>mktemp</command>. Patch Mktemp to include a
<command>tempfile</command> wrapper:</para>
<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen>
<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-2.patch</userinput></screen>
<para>Prepare Mktemp for compilation:</para>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "TESTING-20050624">
<!ENTITY releasedate "June 24, 2005">
<!ENTITY version "TESTING-20050625">
<!ENTITY releasedate "June 25, 2005">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">