Browse Source

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
Matthew Burgess 20 years ago
parent
commit
c51ea9fb12
4 changed files with 8 additions and 4 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter03/patches.xml
  3. 2 2
      general.ent
  4. 1 1
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -92,6 +92,7 @@ First a summary, then a detailed log.</para>
 <listitem><para>&gcc-specs-patch;</para></listitem>
 <listitem><para>&gcc-specs-patch;</para></listitem>
 <listitem><para>&glibc-testfix-patch;</para></listitem>
 <listitem><para>&glibc-testfix-patch;</para></listitem>
 <listitem><para>&perl-libc-patch;</para></listitem>
 <listitem><para>&perl-libc-patch;</para></listitem>
+<listitem><para>&mktemp-tempfile-patch;</para></listitem>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </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>glibc-2.3.4-fix_test-1.patch</para></listitem>
 <listitem><para>inetutils-1.4.2-kernel_headers-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>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>perl-5.8.6-libc-1.patch</para></listitem>
 <listitem><para>zlib-1.2.2-security_fix-1.patch</para></listitem>
 <listitem><para>zlib-1.2.2-security_fix-1.patch</para></listitem>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </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
 <listitem><para>July  23rd, 2005 [matt]: Moved FORMER_CONTRIBUTORS information
 into the book, so as people can actually see it.  The space constraint argument
 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
 in that file was weak - it only added another 10 lines to a 255 page document

+ 1 - 1
chapter03/patches.xml

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

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
 

+ 1 - 1
patches.ent

@@ -21,7 +21,7 @@
 
 
 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
 <!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">
 <!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">