aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-07-26 20:54:52 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-07-26 20:54:52 +0000
commitc51ea9fb123979adc347fbf3684c7abc9b6f85cd (patch)
treee506dbaa8b897ae760c3e983d7e5b6b940e9df1a
parent132fd161b77de7d324a153cc64665f71318f1c64 (diff)
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
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter03/patches.xml2
-rw-r--r--general.ent4
-rw-r--r--patches.ent2
4 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f9a262579..79100ab50 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 9a03056eb..53b0e79c5 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -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>
diff --git a/general.ent b/general.ent
index 89791ec6c..4099c19fb 100644
--- a/general.ent
+++ b/general.ent
@@ -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}]" -->
diff --git a/patches.ent b/patches.ent
index 54c23b833..8b47280a7 100644
--- a/patches.ent
+++ b/patches.ent
@@ -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">