Upgraded to mktemp-1.5-add_tempfile-3.patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6584 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-07-26 20:54:52 +00:00
parent 132fd161b7
commit c51ea9fb12
4 changed files with 8 additions and 4 deletions

View File

@ -92,6 +92,7 @@ First a summary, then a detailed log.</para>
<listitem><para>&gcc-specs-patch;</para></listitem>
<listitem><para>&glibc-testfix-patch;</para></listitem>
<listitem><para>&perl-libc-patch;</para></listitem>
<listitem><para>&mktemp-tempfile-patch;</para></listitem>
</itemizedlist>
</listitem>
@ -103,11 +104,14 @@ First a summary, then a detailed log.</para>
<listitem><para>glibc-2.3.4-fix_test-1.patch</para></listitem>
<listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
<listitem><para>iproute2-2.6.11-050330-remove_db-1.patch</para></listitem>
<listitem><para>mktemp-1.5-add_tempfile-2.patch</para></listitem>
<listitem><para>perl-5.8.6-libc-1.patch</para></listitem>
<listitem><para>zlib-1.2.2-security_fix-1.patch</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>July 26th, 2005 [matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds license and copyright information to the previous version.</para></listitem>
<listitem><para>July 23rd, 2005 [matt]: Moved FORMER_CONTRIBUTORS information
into the book, so as people can actually see it. The space constraint argument
in that file was weak - it only added another 10 lines to a 255 page document

View File

@ -101,7 +101,7 @@ needed to build an LFS system:</para>
</varlistentry>
<varlistentry>
<term>Mktemp Tempfile Patch - 3 KB:</term>
<term>Mktemp Tempfile Patch - 4 KB:</term>
<listitem>
<para><ulink url="&patches-root;&mktemp-tempfile-patch;"/></para>
</listitem>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050723">
<!ENTITY releasedate "July 23, 2005">
<!ENTITY version "SVN-20050726">
<!ENTITY releasedate "July 26, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -21,7 +21,7 @@
<!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-2.patch">
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">